Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp359 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local
361 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1221 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument
1234 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands()
1303 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) { in ConstantFoldCompareInstOperands()
1304 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands()
1307 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0); in ConstantFoldCompareInstOperands()
1321 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1326 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands()
1329 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp257 SmallVector<const SCEV *, 3> Ops0 = {A, B, C}; in TEST_F() local
264 auto *Mul0 = SE.getMulExpr(Ops0); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32539 Ops0[0] = N->getOperand(0); in ReplaceNodeResults()
40371 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local
40405 Op0 = Ops0[0]; in combineTargetShuffle()
40408 Op0 = Ops0[1]; in combineTargetShuffle()
46781 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
46793 Ops0.assign({BC0}); in combineHorizOpWithShuffle()
46837 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
46841 !Ops0.empty() && !Ops1.empty() && in combineHorizOpWithShuffle()
46842 all_of(Ops0, in combineHorizOpWithShuffle()
46848 SDValue Op00 = peekThroughBitcasts(Ops0.front()); in combineHorizOpWithShuffle()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12024 const SDValue Ops0[] = { in wrapAddr64Rsrc() local
12033 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()