Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h315 unsigned getRegClass() const { return Bitfield::get<RegClass>(Storage); } in getRegClass() function
/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp103 static const TargetRegisterClass *getRegClass(LLT Ty, const RegisterBank *RB) { in getRegClass() function
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp172 X86InstructionSelector::getRegClass(LLT Ty, const RegisterBank &RB) const { getRegClass() function in X86InstructionSelector
202 X86InstructionSelector::getRegClass(LLT Ty, unsigned Reg, getRegClass() function in X86InstructionSelector
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h451 const MCRegisterClass& getRegClass(unsigned i) const { getRegClass() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h653 const TargetRegisterClass *getRegClass(Register Reg) const { getRegClass() function
H A DTargetRegisterInfo.h818 const TargetRegisterClass *getRegClass(unsigned i) const { getRegClass() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h116 const TargetRegisterClass *getRegClass() const { getRegClass() function
/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp48 TargetInstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum, in getRegClass() function in TargetInstrInfo
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1380 CodeGenRegisterClass *CodeGenRegBank::getRegClass(const Record *Def) const { in getRegClass() function in CodeGenRegBank
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3141 SIRegisterInfo::getRegClass(unsigned RCID) const { getRegClass() function in SIRegisterInfo
H A DSIInstrInfo.cpp5582 const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID, getRegClass() function in SIInstrInfo
[all...]
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp301 PerTargetMIParsingState::getRegClass(StringRef Name) { getRegClass() function in PerTargetMIParsingState
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4129 static const TargetRegisterClass *getRegClass(const MachineInstr &MI, getRegClass() function
5572 auto getRegClass = [&](unsigned Reg) { foldMemoryOperandImpl() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp94 X86InstrInfo::getRegClass(const MCInstrDesc &MCID, unsigned OpNum, getRegClass() function in X86InstrInfo
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2493 static int getRegClass(RegisterKind Is, unsigned RegWidth) { getRegClass() function
[all...]