| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 619 SmallVector<const SCEV *, 2> Ops1{BExpr, AExpr}; in tryReassociateMinOrMax() local 621 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1191 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument 1205 if (Ops1->isNullValue()) { in ConstantFoldCompareInstOperands() 1229 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() 1269 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1); in ConstantFoldCompareInstOperands() 1276 } else if (isa<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() 1280 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands() 1288 Ops1 = FlushFPConstant(Ops1, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands() 1289 if (!Ops1) in ConstantFoldCompareInstOperands() 1292 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 140 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt) 141 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 240 unsigned Tag, ArrayRef<Metadata *> Ops1, in GenericDINode() argument 242 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3600 ArrayRef<Metadata *> Ops1, 3602 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
| H A D | Metadata.h | 1174 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 636 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 639 for (Metadata *MD : Ops1) in MDNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 5703 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local 5704 CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1); in Select() 5726 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local 5727 CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1); in Select()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 40418 SmallVector<SDValue, 2> Ops1; in combineTargetShuffle() local 40432 Op1 = Ops1[M < 4 ? 0 : 1]; in combineTargetShuffle() 47196 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local 47212 Ops1.assign({BC1}); in combineHorizOpWithShuffle() 47236 FindShuffleOpAndIdx(ScaledMask1[0], PostShuffle[2], Ops1) && in combineHorizOpWithShuffle() 47237 FindShuffleOpAndIdx(ScaledMask1[1], PostShuffle[3], Ops1)) { in combineHorizOpWithShuffle() 47252 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local 47256 !Ops0.empty() && !Ops1.empty() && in combineHorizOpWithShuffle() 47259 all_of(Ops1, in combineHorizOpWithShuffle() 47264 SDValue Op10 = peekThroughBitcasts(Ops1.front()); in combineHorizOpWithShuffle() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13316 SmallVector<SDValue, 8> Ops1(NumElts / 2, Vals[0]); in LowerBUILD_VECTOR() local 13319 LowerBUILD_VECTOR(DAG.getBuildVector(SubVT, dl, Ops1), DAG); in LowerBUILD_VECTOR() 13347 SmallVector<SDValue, 8> Ops1(NumElts, Vals[0]); in LowerBUILD_VECTOR() local 13349 SDValue VEC1 = DAG.getBuildVector(VT, dl, Ops1); in LowerBUILD_VECTOR()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 14988 const SDValue Ops1[] = { in wrapAddr64Rsrc() local 14996 return DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v4i32, Ops1); in wrapAddr64Rsrc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 10340 llvm::Value *Ops1 = EmitSVEPredicateCast(Ops[1], OverloadedTy); in EmitAArch64SVEBuiltinExpr() local 10341 llvm::Value *PSel = Builder.CreateCall(F, {Ops0, Ops1, Ops[2]}); in EmitAArch64SVEBuiltinExpr()
|