Home
last modified time | relevance | path

Searched refs:CmpOp1 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h535 SDValue CmpOp0, SDValue CmpOp1) const;
538 SDValue CmpOp0, SDValue CmpOp1) const;
DSystemZISelLowering.cpp2261 static Comparison getCmp(SelectionDAG &DAG, SDValue CmpOp0, SDValue CmpOp1, in getCmp() argument
2263 if (CmpOp1.getOpcode() == ISD::Constant) { in getCmp()
2264 uint64_t Constant = cast<ConstantSDNode>(CmpOp1)->getZExtValue(); in getCmp()
2275 Comparison C(CmpOp0, CmpOp1); in getCmp()
2441 SDValue CmpOp1) const { in getVectorCmp()
2449 SDValue H1 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp1); in getVectorCmp()
2450 SDValue L1 = expandV4F32ToV2F64(DAG, 2, DL, CmpOp1); in getVectorCmp()
2455 return DAG.getNode(Opcode, DL, VT, CmpOp0, CmpOp1); in getVectorCmp()
2464 SDValue CmpOp1) const { in lowerVectorSETCC()
2475 SDValue LT = getVectorCmp(DAG, SystemZISD::VFCMPH, DL, VT, CmpOp1, CmpOp0); in lowerVectorSETCC()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2092 static Comparison getCmp(SelectionDAG &DAG, SDValue CmpOp0, SDValue CmpOp1, in getCmp() argument
2094 if (CmpOp1.getOpcode() == ISD::Constant) { in getCmp()
2095 uint64_t Constant = cast<ConstantSDNode>(CmpOp1)->getZExtValue(); in getCmp()
2106 Comparison C(CmpOp0, CmpOp1); in getCmp()
2286 EVT VT, SDValue CmpOp0, SDValue CmpOp1) { in getVectorCmp() argument
2292 SDValue H1 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp1); in getVectorCmp()
2293 SDValue L1 = expandV4F32ToV2F64(DAG, 2, DL, CmpOp1); in getVectorCmp()
2298 return DAG.getNode(Opcode, DL, VT, CmpOp0, CmpOp1); in getVectorCmp()
2305 SDValue CmpOp1) { in lowerVectorSETCC() argument
2315 SDValue LT = getVectorCmp(DAG, SystemZISD::VFCMPH, DL, VT, CmpOp1, CmpOp0); in lowerVectorSETCC()
[all …]
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4757 Constant *CmpOp1 = dyn_cast<Constant>(CmpInst->getOperand(1)); in reuseTableCompare() local
4758 if (!CmpOp1) in reuseTableCompare()
4767 DefaultValue, CmpOp1, true); in reuseTableCompare()
4775 ValuePair.second, CmpOp1, true); in reuseTableCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5181 Constant *CmpOp1 = dyn_cast<Constant>(CmpInst->getOperand(1)); in reuseTableCompare() local
5182 if (!CmpOp1) in reuseTableCompare()
5191 DefaultValue, CmpOp1, true); in reuseTableCompare()
5199 ValuePair.second, CmpOp1, true); in reuseTableCompare()