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 Register 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.cpp418 Register FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode() local
419 assert(FuncReg.isValid()); in addOpsFromMDNode()
420 Inst.addOperand(MCOperand::createReg(FuncReg)); in addOpsFromMDNode()
/freebsd/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()