Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegisterUsageInfo.h44 void setTargetMachine(const LLVMTargetMachine &TM);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterUsageInfo.cpp43 void PhysicalRegisterUsageInfo::setTargetMachine(const LLVMTargetMachine &TM) { in setTargetMachine() function in PhysicalRegisterUsageInfo
H A DRegUsageInfoCollector.cpp101 PRUI.setTargetMachine(TM); in runOnMachineFunction()