Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4591 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4597 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4601 ShouldUseImm = true; in emitFPCompare()
4609 CmpOpcTbl[ShouldUseImm][OpSize == 16 ? 0 : (OpSize == 32 ? 1 : 2)]; in emitFPCompare()
4615 if (!ShouldUseImm) in emitFPCompare()