/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 141 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 142 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 244 ArrayRef<Metadata *> Ops2) 245 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { 2309 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 2310 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
D | Metadata.h | 836 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 506 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 507 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()), in MDNode() 512 for (Metadata *MD : Ops2) in MDNode()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 468 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 469 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()), in MDNode() 474 for (Metadata *MD : Ops2) in MDNode()
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 507 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 508 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()), in MDNode() 513 for (Metadata *MD : Ops2) in MDNode()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 526 Metadata *Ops2[] = {Temp3.get(), N0}; in TEST_F() local 527 MDNode *N2 = MDNode::get(Context, Ops2); in TEST_F() 850 Metadata *Ops2[] = {nullptr}; in TEST_F() local 851 EXPECT_EQ(N, GenericDINode::get(Context, 15, Header, Ops2)); in TEST_F() 2109 Metadata *Ops2[] = {nullptr, CI, Temp.get()}; in TEST_F() local 2112 auto *N2 = MDTuple::get(Context, Ops2); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 124 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 125 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 220 ArrayRef<Metadata *> Ops2) in GenericDINode() argument 221 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3114 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 3115 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
D | Metadata.h | 883 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 124 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 125 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 222 ArrayRef<Metadata *> Ops2) in GenericDINode() argument 223 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3360 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 3361 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
D | Metadata.h | 881 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
|
/external/llvm-project/llvm/unittests/IR/ |
D | MetadataTest.cpp | 583 Metadata *Ops2[] = {Temp3.get(), N0}; in TEST_F() local 584 MDNode *N2 = MDNode::get(Context, Ops2); in TEST_F() 1117 Metadata *Ops2[] = {nullptr}; in TEST_F() local 1118 EXPECT_EQ(N, GenericDINode::get(Context, 15, Header, Ops2)); in TEST_F() 3037 Metadata *Ops2[] = {nullptr, CI, Temp.get()}; in TEST_F() local 3040 auto *N2 = MDTuple::get(Context, Ops2); in TEST_F()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 252 SmallVector<const SCEV *, 3> Ops2 = {B, A, C}; in TEST_F() local 259 auto *Mul2 = SE.getMulExpr(Ops2); in TEST_F()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 854 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3619 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local 3620 CurDAG->MorphNodeTo(N, ARMISD::CMPZ, CurDAG->getVTList(MVT::Glue), Ops2); in Select()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3878 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local 3879 CurDAG->MorphNodeTo(N, ARMISD::CMPZ, CurDAG->getVTList(MVT::Glue), Ops2); in Select()
|