Home
last modified time | relevance | path

Searched refs:MaxFPRSearchDepth (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
HDPPCRegisterBankInfo.h78 const unsigned MaxFPRSearchDepth = 2;
HDPPCRegisterBankInfo.cpp283 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in hasFPConstraints()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/GISel/
HDX86RegisterBankInfo.h66 const unsigned MaxFPRSearchDepth = 2; variable
HDX86RegisterBankInfo.cpp124 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in hasFPConstraints()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64RegisterBankInfo.h121 const unsigned MaxFPRSearchDepth = 2; variable
HDAArch64RegisterBankInfo.cpp506 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in isPHIWithFPContraints()
546 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in hasFPConstraints()