Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMCInstLower.cpp34 Register FuncReg = MAI->getFuncReg(dyn_cast<Function>(MO.getGlobal())); in lower() local
35 assert(FuncReg.isValid() && "Cannot find function Id"); in lower()
36 MCOp = MCOperand::createReg(FuncReg); in lower()
H A DSPIRVAsmPrinter.cpp400 Register FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode() local
401 assert(FuncReg.isValid()); in addOpsFromMDNode()
402 Inst.addOperand(MCOperand::createReg(FuncReg)); in addOpsFromMDNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7838 unsigned FuncReg; in parseDirectiveCPSetup() local
7855 FuncReg = FuncRegOpnd.getGPR32Reg(); in parseDirectiveCPSetup()
7902 getTargetStreamer().emitDirectiveCpsetup(FuncReg, Save, Ref->getSymbol(), in parseDirectiveCPSetup()