Home
last modified time | relevance | path

Searched refs:LLVMTM (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/MI/
DLiveIntervalTest.cpp71 const LLVMTargetMachine &LLVMTM = static_cast<const LLVMTargetMachine&>(TM); in parseMIR() local
72 LLVMTM.addMachineModuleInfo(PM); in parseMIR()
73 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get()); in parseMIR()
/external/llvm/tools/llc/
Dllc.cpp414 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine&>(*Target); in compileModule() local
415 TargetPassConfig *TPC = LLVMTM.createPassConfig(PM); in compileModule()
417 LLVMTM.addMachineModuleInfo(PM); in compileModule()
418 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get()); in compileModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
Dllc.cpp537 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine&>(*Target); in compileModule() local
538 MachineModuleInfo *MMI = new MachineModuleInfo(&LLVMTM); in compileModule()
548 TargetPassConfig &TPC = *LLVMTM.createPassConfig(PM); in compileModule()