/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | TPCDynamicLibrarySearchGenerator.h | 36 : TPC(TPC), H(H), Allow(std::move(Allow)) {} in TPC() argument
|
H A D | TPCEHFrameRegistrar.h | 34 TPCEHFrameRegistrar(TargetProcessControl &TPC, in TPCEHFrameRegistrar()
|
H A D | TPCDebugObjectRegistrar.h | 42 TPCDebugObjectRegistrar(TargetProcessControl &TPC, in TPCDebugObjectRegistrar()
|
H A D | TPCIndirectionUtils.h | 149 TargetProcessControl &TPC; variable 214 TPCIndirectionUtils::CreateWithABI(TargetProcessControl &TPC) { in CreateWithABI()
|
H A D | LLJIT.h | 270 TargetProcessControl *TPC = nullptr; variable 359 SetterImpl &setTargetProcessControl(TargetProcessControl &TPC) { in setTargetProcessControl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() 69 auto TPC = SelfTargetProcessControl::Create(SSP); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 47 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() 69 auto TPC = SelfTargetProcessControl::Create(SSP); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 53 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() 76 auto TPC = SelfTargetProcessControl::Create(SSP); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 62 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() 91 auto TPC = SelfTargetProcessControl::Create(SSP); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | TPCIndirectionUtils.cpp | 82 auto &TPC = TPCIU.getTargetProcessControl(); in TPCTrampolinePool() local 104 auto &TPC = TPCIU.getTargetProcessControl(); in grow() local 237 TPCIndirectionUtils::Create(TargetProcessControl &TPC) { in Create() 333 TPCIndirectionUtils::TPCIndirectionUtils(TargetProcessControl &TPC, in TPCIndirectionUtils()
|
H A D | TPCDebugObjectRegistrar.cpp | 36 createJITLoaderGDBRegistrar(TargetProcessControl &TPC) { in createJITLoaderGDBRegistrar()
|
H A D | TPCDynamicLibrarySearchGenerator.cpp | 15 TPCDynamicLibrarySearchGenerator::Load(TargetProcessControl &TPC, in Load()
|
H A D | TPCEHFrameRegistrar.cpp | 16 TPCEHFrameRegistrar::Create(TargetProcessControl &TPC) { in Create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Combiner.h | 40 const TargetPassConfig *TPC; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsModuleISelDAGToDAG.cpp | 48 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
|
H A D | MipsPreLegalizerCombiner.cpp | 98 auto *TPC = &getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 64 TargetPassConfig *TPC; member in LiveDebugValues
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 149 KaleidoscopeJIT(std::unique_ptr<TargetProcessControl> TPC, in KaleidoscopeJIT() 176 auto TPC = SelfTargetProcessControl::Create(SSP); in Create() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 176 std::unique_ptr<RemoteTargetProcessControl> TPC) { in TCPSocketJITLinkExecutor() 334 auto TPC = std::make_unique<RemoteTargetProcessControl>( in ConnectTCPSocket() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/ |
H A D | LLJITWithTargetProcessControl.cpp | 138 auto TPC = ExitOnErr(SelfTargetProcessControl::Create(std::move(SSP))); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPropagateAttributes.cpp | 375 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() local 390 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule() local
|
H A D | AMDGPULowerIntrinsics.cpp | 126 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in makeLIDRangeMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 93 Combiner::Combiner(CombinerInfo &Info, const TargetPassConfig *TPC) in Combiner()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 54 TargetPassConfig &TPC) { in addPass() 228 TargetPassConfig *TPC = TM->createPassConfig(PM); in assembleToStream() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64O0PreLegalizerCombiner.cpp | 146 auto &TPC = getAnalysis<TargetPassConfig>(); in runOnMachineFunction() local
|