Searched refs:Ops0 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 364 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local 366 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 367 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in SelectIndexedBinOp() local 371 Ops0, 3); in SelectIndexedBinOp()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 905 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument 914 if (ConstantExpr *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands() 975 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1091 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument 1102 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands() 1167 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 3318 const SDValue Ops0[] = { in wrapAddr64Rsrc() local 3327 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7574 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond }; in LowerShiftParts() local 7578 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4); in LowerShiftParts() 7581 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4); in LowerShiftParts()
|