Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.h77 const unsigned MaxFPRSearchDepth = 2;
H A DPPCRegisterBankInfo.cpp267 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in hasFPConstraints()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.h119 const unsigned MaxFPRSearchDepth = 2; variable
H A DAArch64RegisterBankInfo.cpp524 if (!MI.isPHI() || Depth > MaxFPRSearchDepth) in hasFPConstraints()