Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMCInstLower.cpp36 MCRegister FuncReg = MAI->getFuncReg(dyn_cast<Function>(MO.getGlobal())); in lower() local
37 if (!FuncReg.isValid()) { in lower()
44 MCOp = MCOperand::createReg(FuncReg); in lower()
H A DSPIRVAsmPrinter.cpp448 MCRegister FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode() local
449 assert(FuncReg.isValid()); in addOpsFromMDNode()
450 Inst.addOperand(MCOperand::createReg(FuncReg)); in addOpsFromMDNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7832 unsigned FuncReg; in parseDirectiveCPSetup() local
7849 FuncReg = FuncRegOpnd.getGPR32Reg(); in parseDirectiveCPSetup()
7896 getTargetStreamer().emitDirectiveCpsetup(FuncReg, Save, Ref->getSymbol(), in parseDirectiveCPSetup()