Home
last modified time | relevance | path

Searched defs:LLVMTM (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/unittests/CodeGen/
H A DTargetOptionsTest.cpp54 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(TM.get()); targetOptionsTest() local
H A DPassManagerTest.cpp182 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(TM.get()); TEST_F() local
232 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(TM.get()); TEST_F() local
H A DAsmPrinterDwarfTest.cpp401 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(&AP->TM); init() local
451 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(&AP->TM); init() local
/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp105 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); compileModuleWithNewPM() local
H A Dllc.cpp676 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); compileModule() local
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp504 const LLVMTargetMachine *LLVMTM = clone() local
806 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(TM.get()); parseReducerWorkItem() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp236 const LLVMTargetMachine &LLVMTM = static_cast<const LLVMTargetMachine &>(TM); getFunctionReservedRegs() local
/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp512 registerCodeGenCallback(PassInstrumentationCallbacks & PIC,LLVMTargetMachine & LLVMTM) registerCodeGenCallback() argument