Home
last modified time | relevance | path

Searched refs:Ops2 (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h141 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) {
DMetadata.h836 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp506 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/
DMetadata.cpp468 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/
DMetadata.cpp507 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/
DMetadataTest.cpp526 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/
DDebugInfoMetadata.h124 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) {
DMetadata.h883 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h124 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) {
DMetadata.h881 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/external/llvm-project/llvm/unittests/IR/
DMetadataTest.cpp583 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/
DScalarEvolutionTest.cpp252 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/
DMetadata.h854 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3619 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/
DARMISelDAGToDAG.cpp3878 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()