Searched refs:addRegBankSelect (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp127 bool addRegBankSelect() override;
161 bool RISCVPassConfig::addRegBankSelect() { function in class:RISCVPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp248 bool addRegBankSelect() override;
339 bool MipsPassConfig::addRegBankSelect() { function in class:MipsPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h262 virtual bool addRegBankSelect() { return true; } function in class:llvm::TargetPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp365 bool addRegBankSelect() override;
483 bool ARMPassConfig::addRegBankSelect() { function in class:ARMPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp359 bool addRegBankSelect() override;
444 bool X86PassConfig::addRegBankSelect() { function in class:X86PassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp416 bool addRegBankSelect() override;
566 bool AArch64PassConfig::addRegBankSelect() { function in class:AArch64PassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp657 bool addRegBankSelect() override;
965 bool GCNPassConfig::addRegBankSelect() { function in class:GCNPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp847 if (addRegBankSelect())

Completed in 147 milliseconds