Home
last modified time | relevance | path

Searched refs:PromOp (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9951 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt() local
9952 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
9960 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt() local
9963 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
9964 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
9965 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
9966 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
9967 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
9968 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
9970 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12541 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt() local
12542 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
12550 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt() local
12553 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
12554 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
12555 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
12556 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
12557 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
12558 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
12560 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13757 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt() local
13758 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
13766 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt() local
13769 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
13770 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
13771 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
13772 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
13773 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
13774 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
13776 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
[all …]