| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1220 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument 1234 if (Ops1->isNullValue()) { in ConstantFoldCompareInstOperands() 1257 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() 1287 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) { in ConstantFoldCompareInstOperands() 1289 Predicate, CE0->getOperand(0), Ops1, DL, TLI); in ConstantFoldCompareInstOperands() 1291 Predicate, CE0->getOperand(1), Ops1, DL, TLI); in ConstantFoldCompareInstOperands() 1309 Ops1->stripAndAccumulateInBoundsConstantOffsets(DL, Offset1); in ConstantFoldCompareInstOperands() 1316 } else if (isa<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() 1320 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands() 1326 Ops1 = FlushFPConstant(Ops1, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands() [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 136 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt) 137 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 234 unsigned Tag, ArrayRef<Metadata *> Ops1, in GenericDINode() argument 236 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3515 ArrayRef<Metadata *> Ops1, 3517 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
| H A D | Metadata.h | 1058 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Metadata.cpp | 542 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 545 for (Metadata *MD : Ops1) in MDNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 5509 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local 5510 CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1); in Select() 5532 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local 5533 CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1); in Select()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 41454 SmallVector<SDValue, 2> Ops1; in combineTargetShuffle() local 41456 if (getTargetShuffleAndZeroables(Op1, TargetMask1, Ops1, KnownUndef1, in combineTargetShuffle() 41468 Op1 = Ops1[M < 4 ? 0 : 1]; in combineTargetShuffle() 47983 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local 47990 getTargetShuffleInputs(BC1, Ops1, Mask1, DAG) && !isAnyZero(Mask1) && in combineHorizOpWithShuffle() 47992 all_of(Ops1, [](SDValue Op) { return Op.getValueSizeInBits() == 128; }); in combineHorizOpWithShuffle() 47999 Ops1.assign({BC1}); in combineHorizOpWithShuffle() 48023 FindShuffleOpAndIdx(ScaledMask1[0], PostShuffle[2], Ops1) && in combineHorizOpWithShuffle() 48024 FindShuffleOpAndIdx(ScaledMask1[1], PostShuffle[3], Ops1)) { in combineHorizOpWithShuffle() 48039 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 12191 const SDValue Ops1[] = { in wrapAddr64Rsrc() local 12199 return DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v4i32, Ops1); in wrapAddr64Rsrc()
|