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 Register FuncReg = MAI->getFuncReg(dyn_cast<Function>(MO.getGlobal())); in lower()
H A DSPIRVAsmPrinter.cpp418 Register FuncReg = MAI->getFuncReg(CE); in addOpsFromMDNode()
482 Register FReg = MAI->getFuncReg(&F); in outputExecutionMode()
534 Register Reg = MAI->getFuncReg(Func); in outputAnnotations()
H A DSPIRVModuleAnalysis.h161 Register getFuncReg(const Function *F) { in getFuncReg() function