Home
last modified time | relevance | path

Searched refs:buildCodeGenPipeline (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CodeGenPassBuilder.cpp49 Error X86TargetMachine::buildCodeGenPipeline( in buildCodeGenPipeline() function in X86TargetMachine
H A DX86TargetMachine.h61 Error buildCodeGenPipeline(ModulePassManager &, MachineFunctionPassManager &,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp194 ExitOnErr(LLVMTM.buildCodeGenPipeline(MPM, MFPM, MFAM, *OS, in compileModuleWithNewPM()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h458 virtual Error buildCodeGenPipeline(ModulePassManager &, in buildCodeGenPipeline() function