Home
last modified time | relevance | path

Searched refs:Ops0 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp364 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/
DMSP430ISelDAGToDAG.cpp367 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in SelectIndexedBinOp() local
371 Ops0, 3); in SelectIndexedBinOp()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp905 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/
DConstantFolding.cpp1091 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/
DSIISelLowering.cpp3318 const SDValue Ops0[] = { in wrapAddr64Rsrc() local
3327 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13320 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond }; in LowerShiftParts() local
13324 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0); in LowerShiftParts()
13327 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0); in LowerShiftParts()
25851 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local
25852 if (!setTargetShuffleZeroElements(Op0, TargetMask0, Ops0)) in combineTargetShuffle()
25883 Op0 = Ops0[0]; in combineTargetShuffle()
25886 Op0 = Ops0[1]; in combineTargetShuffle()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7574 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()