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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp362 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; local
364 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1205 Constant *Ops0, Constant *Ops1,
1218 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) {
1285 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI);
1288 return ConstantExpr::getCompare(Predicate, Ops0, Ops1);
1204 ConstantFoldCompareInstOperands(unsigned Predicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, const TargetLibraryInfo *TLI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12465 SmallVector<SDValue, 4> Ops0;
12466 Ops0.push_back(N0->getOperand(0));
12468 Ops0.push_back(N0->getOperand(1));
12469 Ops0.push_back(DCI.DAG.getConstant(Opposite0, SDLoc(N0), MVT::i32));
12476 SDValue NewN0 = DCI.DAG.getNode(N0->getOpcode(), SDLoc(N0), VT, Ops0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10528 const SDValue Ops0[] = { local
10537 MVT::v2i32, Ops0), 0);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 722 milliseconds