Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Di32-icmp.ll8 define i32 @icmp_eq(i32 %a, i32 %b) nounwind {
9 ; RV32I-LABEL: icmp_eq:
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp497 bool icmp_eq = (SCC == ICmpInst::ICMP_EQ); in getTypeOfMaskedICmp() local
505 result |= (icmp_eq ? (FoldMskICmp_Mask_AllZeroes | in getTypeOfMaskedICmp()
514 result |= (icmp_eq ? (FoldMskICmp_AMask_NotAllOnes | in getTypeOfMaskedICmp()
519 result |= (icmp_eq ? (FoldMskICmp_BMask_NotAllOnes | in getTypeOfMaskedICmp()
526 result |= (icmp_eq ? (FoldMskICmp_AMask_AllOnes | in getTypeOfMaskedICmp()
531 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes | in getTypeOfMaskedICmp()
538 result |= (icmp_eq ? FoldMskICmp_AMask_Mixed in getTypeOfMaskedICmp()
543 result |= (icmp_eq ? (FoldMskICmp_BMask_AllOnes | in getTypeOfMaskedICmp()
548 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes | in getTypeOfMaskedICmp()
555 result |= (icmp_eq ? FoldMskICmp_BMask_Mixed in getTypeOfMaskedICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch2.ll174 define i32 @icmp_eq(i32 %x, i32 %y) {
175 ; CHECK-LABEL: icmp_eq
Dfast-isel-cmp-branch3.ll350 define i32 @icmp_eq(i32 %x) {
351 ; CHECK-LABEL: icmp_eq
Dfast-isel-cmp.ll383 define zeroext i1 @icmp_eq(i32 %x, i32 %y) {
384 ; SDAG-LABEL: icmp_eq:
390 ; FAST-LABEL: icmp_eq:
/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch2.ll174 define i32 @icmp_eq(i32 %x, i32 %y) {
175 ; CHECK-LABEL: icmp_eq
Dfast-isel-cmp.ll163 define zeroext i1 @icmp_eq(i32 %x, i32 %y) {
164 ; SDAG-LABEL: icmp_eq
167 ; FAST-LABEL: icmp_eq
Dfast-isel-cmp-branch3.ll350 define i32 @icmp_eq(i32 %x) {
351 ; CHECK-LABEL: icmp_eq
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-cmp-branch.ll174 define i32 @icmp_eq(i32 %x, i32 %y) {
175 ; CHECK-LABEL: icmp_eq
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dfast-isel-cmp-branch.ll174 define i32 @icmp_eq(i32 %x, i32 %y) {
175 ; CHECK-LABEL: icmp_eq
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp448 bool icmp_eq = (SCC == ICmpInst::ICMP_EQ); in getTypeOfMaskedICmp() local
456 result |= (icmp_eq ? (FoldMskICmp_Mask_AllZeroes | in getTypeOfMaskedICmp()
463 result |= (icmp_eq ? (FoldMskICmp_AMask_NotAllOnes | in getTypeOfMaskedICmp()
468 result |= (icmp_eq ? (FoldMskICmp_BMask_NotAllOnes | in getTypeOfMaskedICmp()
475 result |= (icmp_eq ? (FoldMskICmp_AMask_AllOnes | in getTypeOfMaskedICmp()
480 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes | in getTypeOfMaskedICmp()
486 result |= (icmp_eq ? FoldMskICmp_AMask_Mixed in getTypeOfMaskedICmp()
490 result |= (icmp_eq ? (FoldMskICmp_BMask_AllOnes | in getTypeOfMaskedICmp()
495 result |= (icmp_eq ? (FoldMskICmp_Mask_NotAllZeroes | in getTypeOfMaskedICmp()
501 result |= (icmp_eq ? FoldMskICmp_BMask_Mixed in getTypeOfMaskedICmp()