Home
last modified time | relevance | path

Searched defs:RegBankInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h55 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h178 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h113 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h251 mutable std::unique_ptr<RISCVRegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h102 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h86 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h236 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h407 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h57 std::unique_ptr<AMDGPURegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp309 auto RegBankInfo = Names2RegBanks.find(Name); in getRegBank() local