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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp127 bool addRegBankSelect() override;
160 bool RISCVPassConfig::addRegBankSelect() { function in class:RISCVPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp245 bool addRegBankSelect() override;
336 bool MipsPassConfig::addRegBankSelect() { function in class:MipsPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h261 virtual bool addRegBankSelect() { return true; } function in class:llvm::TargetPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp357 bool addRegBankSelect() override;
474 bool ARMPassConfig::addRegBankSelect() { function in class:ARMPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp370 bool addRegBankSelect() override;
453 bool X86PassConfig::addRegBankSelect() { function in class:X86PassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp406 bool addRegBankSelect() override;
544 bool AArch64PassConfig::addRegBankSelect() { function in class:AArch64PassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp620 bool addRegBankSelect() override;
902 bool GCNPassConfig::addRegBankSelect() { function in class:GCNPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp803 if (addRegBankSelect())

Completed in 136 milliseconds