Searched refs:LLVMTM (Results 1 – 7 of 7) sorted by relevance
53 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(TM.get()); in targetOptionsTest() local55 TargetPassConfig *TPC = LLVMTM->createPassConfig(PM); in targetOptionsTest()
401 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(&AP->TM); in init() local403 PM.add(new MachineModuleInfoWrapperPass(LLVMTM)); in init()407 M->setDataLayout(LLVMTM->createDataLayout()); in init()
208 LLVMTargetMachine *LLVMTM = static_cast<LLVMTargetMachine *>(TM.get()); in TEST_F() local222 MAM.registerPass([&] { return MachineModuleAnalysis(LLVMTM); }); in TEST_F()
71 const LLVMTargetMachine &LLVMTM = static_cast<const LLVMTargetMachine&>(TM); in parseMIR() local72 LLVMTM.addMachineModuleInfo(PM); in parseMIR()73 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get()); in parseMIR()
414 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine&>(*Target); in compileModule() local415 TargetPassConfig *TPC = LLVMTM.createPassConfig(PM); in compileModule()417 LLVMTM.addMachineModuleInfo(PM); in compileModule()418 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get()); in compileModule()
595 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); in compileModule() local597 new MachineModuleInfoWrapperPass(&LLVMTM); in compileModule()607 TargetPassConfig &TPC = *LLVMTM.createPassConfig(PM); in compileModule()635 const_cast<TargetLoweringObjectFile *>(LLVMTM.getObjFileLowering()) in compileModule()
161 const LLVMTargetMachine &LLVMTM = static_cast<const LLVMTargetMachine &>(TM); in getFunctionReservedRegs() local163 std::make_unique<MachineModuleInfoWrapperPass>(&LLVMTM); in getFunctionReservedRegs()