Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp362 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local
364 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1267 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument
1280 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands()
1347 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1350 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp30722 Ops0[0] = N->getOperand(0); in ReplaceNodeResults()
38134 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local
38166 Op0 = Ops0[0]; in combineTargetShuffle()
38169 Op0 = Ops0[1]; in combineTargetShuffle()
43846 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
43858 Ops0.assign({BC0}); in combineHorizOpWithShuffle()
43902 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
43906 !Ops0.empty() && !Ops1.empty() && in combineHorizOpWithShuffle()
43907 all_of(Ops0, in combineHorizOpWithShuffle()
43915 SDValue Op01 = peekThroughBitcasts(Ops0.back()); in combineHorizOpWithShuffle()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11415 const SDValue Ops0[] = { in wrapAddr64Rsrc() local
11424 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()