HomeSort by relevance Sort by last modified time
    Searched refs:LLVMTM (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/MI/
LiveIntervalTest.cpp 71 const LLVMTargetMachine &LLVMTM = static_cast<const LLVMTargetMachine&>(TM);
72 LLVMTM.addMachineModuleInfo(PM);
73 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get());
  /external/llvm/tools/llc/
llc.cpp 414 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine&>(*Target);
415 TargetPassConfig *TPC = LLVMTM.createPassConfig(PM);
417 LLVMTM.addMachineModuleInfo(PM);
418 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get());

Completed in 543 milliseconds