Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.h119 const unsigned MaxFPRSearchDepth = 2; variable
H A DAArch64RegisterBankInfo.cpp522 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in hasFPConstraints()