Searched refs:getRegBankInfo (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp77 const RegisterBankInfo *RISCVSubtarget::getRegBankInfo() const { function in class:RISCVSubtarget
H A DRISCVSubtarget.h139 const RegisterBankInfo *getRegBankInfo() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSubtargetInfo.h128 virtual const RegisterBankInfo *getRegBankInfo() const { return nullptr; } function in class:llvm::TargetSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp289 const RegisterBankInfo *MipsSubtarget::getRegBankInfo() const { function in class:MipsSubtarget
H A DMipsSubtarget.h406 const RegisterBankInfo *getRegBankInfo() const override;
H A DMipsLegalizerInfo.cpp471 *ST.getRegBankInfo()))
508 const RegisterBankInfo &RBI = *ST.getRegBankInfo();
H A DMipsCallLowering.cpp604 *STI.getRegBankInfo());
H A DMipsRegisterBankInfo.cpp372 *CopyInst->getMF()->getSubtarget().getRegBankInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp244 const RegisterBankInfo *AArch64Subtarget::getRegBankInfo() const { function in class:AArch64Subtarget
H A DAArch64Subtarget.h289 const RegisterBankInfo *getRegBankInfo() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp371 const RegisterBankInfo *X86Subtarget::getRegBankInfo() const { function in class:X86Subtarget
H A DX86Subtarget.h569 const RegisterBankInfo *getRegBankInfo() const override;
H A DX86CallLowering.cpp453 *MF.getSubtarget().getRegBankInfo(), *MIB, MIB->getDesc(), Info.Callee,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp139 const RegisterBankInfo *ARMSubtarget::getRegBankInfo() const { function in class:ARMSubtarget
H A DARMSubtarget.h558 const RegisterBankInfo *getRegBankInfo() const override;
H A DARMCallLowering.cpp534 MF, *TRI, MRI, *STI.getInstrInfo(), *STI.getRegBankInfo(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp939 *MF.getSubtarget().getRegBankInfo(), *MIB, MIB->getDesc(), Info.Callee,
1024 *MF.getSubtarget().getRegBankInfo(), *MIB, MIB->getDesc(), Info.Callee,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h461 const RegisterBankInfo *getRegBankInfo() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp83 RBI = MF.getSubtarget().getRegBankInfo();
H A DRegisterBankInfo.cpp606 const RegisterBankInfo *RBI = MF.getSubtarget().getRegBankInfo();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp291 const RegisterBankInfo *RBI = Subtarget.getRegBankInfo();

Completed in 156 milliseconds