Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11399 for (auto &PromOp : PromOps) in DAGCombineTruncBoolExt() local
11400 PromOpHandles.emplace_back(PromOp); in DAGCombineTruncBoolExt()
11408 SDValue PromOp = PromOpHandles.back().getValue(); in DAGCombineTruncBoolExt() local
11411 if (PromOp.getOpcode() == ISD::TRUNCATE || in DAGCombineTruncBoolExt()
11412 PromOp.getOpcode() == ISD::SIGN_EXTEND || in DAGCombineTruncBoolExt()
11413 PromOp.getOpcode() == ISD::ZERO_EXTEND || in DAGCombineTruncBoolExt()
11414 PromOp.getOpcode() == ISD::ANY_EXTEND) { in DAGCombineTruncBoolExt()
11415 if (!isa<ConstantSDNode>(PromOp.getOperand(0)) && in DAGCombineTruncBoolExt()
11416 PromOp.getOperand(0).getValueType() != MVT::i1) { in DAGCombineTruncBoolExt()
11418 PromOpHandles.emplace_front(PromOp); in DAGCombineTruncBoolExt()
[all …]