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