Searched defs:SubInst (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/unittests/IR/ |
H A D | BasicBlockDbgInfoTest.cpp | 1233 Instruction *SubInst = &*Entry.begin(); in TEST() local 1307 Instruction *SubInst = &*Entry.begin(); in TEST() local [all...] |
H A D | BasicBlockTest.cpp | 123 Instruction *SubInst = cast<Instruction>(Builder1.CreateSub(MulInst, V)); TEST() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXCtorDtorLowering.cpp | 175 auto *SubInst = IRB.CreateSub(EndInt, BeginInt); createInitOrFiniCalls() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CodeMoverUtilsTest.cpp | 582 Instruction *SubInst = getInstructionByName(F, "sub"); in TEST() local 660 Instruction *SubInst = getInstructionByName(F, "sub"); in TEST() local
|
H A D | CloningTest.cpp | 232 Instruction *SubInst = cast<Instruction>(Builder2.CreateSub(MulInst, V)); TEST_F() local 281 Instruction *SubInst = cast<Instruction>(Builder2.CreateSub(MulInst, V)); TEST_F() local 334 Instruction *SubInst = cast<Instruction>(Builder2.CreateSub(MulInst, V)); TEST_F() local
|
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 648 if (matchOneInstruction(*SubInst, IDLoc, Operands, ErrorInfo, in MatchAndEmitInstruction() local
|