Home
last modified time | relevance | path

Searched refs:Cmp2 (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp45 int64_t Cmp2 = 0; member
75 const auto Cmp2 = MatchInfo.Cmp2; in matchClampI64ToI16() local
76 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16()
87 return ((Cmp2 >= Cmp1 && Cmp1 >= Min && Cmp2 <= Max) || in matchClampI64ToI16()
88 (Cmp1 >= Cmp2 && Cmp1 <= Max && Cmp2 >= Min)); in matchClampI64ToI16()
95 m_GSMax(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
103 m_GSMin(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
138 auto MinBoundary = std::min(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
139 auto MaxBoundary = std::max(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp45 int64_t Cmp2 = 0; member
75 const auto Cmp2 = MatchInfo.Cmp2; in matchClampI64ToI16() local
76 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16()
87 return ((Cmp2 >= Cmp1 && Cmp1 >= Min && Cmp2 <= Max) || in matchClampI64ToI16()
88 (Cmp1 >= Cmp2 && Cmp1 <= Max && Cmp2 >= Min)); in matchClampI64ToI16()
95 m_GSMax(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
103 m_GSMin(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
138 auto MinBoundary = std::min(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
139 auto MaxBoundary = std::max(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp45 int64_t Cmp2 = 0; member
75 const auto Cmp2 = MatchInfo.Cmp2; in matchClampI64ToI16() local
76 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16()
87 return ((Cmp2 >= Cmp1 && Cmp1 >= Min && Cmp2 <= Max) || in matchClampI64ToI16()
88 (Cmp1 >= Cmp2 && Cmp1 <= Max && Cmp2 >= Min)); in matchClampI64ToI16()
95 m_GSMax(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
103 m_GSMin(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
138 auto MinBoundary = std::min(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
139 auto MaxBoundary = std::max(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp45 int64_t Cmp2 = 0; member
75 const auto Cmp2 = MatchInfo.Cmp2; in matchClampI64ToI16() local
76 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16()
87 return ((Cmp2 >= Cmp1 && Cmp1 >= Min && Cmp2 <= Max) || in matchClampI64ToI16()
88 (Cmp1 >= Cmp2 && Cmp1 <= Max && Cmp2 >= Min)); in matchClampI64ToI16()
95 m_GSMax(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
103 m_GSMin(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
138 auto MinBoundary = std::min(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
139 auto MaxBoundary = std::max(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp45 int64_t Cmp2 = 0; member
75 const auto Cmp2 = MatchInfo.Cmp2; in matchClampI64ToI16() local
76 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16()
87 return ((Cmp2 >= Cmp1 && Cmp1 >= Min && Cmp2 <= Max) || in matchClampI64ToI16()
88 (Cmp1 >= Cmp2 && Cmp1 <= Max && Cmp2 >= Min)); in matchClampI64ToI16()
95 m_GSMax(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
103 m_GSMin(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
138 auto MinBoundary = std::min(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
139 auto MaxBoundary = std::max(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp45 int64_t Cmp2 = 0; member
75 const auto Cmp2 = MatchInfo.Cmp2; in matchClampI64ToI16() local
76 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16()
87 return ((Cmp2 >= Cmp1 && Cmp1 >= Min && Cmp2 <= Max) || in matchClampI64ToI16()
88 (Cmp1 >= Cmp2 && Cmp1 <= Max && Cmp2 >= Min)); in matchClampI64ToI16()
95 m_GSMax(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
103 m_GSMin(m_Reg(MatchInfo.Origin), m_ICst(MatchInfo.Cmp2)))) { in matchClampI64ToI16()
138 auto MinBoundary = std::min(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
139 auto MaxBoundary = std::max(MatchInfo.Cmp1, MatchInfo.Cmp2); in applyClampI64ToI16()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c130 INTN Cmp2; in TestOperation() local
160 if (Cmp1 > Cmp2) { in TestOperation()
164 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
194 if (Cmp1 < Cmp2) { in TestOperation()
198 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
227 if (Cmp1 == Cmp2) { in TestOperation()
254 if (Cmp1 != Cmp2) { in TestOperation()
283 if (Cmp1 >= Cmp2) { in TestOperation()
287 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
317 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DIf.c126 INTN Cmp2; in TestOperation() local
156 if (Cmp1 > Cmp2) { in TestOperation()
160 if ((UINTN)Cmp1 > (UINTN)Cmp2) { in TestOperation()
190 if (Cmp1 < Cmp2) { in TestOperation()
194 if ((UINTN)Cmp1 < (UINTN)Cmp2) { in TestOperation()
223 if (Cmp1 == Cmp2) { in TestOperation()
250 if (Cmp1 != Cmp2) { in TestOperation()
279 if (Cmp1 >= Cmp2) { in TestOperation()
283 if ((UINTN)Cmp1 >= (UINTN)Cmp2) { in TestOperation()
313 if (Cmp1 <= Cmp2) { in TestOperation()
[all …]
/dports/archivers/grzip/grzip-0.3.0/
H A DBWT.c440 (uint32 * Cmp1,uint32 * Cmp2,sint32 Size,uint32 * Input,sint32 * AML) in FastBWT_SimpleCmp() argument
444 if (*Cmp1!=*Cmp2) return (*Cmp1>*Cmp2); in FastBWT_SimpleCmp()
445 if (*(Cmp1-1)!=*(Cmp2-1)) return (*(Cmp1-1)>*(Cmp2-1)); in FastBWT_SimpleCmp()
446 if (*(Cmp1-2)!=*(Cmp2-2)) return (*(Cmp1-2)>*(Cmp2-2)); in FastBWT_SimpleCmp()
447 if (*(Cmp1-3)!=*(Cmp2-3)) return (*(Cmp1-3)>*(Cmp2-3)); in FastBWT_SimpleCmp()
448 if (*(Cmp1-4)!=*(Cmp2-4)) return (*(Cmp1-4)>*(Cmp2-4)); in FastBWT_SimpleCmp()
449 if (*(Cmp1-5)!=*(Cmp2-5)) return (*(Cmp1-5)>*(Cmp2-5)); in FastBWT_SimpleCmp()
450 if (*(Cmp1-6)!=*(Cmp2-6)) return (*(Cmp1-6)>*(Cmp2-6)); in FastBWT_SimpleCmp()
451 if (*(Cmp1-7)!=*(Cmp2-7)) return (*(Cmp1-7)>*(Cmp2-7)); in FastBWT_SimpleCmp()
453 Cmp1-=8;Cmp2-=8; in FastBWT_SimpleCmp()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp214 if (const CmpInst *Cmp2 = dyn_cast<CmpInst>(&V2)) { in isInverse() local
215 if (Cmp1->getPredicate() == Cmp2->getInversePredicate() && in isInverse()
216 Cmp1->getOperand(0) == Cmp2->getOperand(0) && in isInverse()
217 Cmp1->getOperand(1) == Cmp2->getOperand(1)) in isInverse()
221 CmpInst::getSwappedPredicate(Cmp2->getInversePredicate()) && in isInverse()
222 Cmp1->getOperand(0) == Cmp2->getOperand(1) && in isInverse()
223 Cmp1->getOperand(1) == Cmp2->getOperand(0)) in isInverse()

12345678