Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp364 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local
366 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1191 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument
1204 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands()
1262 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) { in ConstantFoldCompareInstOperands()
1263 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands()
1266 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0); in ConstantFoldCompareInstOperands()
1280 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1285 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands()
1286 if (!Ops0) in ConstantFoldCompareInstOperands()
1292 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32187 Ops0[0] = N->getOperand(0); in ReplaceNodeResults()
40439 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local
40473 Op0 = Ops0[0]; in combineTargetShuffle()
40476 Op0 = Ops0[1]; in combineTargetShuffle()
47196 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
47208 Ops0.assign({BC0}); in combineHorizOpWithShuffle()
47252 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
47256 !Ops0.empty() && !Ops1.empty() && in combineHorizOpWithShuffle()
47257 all_of(Ops0, in combineHorizOpWithShuffle()
47263 SDValue Op00 = peekThroughBitcasts(Ops0.front()); in combineHorizOpWithShuffle()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp14976 const SDValue Ops0[] = { in wrapAddr64Rsrc() local
14985 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10338 llvm::Value *Ops0 = in EmitAArch64SVEBuiltinExpr() local
10341 llvm::Value *PSel = Builder.CreateCall(F, {Ops0, Ops1, Ops[2]}); in EmitAArch64SVEBuiltinExpr()