Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1229 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument
1243 if (Ops1->isNullValue()) { in ConstantFoldCompareInstOperands()
1266 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands()
1296 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) { in ConstantFoldCompareInstOperands()
1298 Predicate, CE0->getOperand(0), Ops1, DL, TLI); in ConstantFoldCompareInstOperands()
1300 Predicate, CE0->getOperand(1), Ops1, DL, TLI); in ConstantFoldCompareInstOperands()
1305 } else if (isa<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands()
1309 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1312 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp626 SmallVector<const SCEV *, 2> Ops1{ BExpr, AExpr }; in tryReassociateMinOrMax() local
628 const SCEV *R1Expr = SE->getMinMaxExpr(SCEVType, Ops1); in tryReassociateMinOrMax()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp520 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument
521 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()), in MDNode()
524 for (Metadata *MD : Ops1) in MDNode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h133 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None)
134 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
230 unsigned Tag, ArrayRef<Metadata *> Ops1, in GenericDINode() argument
232 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode()
3393 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None)
3394 : MDNode(C, ID, Storage, Ops1, Ops2) {
H A DMetadata.h908 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5259 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local
5260 CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1); in Select()
5282 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local
5283 CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1); in Select()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37873 SmallVector<SDValue, 2> Ops1; in combineTargetShuffle() local
37875 if (getTargetShuffleAndZeroables(Op1, TargetMask1, Ops1, KnownUndef1, in combineTargetShuffle()
37887 Op1 = Ops1[M < 4 ? 0 : 1]; in combineTargetShuffle()
43531 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
43538 getTargetShuffleInputs(BC1, Ops1, Mask1, DAG) && !isAnyZero(Mask1) && in combineHorizOpWithShuffle()
43540 all_of(Ops1, [](SDValue Op) { return Op.getValueSizeInBits() == 128; }); in combineHorizOpWithShuffle()
43547 Ops1.assign({BC1}); in combineHorizOpWithShuffle()
43571 FindShuffleOpAndIdx(ScaledMask1[0], PostShuffle[2], Ops1) && in combineHorizOpWithShuffle()
43572 FindShuffleOpAndIdx(ScaledMask1[1], PostShuffle[3], Ops1)) { in combineHorizOpWithShuffle()
43587 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11451 const SDValue Ops1[] = { in wrapAddr64Rsrc() local
11459 return DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v4i32, Ops1); in wrapAddr64Rsrc()