/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 724 SETUGT, // 1 0 1 0 True if unordered or greater than enumerator 752 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 862 SETUGT, // 1 0 1 0 True if unordered or greater than enumerator 890 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 925 SETUGT, // 1 0 1 0 True if unordered or greater than enumerator 953 return Code == SETUGT || Code == SETUGE || Code == SETULT || Code == SETULE; in isUnsignedIntSetCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 164 case FCmpInst::FCMP_UGT: FOC = ISD::SETGT; FPC = ISD::SETUGT; break; in getFCmpCondCode() 195 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 174 case FCmpInst::FCMP_UGT: return ISD::SETUGT; in getFCmpCondCode() 190 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; in getFCmpCodeWithoutNaN() 210 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 173 case FCmpInst::FCMP_UGT: return ISD::SETUGT; in getFCmpCondCode() 189 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT; in getFCmpCodeWithoutNaN() 209 case ICmpInst::ICMP_UGT: return ISD::SETUGT; in getICmpCondCode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 238 case ISD::SETUGT: in softenSetCCOperands() 1412 if ((Cond == ISD::SETULT && C1 == 2) || (Cond == ISD::SETUGT && C1 == 1)){ in SimplifySetCC() 1577 case ISD::SETUGT: in SimplifySetCC() 1600 case ISD::SETUGT: in SimplifySetCC() 1752 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT; in SimplifySetCC() 1782 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal) in SimplifySetCC() 1788 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MinVal) in SimplifySetCC() 1800 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal-1) in SimplifySetCC() 1809 if (Cond == ISD::SETUGT && in SimplifySetCC() 1877 Cond == ISD::SETULE || Cond == ISD::SETUGT) { in SimplifySetCC() [all …]
|
D | LegalizeIntegerTypes.cpp | 971 case ISD::SETUGT: in PromoteSetCCOperands() 1683 return std::make_pair(ISD::SETUGT, ISD::UMAX); in getExpandedMinMaxOps() 2536 ISD::SETULT : ISD::SETUGT); in ExpandIntRes_UADDSUBO() 2836 case ISD::SETUGT: LowCC = ISD::SETUGT; break; in IntegerExpandSetCCOperands() 2876 CCCode == ISD::SETUGT || CCCode == ISD::SETULT))) { in IntegerExpandSetCCOperands() 2903 case ISD::SETUGT: CCCode = ISD::SETULT; FlipOperands = true; break; in IntegerExpandSetCCOperands()
|
D | SelectionDAGDumper.cpp | 341 case ISD::SETUGT: return "setugt"; in getOperationName()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 317 case ISD::SETGT: case ISD::SETOGT: case ISD::SETUGT: in Select() 337 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE: in Select()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1968 if ((Cond == ISD::SETULT && C1 == 2) || (Cond == ISD::SETUGT && C1 == 1)){ in SimplifySetCC() 2082 case ISD::SETUGT: in SimplifySetCC() 2105 case ISD::SETUGT: in SimplifySetCC() 2244 (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT); in SimplifySetCC() 2259 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal) in SimplifySetCC() 2265 if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MinVal) in SimplifySetCC() 2277 else if ((Cond == ISD::SETGT || Cond == ISD::SETUGT) && C1 == MaxVal-1) in SimplifySetCC() 2286 if (Cond == ISD::SETUGT && in SimplifySetCC() 2371 isCondCodeLegal(ISD::SETUGT, N0.getValueType())) in SimplifySetCC() 2372 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETUGT); in SimplifySetCC() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | README.txt | 76 SETUGT unimplemented
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 243 case ISD::SETUGT: in softenSetCCOperands() 1895 } else if (Cond == ISD::CondCode::SETUGT) { in optimizeSetCCOfSignedTruncationCheck() 2004 if ((Cond == ISD::SETULT && C1 == 2) || (Cond == ISD::SETUGT && C1 == 1)){ in SimplifySetCC() 2172 case ISD::SETUGT: in SimplifySetCC() 2197 case ISD::SETUGT: in SimplifySetCC() 2363 ISD::CondCode NewCC = (Cond == ISD::SETGE) ? ISD::SETGT : ISD::SETUGT; in SimplifySetCC() 2413 if (Cond == ISD::SETGT || Cond == ISD::SETUGT) { in SimplifySetCC() 2436 if (Cond == ISD::SETUGT && in SimplifySetCC() 2509 Cond == ISD::SETULE || Cond == ISD::SETUGT) { in SimplifySetCC() 2510 bool AdjOne = (Cond == ISD::SETULE || Cond == ISD::SETUGT); in SimplifySetCC() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectCCInfo.td | 30 IntRegs:$fval, SETUGT)),
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 52 defm GT_U : ComparisonInt<SETUGT, "gt_u">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 49 defm GT_U : ComparisonInt<SETUGT, "gt_u", 0x4b, 0x56>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 227 case ISD::SETUGT: in kill()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2884 case ISD::SETUGT: in get32BitZExtCompare() 3057 case ISD::SETUGT: in get32BitSExtCompare() 3213 case ISD::SETUGT: in get64BitZExtCompare() 3376 case ISD::SETUGT: in get64BitSExtCompare() 3638 case ISD::SETUGT: in SelectCC() 3665 case ISD::SETUGT: in SelectCC() 3704 case ISD::SETUGT: return PPC::PRED_GT; in getPredicateForSetCC() 3736 case ISD::SETUGT: return 1; in getCRIdxForSetCC() 3756 case ISD::SETUGT: CC = ISD::SETULT; Swap = true; break; in getVCmpInst() 3800 case ISD::SETULT: CC = ISD::SETUGT; Swap = true; break; in getVCmpInst() [all …]
|
D | PPCInstrQPX.td | 1007 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETUGT), 1054 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETUGT), 1133 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETUGT)), 1154 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETUGT)), 1175 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETUGT)),
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 1007 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETUGT), 1054 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETUGT), 1133 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETUGT)), 1154 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETUGT)), 1175 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETUGT)),
|
D | PPCISelDAGToDAG.cpp | 2113 case ISD::SETUGT: return PPC::PRED_GT; in getPredicateForSetCC() 2145 case ISD::SETUGT: return 1; in getCRIdxForSetCC() 2165 case ISD::SETUGT: CC = ISD::SETULT; Swap = true; break; in getVCmpInst() 2209 case ISD::SETULT: CC = ISD::SETUGT; Swap = true; break; in getVCmpInst() 2217 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break; in getVCmpInst() 2243 case ISD::SETUGT: in getVCmpInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.td | 551 defm SETPGTu16 : PTX_SETP_I<RegI16, "u16", i16imm, SETUGT, "gt">; 564 defm SETPGTu32 : PTX_SETP_I<RegI32, "u32", i32imm, SETUGT, "gt">; 577 defm SETPGTu64 : PTX_SETP_I<RegI64, "u64", i64imm, SETUGT, "gt">; 590 defm SETPGTf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUGT, SETOGT, "gt">; 599 defm SETPGTf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUGT, SETOGT, "gt">;
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.td | 772 def : Pat<(setcc (i32 GPR:$L), (i32 GPR:$R), SETUGT), 809 (i32 GPR:$T), (i32 GPR:$F), SETUGT), 842 def : Pat<(brcond (setcc (i32 GPR:$L), (i32 GPR:$R), SETUGT), bb:$T),
|
D | MBlazeInstrFPU.td | 188 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUGT),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 568 case ISD::SETUGT: return PPC::PRED_GT; in getPredicateForSetCC() 604 case ISD::SETUGT: return 1; in getCRIdxForSetCC()
|