Home
last modified time | relevance | path

Searched defs:RBI (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kInstructionSelector.cpp40 const M68kRegisterBankInfo &RBI; member in __anond52f76870111::M68kInstructionSelector
59 const M68kRegisterBankInfo &RBI) in M68kInstructionSelector()
87 const M68kRegisterBankInfo &RBI) { in createM68kInstructionSelector()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp76 const ARMRegisterBankInfo &RBI; member in __anone228b8980111::ARMInstructionSelector
164 const ARMRegisterBankInfo &RBI) { in createARMInstructionSelector()
175 const ARMRegisterBankInfo &RBI) in ARMInstructionSelector()
190 const RegisterBankInfo &RBI) { in guessRegClass()
215 const RegisterBankInfo &RBI) { in selectCopy()
237 const RegisterBankInfo &RBI) { in selectMergeValues()
268 const RegisterBankInfo &RBI) { in selectUnmergeValues()
H A DARMSubtarget.cpp109 auto *RBI = new ARMRegisterBankInfo(*getRegisterInfo()); in ARMSubtarget() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp72 const PPCRegisterBankInfo &RBI; member in __anone05d911e0111::PPCInstructionSelector
91 const PPCRegisterBankInfo &RBI) in PPCInstructionSelector()
132 const RegisterBankInfo &RBI) { in selectCopy()
786 const PPCRegisterBankInfo &RBI) { in createPPCInstructionSelector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBank.cpp33 verify(const RegisterBankInfo & RBI,const TargetRegisterInfo & TRI) const verify() argument
H A DMachineUniformityAnalysis.cpp35 const auto &RBI = *F.getSubtarget().getRegBankInfo(); in markDefsDivergent() local
H A DRegisterBankInfo.cpp556 bool RegisterBankInfo::ValueMapping::verify(const RegisterBankInfo &RBI, in verify()
615 const RegisterBankInfo *RBI = MF.getSubtarget().getRegBankInfo(); in verify() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp63 const MipsRegisterBankInfo &RBI; member in __anonbf07d5ca0111::MipsInstructionSelector
82 const MipsRegisterBankInfo &RBI) in MipsInstructionSelector()
933 const MipsRegisterBankInfo &RBI) { in createMipsInstructionSelector()
H A DMipsSubtarget.cpp218 auto *RBI = new MipsRegisterBankInfo(*getRegisterInfo()); in MipsSubtarget() local
H A DMipsRegisterBankInfo.cpp350 const RegisterBankInfo &RBI = in setTypesAccordingToPhysicalRegister() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp60 auto *RBI = new M68kRegisterBankInfo(*getRegisterInfo()); in M68kSubtarget() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h363 const AMDGPURegisterBankInfo &RBI; variable
H A DAMDGPURegBankCombiner.cpp49 const RegisterBankInfo &RBI; member in __anonc61746da0111::AMDGPURegBankCombinerImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp352 auto *RBI = new X86RegisterBankInfo(*getRegisterInfo()); in X86Subtarget() local
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp65 auto *RBI = new PPCRegisterBankInfo(*getRegisterInfo()); in PPCSubtarget() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp260 auto RBI = Subtarget.getRegBankInfo(); in optimizeNZCVDefs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp344 auto *RBI = new AArch64RegisterBankInfo(*getRegisterInfo()); in AArch64Subtarget() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp121 const RISCVRegisterBankInfo &RBI; member in __anon05b3f3090111::RISCVInstructionSelector
146 const RISCVRegisterBankInfo &RBI) in RISCVInstructionSelector()
1334 const RISCVRegisterBankInfo &RBI) { in createRISCVInstructionSelector()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h487 const RegisterBankInfo *RBI = nullptr; variable
H A DCombinerHelper.h112 const RegisterBankInfo *RBI; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp322 for (BasicBlock::reverse_iterator RBI = Pred0->rbegin(), RBE = Pred0->rend(); in mergeStores() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp96 Function::iterator RBI = RFI->begin(); // Get iterator to corresponding BB in deleteInstructionFromProgram() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp138 const X86RegisterBankInfo &RBI; member in __anonb75048c70111::X86InstructionSelector
157 const X86RegisterBankInfo &RBI) in X86InstructionSelector()
1875 const X86RegisterBankInfo &RBI) { in createX86InstructionSelector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp48 const RegisterBankInfo &RBI, Register Reg, in constrainRegToClass()
59 const RegisterBankInfo &RBI, MachineInstr &InsertPt, in constrainOperandRegClass()
111 const RegisterBankInfo &RBI, MachineInstr &InsertPt, const MCInstrDesc &II, in constrainOperandRegClass()
158 const RegisterBankInfo &RBI) { in constrainSelectedInstRegOperands()

12