Home
last modified time | relevance | path

Searched refs:Ops1 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp630 SmallVector<const SCEV *, 2> Ops1{BExpr, AExpr}; in tryReassociateMinOrMax() local
632 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1176 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument
1190 if (Ops1->isNullValue()) { in ConstantFoldCompareInstOperands()
1214 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands()
1254 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1); in ConstantFoldCompareInstOperands()
1261 } else if (isa<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands()
1265 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1273 Ops1 = FlushFPConstant(Ops1, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands()
1274 if (!Ops1) in ConstantFoldCompareInstOperands()
1277 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h141 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt)
142 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
241 unsigned Tag, ArrayRef<Metadata *> Ops1, in GenericDINode() argument
243 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode()
3779 ArrayRef<Metadata *> Ops1,
3781 : MDNode(C, ID, Storage, Ops1, Ops2) {
H A DMetadata.h1184 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp645 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument
648 for (Metadata *MD : Ops1) in MDNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5691 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local
5692 CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1); in Select()
5714 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local
5715 CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1); in Select()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40391 SmallVector<SDValue, 2> Ops0, Ops1; in combineBlendOfPermutes() local
40394 !getTargetShuffleMask(BC1, /*AllowSentinelZero=*/false, Ops1, Mask1) || in combineBlendOfPermutes()
40464 DAG.getBitcast(VT, Ops1[0]), NewBlendMask); in combineBlendOfPermutes()
41304 SmallVector<SDValue, 2> Ops1; in combineTargetShuffle() local
41306 if (getTargetShuffleAndZeroables(Op1, TargetMask1, Ops1, KnownUndef1, in combineTargetShuffle()
41318 Op1 = Ops1[M < 4 ? 0 : 1]; in combineTargetShuffle()
48364 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
48371 getTargetShuffleInputs(BC1, Ops1, Mask1, DAG) && !isAnyZero(Mask1) && in combineHorizOpWithShuffle()
48373 all_of(Ops1, [](SDValue Op) { return Op.getValueSizeInBits() == 128; }); in combineHorizOpWithShuffle()
48380 Ops1.assign({BC1}); in combineHorizOpWithShuffle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14297 SmallVector<SDValue, 8> Ops1(NumElts / 2, Vals[0]); in LowerBUILD_VECTOR() local
14300 LowerBUILD_VECTOR(DAG.getBuildVector(SubVT, dl, Ops1), DAG); in LowerBUILD_VECTOR()
14328 SmallVector<SDValue, 8> Ops1(NumElts, Vals[0]); in LowerBUILD_VECTOR() local
14330 SDValue VEC1 = DAG.getBuildVector(VT, dl, Ops1); in LowerBUILD_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15307 const SDValue Ops1[] = { in wrapAddr64Rsrc() local
15315 return DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v4i32, Ops1); in wrapAddr64Rsrc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10607 llvm::Value *Ops1 = EmitSVEPredicateCast(Ops[1], OverloadedTy); in EmitAArch64SVEBuiltinExpr() local
10608 llvm::Value *PSel = Builder.CreateCall(F, {Ops0, Ops1, Ops[2]}); in EmitAArch64SVEBuiltinExpr()