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

/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp364 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; local
366 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0);
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp367 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; local
371 Ops0, 3);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp905 Constant *Ops0, Constant *Ops1,
914 if (ConstantExpr *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
975 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
904 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const TargetData *TD) argument
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp1091 Constant *Ops0, Constant *Ops1,
1102 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
1167 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
1090 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3318 const SDValue Ops0[] = { local
3327 MVT::v2i32, Ops0), 0);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13320 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond };
13324 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0);
13327 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0);
25851 SmallVector<SDValue, 2> Ops0; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp7574 SDValue Ops0[4] = { Tmp2, Tmp3, CC, Cond }; local
7578 Hi = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);
7581 Lo = DAG.getNode(X86ISD::CMOV, dl, VT, Ops0, 4);

Completed in 419 milliseconds