Home
last modified time | relevance | path

Searched refs:getRegType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.h73 MVT getRegType(unsigned RegNo) const;
H A DWebAssemblyAsmPrinter.cpp64 MVT WebAssemblyAsmPrinter::getRegType(unsigned RegNo) const { in getRegType() function in WebAssemblyAsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp458 MRI->setType(ArgReg, GR->getRegType(ArgTypeVRegs[i])); in lowerFormalArguments()
639 SpvType ? GR->getRegType(SpvType) in lowerCall()
H A DSPIRVUtils.cpp774 MRI->setType(Reg, GR->getRegType(SpvType)); in setRegClassType()
796 MRI->setType(Reg, GR->getRegType(SpvType)); in createVirtualRegister()
H A DSPIRVPreLegalizer.cpp435 MRI.setType(Reg, GR->getRegType(SpvType)); in insertAssignInstr()
488 MRI.setType(OpReg, GR->getRegType(SpvType)); in processInstr()
H A DSPIRVGlobalRegistry.h649 LLT getRegType(SPIRVType *SpvType) const;
H A DSPIRVGlobalRegistry.cpp1895 LLT SPIRVGlobalRegistry::getRegType(SPIRVType *SpvType) const { in getRegType() function in SPIRVGlobalRegistry
H A DSPIRVBuiltins.cpp2054 MRI->createGenericVirtualRegister(GR->getRegType(TempType)); in generateReadImageInst()
H A DSPIRVInstructionSelector.cpp3914 MRI->createGenericVirtualRegister(GR.getRegType(ResType)); in selectGlobalValue()