Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4418 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4424 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4428 ShouldUseImm = true; in emitFPCompare()
4434 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4439 if (!ShouldUseImm) in emitFPCompare()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4418 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4424 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4428 ShouldUseImm = true; in emitFPCompare()
4434 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4439 if (!ShouldUseImm) in emitFPCompare()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4232 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4238 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4242 ShouldUseImm = true; in emitFPCompare()
4248 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4253 if (!ShouldUseImm) in emitFPCompare()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4418 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4424 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4428 ShouldUseImm = true; in emitFPCompare()
4434 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4439 if (!ShouldUseImm) in emitFPCompare()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4418 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4424 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4428 ShouldUseImm = true; in emitFPCompare()
4434 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4439 if (!ShouldUseImm) in emitFPCompare()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4232 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4238 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4242 ShouldUseImm = true; in emitFPCompare()
4248 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4253 if (!ShouldUseImm) in emitFPCompare()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4418 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4424 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4428 ShouldUseImm = true; in emitFPCompare()
4434 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4439 if (!ShouldUseImm) in emitFPCompare()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4493 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
4499 if (!ShouldUseImm && Pred && IsEqualityPred(*Pred)) { in emitFPCompare()
4503 ShouldUseImm = true; in emitFPCompare()
4509 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
4514 if (!ShouldUseImm) in emitFPCompare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3983 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in emitFPCompare() local
3986 unsigned CmpOpc = CmpOpcTbl[ShouldUseImm][OpSize == 64]; in emitFPCompare()
3991 if (!ShouldUseImm) in emitFPCompare()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp786 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in selectFCMPOpc() local
792 return CmpOpcTbl[ShouldUseImm][OpSize == 64]; in selectFCMPOpc()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp877 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in selectFCMPOpc() local
883 return CmpOpcTbl[ShouldUseImm][OpSize == 64]; in selectFCMPOpc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp877 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in selectFCMPOpc() local
883 return CmpOpcTbl[ShouldUseImm][OpSize == 64]; in selectFCMPOpc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp877 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in selectFCMPOpc() local
883 return CmpOpcTbl[ShouldUseImm][OpSize == 64]; in selectFCMPOpc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp952 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in selectFCMPOpc() local
958 return CmpOpcTbl[ShouldUseImm][OpSize == 64]; in selectFCMPOpc()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp953 bool ShouldUseImm = FPImm && (FPImm->isZero() && !FPImm->isNegative()); in selectFCMPOpc() local
959 return CmpOpcTbl[ShouldUseImm][OpSize == 64]; in selectFCMPOpc()