Home
last modified time | relevance | path

Searched refs:SETLE (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h874 SETLE, // 1 X 1 0 1 True if less than or equal enumerator
884 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1071 SETLE, // 1 X 1 0 1 True if less than or equal enumerator
1081 return Code == SETGT || Code == SETGE || Code == SETLT || Code == SETLE; in isSignedIntSetCC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp491 case ISD::SETLE: in NegateCC()
695 SET_NEWCC(SETLE, JSLE); in EmitInstrWithCustomInserter()
705 CC == ISD::SETLE); in EmitInstrWithCustomInserter()
/external/llvm/lib/CodeGen/
DAnalysis.cpp189 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
203 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
DTargetLoweringBase.cpp779 CCs[RTLIB::OLE_F32] = ISD::SETLE; in InitCmpLibcallCCs()
780 CCs[RTLIB::OLE_F64] = ISD::SETLE; in InitCmpLibcallCCs()
781 CCs[RTLIB::OLE_F128] = ISD::SETLE; in InitCmpLibcallCCs()
782 CCs[RTLIB::OLE_PPCF128] = ISD::SETLE; in InitCmpLibcallCCs()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td47 defm LE_S : ComparisonInt<SETLE, "le_s">;
/external/llvm/lib/Target/Hexagon/
DHexagonSelectCCInfo.td49 IntRegs:$fval, SETLE)),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp228 case ISD::SETOLE: case ISD::SETULE: return ISD::SETLE; in getFCmpCodeWithoutNaN()
242 case ICmpInst::ICMP_SLE: return ISD::SETLE; in getICmpCondCode()
DTargetLoweringBase.cpp554 CCs[RTLIB::OLE_F32] = ISD::SETLE; in InitCmpLibcallCCs()
555 CCs[RTLIB::OLE_F64] = ISD::SETLE; in InitCmpLibcallCCs()
556 CCs[RTLIB::OLE_F128] = ISD::SETLE; in InitCmpLibcallCCs()
557 CCs[RTLIB::OLE_PPCF128] = ISD::SETLE; in InitCmpLibcallCCs()
/external/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td110 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td80 defm LE_S : ComparisonInt<SETLE, "le_s", 0x4c, 0x57>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc3966 /* 8554*/ OPC_CheckChild2CondCode, ISD::SETLE,
3978 …(anyext:{ *:[i32] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, 0:{ *:[i32] }, SETLE:{ *:[Other] })) - …
4057 /* 8806*/ OPC_CheckChild2CondCode, ISD::SETLE,
4075 …(anyext:{ *:[i64] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, 0:{ *:[i32] }, SETLE:{ *:[Other] })) - …
4104 /* 8948*/ OPC_CheckChild2CondCode, ISD::SETLE,
4112 …anyext:{ *:[i32] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, -1:{ *:[i32] }, SETLE:{ *:[Other] })) - …
4160 /* 9094*/ OPC_CheckChild2CondCode, ISD::SETLE,
4174 …anyext:{ *:[i64] } (setcc:{ *:[i1] } i32:{ *:[i32] }:$s1, -1:{ *:[i32] }, SETLE:{ *:[Other] })) - …
4381 /* 9692*/ OPC_CheckChild2CondCode, ISD::SETLE,
4399 …} i32:{ *:[i32] }:$s1, (imm:{ *:[i32] })<<P:Predicate_imm32SExt16>>:$imm, SETLE:{ *:[Other] })) - …
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h1004 X86_INTRINSIC_DATA(sse_comile_ss, COMI, X86ISD::COMI, ISD::SETLE),
1021 X86_INTRINSIC_DATA(sse_ucomile_ss, COMI, X86ISD::UCOMI, ISD::SETLE),
1028 X86_INTRINSIC_DATA(sse2_comile_sd, COMI, X86ISD::COMI, ISD::SETLE),
1075 X86_INTRINSIC_DATA(sse2_ucomile_sd, COMI, X86ISD::UCOMI, ISD::SETLE),
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td111 [{return N->get() == ISD::SETOLE || N->get() == ISD::SETLE;}]
143 def COND_SLE : PatLeaf <(cond), [{return N->get() == ISD::SETLE;}]>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp212 case ISD::SETLE: in kill()
DAMDGPUInstructions.td249 def COND_OLE : PatFrags<(ops), [(OtherVT SETOLE), (OtherVT SETLE)]>;
275 def COND_SLE : PatFrag<(ops), (OtherVT SETLE)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1029 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETLE),
1076 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETLE),
1118 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETLE)),
1139 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETLE)),
1160 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETLE)),
DPPCInstrInfo.td3403 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETLE)),
3546 defm : ExtSetCCPat<SETLE,
3578 defm : ExtSetCCPat<SETLE,
3713 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETLE)),
3730 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETLE)),
3742 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETLE)),
3759 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETLE)),
3772 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETLE)),
3788 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETLE)),
3804 defm : CRNotPat<(i1 (setcc f128:$s1, f128:$s2, SETLE)),
[all …]
DPPCISelDAGToDAG.cpp2956 case ISD::SETLE: { in get32BitZExtCompare()
3140 case ISD::SETLE: { in get32BitSExtCompare()
3298 case ISD::SETLE: { in get64BitZExtCompare()
3457 case ISD::SETLE: { in get64BitSExtCompare()
3807 case ISD::SETLE: in SelectCC()
3834 case ISD::SETLE: in SelectCC()
3874 case ISD::SETLE: in getPredicateForSetCC()
3907 case ISD::SETLE: Invert = true; return 1; // !Bit #1 = SETULE in getCRIdxForSetCC()
3933 case ISD::SETLE: CC = ISD::SETGE; Swap = true; break; in getVCmpInst()
3979 case ISD::SETGE: CC = ISD::SETLE; Swap = true; break; in getVCmpInst()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td1032 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETLE),
1079 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETLE),
1121 def : Pat<(v4f64 (selectcc i1:$lhs, i1:$rhs, v4f64:$tval, v4f64:$fval, SETLE)),
1142 def : Pat<(v4f32 (selectcc i1:$lhs, i1:$rhs, v4f32:$tval, v4f32:$fval, SETLE)),
1163 def : Pat<(v4i1 (selectcc i1:$lhs, i1:$rhs, v4i1:$tval, v4i1:$fval, SETLE)),
DPPCInstrInfo.td2969 def : Pat<(i1 (setcc i1:$s1, i1:$s2, SETLE)),
3112 defm : ExtSetCCPat<SETLE,
3144 defm : ExtSetCCPat<SETLE,
3187 defm : CRNotPat<(i1 (setcc i32:$s1, imm32SExt16:$imm, SETLE)),
3215 defm : CRNotPat<(i1 (setcc i32:$s1, i32:$s2, SETLE)),
3255 defm : CRNotPat<(i1 (setcc i64:$s1, imm64SExt16:$imm, SETLE)),
3283 defm : CRNotPat<(i1 (setcc i64:$s1, i64:$s2, SETLE)),
3310 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETLE)),
3341 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETLE)),
3364 def : Pat <(i1 (selectcc i1:$lhs, i1:$rhs, i1:$tval, i1:$fval, SETLE)),
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp204 { RTLIB::OLE_F64, "__mspabi_cmpd", ISD::SETLE }, in MSP430TargetLowering()
210 { RTLIB::OLE_F32, "__mspabi_cmpf", ISD::SETLE }, in MSP430TargetLowering()
1094 case ISD::SETLE: in EmitCMP()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp185 case ISD::SETLE: in softenSetCCOperands()
1588 case ISD::SETLE: in SimplifySetCC()
1763 if (Cond == ISD::SETLE || Cond == ISD::SETULE) { in SimplifySetCC()
1767 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC()
1784 if ((Cond == ISD::SETLE || Cond == ISD::SETULE) && C1 == MaxVal) in SimplifySetCC()
2164 case ISD::SETLE: // X <=s Y --> X == 1 | Y == 0 --> ~Y | X in SimplifySetCC()
DSelectionDAGDumper.cpp351 case ISD::SETLE: return "setle"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc1735 /* 3101*/ OPC_CheckChild2CondCode, ISD::SETLE,
1745 …Src: (brcond (setcc:{ *:[i32] } GPR32Opnd:{ *:[i32] }:$rs, 0:{ *:[i32] }, SETLE:{ *:[Other] }), (b…
1837 /* 3263*/ OPC_CheckChild2CondCode, ISD::SETLE,
1847 …Src: (brcond (setcc:{ *:[i32] } GPR32Opnd:{ *:[i32] }:$rs, 0:{ *:[i32] }, SETLE:{ *:[Other] }), (b…
2365 /* 4217*/ OPC_CheckChild2CondCode, ISD::SETLE,
2379 …brcond (setcc:{ *:[i32] } GPR32:{ *:[i32] }:$lhs, GPR32:{ *:[i32] }:$rhs, SETLE:{ *:[Other] }), (b…
2433 /* 4353*/ OPC_CheckChild2CondCode, ISD::SETLE,
2447 …brcond (setcc:{ *:[i32] } GPR32:{ *:[i32] }:$lhs, GPR32:{ *:[i32] }:$rhs, SETLE:{ *:[Other] }), (b…
2499 /* 4481*/ OPC_CheckChild2CondCode, ISD::SETLE,
2512 …brcond (setcc:{ *:[i32] } GPR32:{ *:[i32] }:$lhs, GPR32:{ *:[i32] }:$rhs, SETLE:{ *:[Other] }), (b…
[all …]

1234