| /external/llvm/include/llvm/ExecutionEngine/Orc/ |
| CompileUtils.h | 28 class SimpleCompiler { 31 SimpleCompiler(TargetMachine &TM) : TM(TM) {}
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| CompileUtils.h | 42 class SimpleCompiler { 47 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr) 104 /// A thread-safe version of SimpleCompiler. 106 /// This class creates a new TargetMachine and SimpleCompiler instance for each 118 SimpleCompiler C(*TM, ObjCache);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| KaleidoscopeJIT.h | 46 IRCompileLayer<decltype(ObjectLayer), SimpleCompiler> CompileLayer; 69 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| KaleidoscopeJIT.h | 51 IRCompileLayer<decltype(ObjectLayer), SimpleCompiler> CompileLayer; 79 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/include/ |
| KaleidoscopeJIT.h | 44 using CompileLayerT = IRCompileLayer<ObjLayerT, SimpleCompiler>; 59 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) {
|
| /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| KaleidoscopeJIT.h | 51 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| KaleidoscopeJIT.h | 55 IRCompileLayer<decltype(ObjectLayer), SimpleCompiler> CompileLayer; 74 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/llvm/unittests/ExecutionEngine/Orc/ |
| ObjectLinkingLayerTest.cpp | 84 auto OwningObj = SimpleCompiler(*TM)(*M); 122 SimpleCompiler Compile(*TM); 191 SimpleCompiler Compile(*TM);
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
| RTDyldObjectLinkingLayerTest.cpp | 97 auto Obj = SimpleCompiler(*TM)(*M); 139 SimpleCompiler Compile(*TM); 217 SimpleCompiler Compile(*TM);
|
| OrcCAPITest.cpp | 42 orc::SimpleCompiler IRCompiler(*TM);
|
| RemoteObjectLayerTest.cpp | 103 SimpleCompiler IRCompiler(*TM);
|
| /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| KaleidoscopeJIT.h | 57 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| KaleidoscopeJIT.h | 62 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/llvm/examples/Kaleidoscope/include/ |
| KaleidoscopeJIT.h | 50 CompileLayer(ObjectLayer, SimpleCompiler(*TM)) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| KaleidoscopeJIT.h | 81 IRCompileLayer<decltype(ObjectLayer), SimpleCompiler> CompileLayer; 114 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
| KaleidoscopeJIT.h | 86 IRCompileLayer<decltype(ObjectLayer), SimpleCompiler> CompileLayer; 123 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/llvm/tools/lli/ |
| OrcLazyJIT.h | 50 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)),
|
| /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| KaleidoscopeJIT.h | 87 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
| KaleidoscopeJIT.h | 92 CompileLayer(ObjectLayer, SimpleCompiler(*TM)),
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
| LLJIT.cpp | 52 CompileLayer(*this->ES, ObjLinkingLayer, SimpleCompiler(*this->TM)),
|
| OrcCBindingsStack.h | 111 using CompileLayerT = orc::IRCompileLayer<ObjLayerT, orc::SimpleCompiler>; 228 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)),
|
| OrcMCJITReplacement.h | 249 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM), 462 using CompileLayerT = IRCompileLayer<ObjectLayerT, orc::SimpleCompiler>;
|
| /external/llvm/lib/ExecutionEngine/Orc/ |
| OrcCBindingsStack.h | 87 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)),
|
| OrcMCJITReplacement.h | 156 CompileLayer(ObjectLayer, SimpleCompiler(*this->TM)),
|
| /external/swiftshader/src/Reactor/ |
| LLVMReactor.cpp | 554 using CompileLayer = llvm::orc::IRCompileLayer<ObjLayer, llvm::orc::SimpleCompiler>; 600 compileLayer(objLayer, llvm::orc::SimpleCompiler(*targetMachine)), [all...] |