Searched refs:Set1 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/MIR/ |
| H A D | MachineMetadata.cpp | 245 MDNode *Set1 = MDNode::get(Context, {Scope1}); in TEST_F() local 250 AAInfo.NoAlias = Set1; in TEST_F() 266 std::vector<const MDNode *> Generated{Domain, Scope0, Scope1, Set0, Set1}; in TEST_F() 395 MDNode *Set1 = MDNode::get(Context, {Scope1}); in TEST_F() local 400 AAInfo.NoAlias = Set1; in TEST_F() 416 std::vector<const MDNode *> Generated{Domain, Scope0, Scope1, Set0, Set1}; in TEST_F() 493 MDNode *Set1 = MDNode::get(Context, {Scope1}); in TEST_F() local 498 AAInfo.NoAlias = Set1; in TEST_F() 515 std::vector<const MDNode *> Generated{Domain, Scope0, Scope1, Set0, Set1}; in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | 997 MachineInstr &Set1 = *BuildMI(*I.getParent(), I, I.getDebugLoc(), in selectFCmp() local 1006 constrainSelectedInstRegOperands(Set1, TII, TRI, RBI); in selectFCmp()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1808 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect() argument 1811 for (SUnit *SU : Set1) { in isIntersect()
|