Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVMCInstLower.cpp34 Register FuncReg = MAI->getFuncReg(MO.getGlobal()->getGlobalIdentifier()); in lower()
H A DSPIRVAsmPrinter.cpp370 Register FuncReg = MAI->getFuncReg(CE->getName().str()); in addOpsFromMDNode()
402 Register FReg = MAI->getFuncReg(F.getGlobalIdentifier()); in outputExecutionMode()
442 Register Reg = MAI->getFuncReg(Func->getGlobalIdentifier()); in outputAnnotations()
H A DSPIRVModuleAnalysis.h79 Register getFuncReg(std::string FuncName) { in getFuncReg() function