Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp366 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local
368 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1180 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument
1193 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands()
1260 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1263 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9373 const SDValue Ops0[] = { in wrapAddr64Rsrc() local
9382 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26444 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() local
26445 Ops0[0] = N->getOperand(0); in ReplaceNodeResults()
26447 SDValue N0 = DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Ops0); in ReplaceNodeResults()
31881 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local
31882 if (!setTargetShuffleZeroElements(Op0, TargetMask0, Ops0)) in combineTargetShuffle()
31913 Op0 = Ops0[0]; in combineTargetShuffle()
31916 Op0 = Ops0[1]; in combineTargetShuffle()