Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llc/
HDNewPMDriver.cpp105 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); in compileModuleWithNewPM() local
115 MachineModuleInfo MMI(&LLVMTM); in compileModuleWithNewPM()
119 registerCodeGenCallback(PIC, LLVMTM); in compileModuleWithNewPM()
161 ExitOnErr(LLVMTM.buildCodeGenPipeline( in compileModuleWithNewPM()
HDllc.cpp676 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); in compileModule() local
678 new MachineModuleInfoWrapperPass(&LLVMTM); in compileModule()
689 TargetPassConfig *PTPC = LLVMTM.createPassConfig(PM); in compileModule()
717 const_cast<TargetLoweringObjectFile *>(LLVMTM.getObjFileLowering()) in compileModule()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp512 LLVMTargetMachine &LLVMTM) { in registerCodeGenCallback() argument