Searched refs:IfClr (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 614 SDValue IfSet, IfClr, Cond; in performORCombine() local 628 IfClr = Op1Op1; in performORCombine() 631 IfClr = Op1Op0; in performORCombine() 639 if (!IfClr.getNode() && isVSplat(Op0Op1, Mask, IsLittleEndian)) { in performORCombine() 645 IfClr = Op1Op1; in performORCombine() 648 IfClr = Op1Op0; in performORCombine() 656 if (!IfClr.getNode()) { in performORCombine() 660 IfClr = Op0Op1; in performORCombine() 664 IfClr = Op0Op0; in performORCombine() 668 IfClr = Op0Op1; in performORCombine() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 684 SDValue IfSet, IfClr, Cond; in performORCombine() local 698 IfClr = Op1Op1; in performORCombine() 701 IfClr = Op1Op0; in performORCombine() 709 if (!IfClr.getNode() && isVSplat(Op0Op1, Mask, IsLittleEndian)) { in performORCombine() 715 IfClr = Op1Op1; in performORCombine() 718 IfClr = Op1Op0; in performORCombine() 726 if (!IfClr.getNode()) { in performORCombine() 730 IfClr = Op0Op1; in performORCombine() 734 IfClr = Op0Op0; in performORCombine() 738 IfClr = Op0Op1; in performORCombine() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 528 ; Note that IfSet and IfClr are swapped since the condition is inverted 550 ; Note that IfSet and IfClr are swapped since the condition is inverted 570 ; Note that IfSet and IfClr are swapped since the condition is inverted 590 ; Note that IfSet and IfClr are swapped since the condition is inverted
|
D | compare.ll | 764 ; Note that IfSet and IfClr are swapped since the condition is inverted 786 ; Note that IfSet and IfClr are swapped since the condition is inverted 808 ; Note that IfSet and IfClr are swapped since the condition is inverted 852 ; Note that IfSet and IfClr are swapped since the condition is inverted 874 ; Note that IfSet and IfClr are swapped since the condition is inverted 896 ; Note that IfSet and IfClr are swapped since the condition is inverted
|
D | bitwise.ll | 993 ; (vselect Mask, IfSet, IfClr) -> (BMNZ IfClr, IfSet, Mask)
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 528 ; Note that IfSet and IfClr are swapped since the condition is inverted 550 ; Note that IfSet and IfClr are swapped since the condition is inverted 570 ; Note that IfSet and IfClr are swapped since the condition is inverted 590 ; Note that IfSet and IfClr are swapped since the condition is inverted
|
D | compare.ll | 764 ; Note that IfSet and IfClr are swapped since the condition is inverted 786 ; Note that IfSet and IfClr are swapped since the condition is inverted 808 ; Note that IfSet and IfClr are swapped since the condition is inverted 852 ; Note that IfSet and IfClr are swapped since the condition is inverted 874 ; Note that IfSet and IfClr are swapped since the condition is inverted 896 ; Note that IfSet and IfClr are swapped since the condition is inverted
|
D | bitwise.ll | 993 ; (vselect Mask, IfSet, IfClr) -> (BMNZ IfClr, IfSet, Mask)
|