Searched refs:FuncReg (Results 1 – 3 of 3) sorted by relevance
36 Register FuncReg = MAI->getFuncReg(dyn_cast<Function>(MO.getGlobal())); in lower() local37 if (!FuncReg.isValid()) { in lower()44 MCOp = MCOperand::createReg(FuncReg); in lower()
418 Register FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode() local419 assert(FuncReg.isValid()); in addOpsFromMDNode()420 Inst.addOperand(MCOperand::createReg(FuncReg)); in addOpsFromMDNode()
7838 unsigned FuncReg; in parseDirectiveCPSetup() local7855 FuncReg = FuncRegOpnd.getGPR32Reg(); in parseDirectiveCPSetup()7902 getTargetStreamer().emitDirectiveCpsetup(FuncReg, Save, Ref->getSymbol(), in parseDirectiveCPSetup()