| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 629 SmallVector<const SCEV *, 2> Ops2{SE->getUnknown(C), in tryReassociateMinOrMax() local 631 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 135 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 136 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 233 ArrayRef<Metadata *> Ops2) in GenericDINode() argument 234 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3411 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 3412 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
| H A D | Metadata.h | 1059 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 542 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 547 for (Metadata *MD : Ops2) in MDNode()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 644 Metadata *Ops2[] = {Temp3.get(), N0}; in TEST_F() local 645 MDNode *N2 = MDNode::get(Context, Ops2); in TEST_F() 1177 Metadata *Ops2[] = {nullptr}; in TEST_F() local 1178 EXPECT_EQ(N, GenericDINode::get(Context, 15, Header, Ops2)); in TEST_F() 3244 Metadata *Ops2[] = {nullptr, CI, Temp.get()}; in TEST_F() local 3247 auto *N2 = MDTuple::get(Context, Ops2); in TEST_F()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | ScalarEvolutionTest.cpp | 259 SmallVector<const SCEV *, 3> Ops2 = {B, A, C}; in TEST_F() local 266 auto *Mul2 = SE.getMulExpr(Ops2); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 4212 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local 4213 CurDAG->MorphNodeTo(N, ARMISD::CMPZ, CurDAG->getVTList(MVT::Glue), Ops2); in Select()
|
| H A D | ARMISelLowering.cpp | 6408 SDValue Ops2[] = { in LowerSET_ROUNDING() local 6410 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 4333 SDValue Ops2[] = { in LowerSET_ROUNDING() local 4336 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING()
|