Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4291 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4297 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4301 ShouldUseImm = true; in emitFPCompare()
4307 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4312 if (!ShouldUseImm) in emitFPCompare()