Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1267 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument
1281 if (Ops1->isNullValue()) { in ConstantFoldCompareInstOperands()
1304 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands()
1334 CE0->getOpcode() == Instruction::Or && Ops1->isNullValue()) { in ConstantFoldCompareInstOperands()
1336 Predicate, CE0->getOperand(0), Ops1, DL, TLI); in ConstantFoldCompareInstOperands()
1338 Predicate, CE0->getOperand(1), Ops1, DL, TLI); in ConstantFoldCompareInstOperands()
1343 } else if (isa<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands()
1347 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1350 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp526 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument
527 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()), in MDNode()
530 for (Metadata *MD : Ops1) in MDNode()
/freebsd-13.1/contrib/llvm-project/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()
3396 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None)
3397 : MDNode(C, ID, Storage, Ops1, Ops2) {
H A DMetadata.h908 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5267 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local
5268 CurDAG->SelectNodeTo(N, PPC::ORIS8, MVT::i64, Ops1); in Select()
5290 SDValue Ops1[] = { SDValue(Lo, 0), getI16Imm(ImmHi, dl)}; in Select() local
5291 CurDAG->SelectNodeTo(N, PPC::XORIS8, MVT::i64, Ops1); in Select()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38113 SmallVector<SDValue, 2> Ops1; in combineTargetShuffle() local
38127 Op1 = Ops1[M < 4 ? 0 : 1]; in combineTargetShuffle()
43846 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
43862 Ops1.assign({BC1}); in combineHorizOpWithShuffle()
43886 FindShuffleOpAndIdx(ScaledMask1[0], PostShuffle[2], Ops1) && in combineHorizOpWithShuffle()
43902 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local
43906 !Ops0.empty() && !Ops1.empty() && in combineHorizOpWithShuffle()
43909 all_of(Ops1, in combineHorizOpWithShuffle()
43914 SDValue Op10 = peekThroughBitcasts(Ops1.front()); in combineHorizOpWithShuffle()
43916 SDValue Op11 = peekThroughBitcasts(Ops1.back()); in combineHorizOpWithShuffle()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11427 const SDValue Ops1[] = { in wrapAddr64Rsrc() local
11435 return DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v4i32, Ops1); in wrapAddr64Rsrc()