Searched refs:FuncReg (Results 1 – 3 of 3) sorted by relevance
36 MCRegister FuncReg = MAI->getFuncReg(dyn_cast<Function>(MO.getGlobal())); in lower() local37 if (!FuncReg.isValid()) { in lower()44 MCOp = MCOperand::createReg(FuncReg); in lower()
448 MCRegister FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode() local449 assert(FuncReg.isValid()); in addOpsFromMDNode()450 Inst.addOperand(MCOperand::createReg(FuncReg)); in addOpsFromMDNode()
7832 unsigned FuncReg; in parseDirectiveCPSetup() local7849 FuncReg = FuncRegOpnd.getGPR32Reg(); in parseDirectiveCPSetup()7896 getTargetStreamer().emitDirectiveCpsetup(FuncReg, Save, Ref->getSymbol(), in parseDirectiveCPSetup()