/llvm-project/llvm/unittests/IR/ |
H A D | AbstractCallSiteTest.cpp | 18 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | StructuralHashTest.cpp | 21 std::unique_ptr<Module> parseIR(LLVMContext &Context, const char *IR) { parseIR() function [all...] |
H A D | FunctionTest.cpp | 18 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { parseIR() function
|
H A D | VFABIDemanglerTest.cpp | 809 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { parseIR() function
|
H A D | BasicBlockDbgInfoTest.cpp | 28 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function [all...] |
H A D | BasicBlockTest.cpp | 261 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { parseIR() function
|
H A D | PassBuilderCallbacksTest.cpp | 279 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | DebugInfoTest.cpp | 31 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function [all...] |
/llvm-project/llvm/unittests/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 26 std::unique_ptr<Module> parseIR(const char *IR) { in parseIR() function
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | UnrollLoopTest.cpp | 24 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | ModuleUtilsTest.cpp | 19 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { parseIR() function
|
H A D | ProfDataUtilTest.cpp | 21 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | LoopRotationUtilsTest.cpp | 25 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | LoopUtilsTest.cpp | 22 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | DebugifyTest.cpp | 20 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | CallPromotionUtilsTest.cpp | 22 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { parseIR() function [all...] |
H A D | BasicBlockUtilsTest.cpp | 31 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | CodeMoverUtilsTest.cpp | 26 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
/llvm-project/llvm/unittests/SandboxIR/ |
H A D | SandboxIRTest.cpp | 24 void parseIR(LLVMContext &C, const char *IR) { parseIR() function [all...] |
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | SMEAttributesTest.cpp | 12 std::unique_ptr<Module> parseIR(const char *IR) { in parseIR() function
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ReplaceWithVecLibTest.cpp | 25 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
H A D | LoadsTest.cpp | 20 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { parseIR() function
|
H A D | IVDescriptorsTest.cpp | 39 static std::unique_ptr<Module> parseIR(LLVMContext &C, const char *IR) { in parseIR() function
|
/llvm-project/llvm/lib/IRReader/ |
H A D | IRReader.cpp | 69 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, in parseIR() function in llvm
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | PassManagerTest.cpp | 137 std::unique_ptr<Module> parseIR(LLVMContext &Context, const char *IR) { in parseIR() function
|