Searched refs:getFuncReg (Results 1 – 3 of 3) sorted by relevance
36 MCRegister FuncReg = MAI->getFuncReg(dyn_cast<Function>(MO.getGlobal())); in lower()
448 MCRegister FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode()512 MCRegister FReg = MAI->getFuncReg(&F); in outputExecutionMode()580 MCRegister Reg = MAI->getFuncReg(Func); in outputAnnotations()
163 MCRegister getFuncReg(const Function *F) { in getFuncReg() function