Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp106 LLVMTargetMachine::addMachineModuleInfo(PassManagerBase &PM) const { in addMachineModuleInfo() function in LLVMTargetMachine
153 MachineModuleInfo &MMI = TM->addMachineModuleInfo(PM); in addPassesToGenerateCode()
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetMachine.h317 MachineModuleInfo &addMachineModuleInfo(PassManagerBase &PM) const;
/aosp_15_r20/external/llvm/unittests/MI/
H A DLiveIntervalTest.cpp72 LLVMTM.addMachineModuleInfo(PM); in parseMIR()
/aosp_15_r20/external/llvm/tools/llc/
H A Dllc.cpp417 LLVMTM.addMachineModuleInfo(PM); in compileModule()