Home
last modified time | relevance | path

Searched refs:getFuncReg (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()
H A DSPIRVAsmPrinter.cpp448 MCRegister FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode()
512 MCRegister FReg = MAI->getFuncReg(&F); in outputExecutionMode()
580 MCRegister Reg = MAI->getFuncReg(Func); in outputAnnotations()
H A DSPIRVModuleAnalysis.h163 MCRegister getFuncReg(const Function *F) { in getFuncReg() function