Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h54 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.h72 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.h112 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h230 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h93 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h402 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h153 std::unique_ptr<RegisterBankInfo> RegBankInfo; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h298 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