Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4654 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4660 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4664 ShouldUseImm = true; in emitFPCompare()
4670 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4676 if (!ShouldUseImm) in emitFPCompare()