Home
last modified time | relevance | path

Searched defs:getRegClass (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp170 X86InstructionSelector::getRegClass(LLT Ty, const RegisterBank &RB) const { in getRegClass() function in X86InstructionSelector
198 X86InstructionSelector::getRegClass(LLT Ty, unsigned Reg, in getRegClass() function in X86InstructionSelector
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h543 const MCRegisterClass& getRegClass(unsigned i) const { in getRegClass() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h634 const TargetRegisterClass *getRegClass(Register Reg) const { in getRegClass() function
H A DTargetRegisterInfo.h737 const TargetRegisterClass *getRegClass(unsigned i) const { in getRegClass() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h104 const TargetRegisterClass *getRegClass() const { in getRegClass() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp47 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum, in getRegClass() function in TargetInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1274 CodeGenRegisterClass *CodeGenRegBank::getRegClass(const Record *Def) const { in getRegClass() function in CodeGenRegBank
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp2367 SIRegisterInfo::getRegClass(unsigned RCID) const { in getRegClass() function in SIRegisterInfo
H A DSIInstrInfo.cpp4452 const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID, in getRegClass() function in SIInstrInfo
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp305 PerTargetMIParsingState::getRegClass(StringRef Name) { in getRegClass() function in PerTargetMIParsingState
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4145 auto getRegClass = [&](unsigned Reg) { in foldMemoryOperandImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2184 static int getRegClass(RegisterKind Is, unsigned RegWidth) { in getRegClass() function