Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DBPFInstrInfo.td97 [{return (N->getZExtValue() == ISD::SETLE);}]>;
117 [{return (N->getZExtValue() == ISD::SETLE);}]>;
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td80 defm LE_S : ComparisonInt<SETLE, "le_s", 0x4c, 0x57>;
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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),
/third_party/skia/third_party/externals/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)>;
DR600ISelLowering.cpp129 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
139 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
/third_party/skia/third_party/externals/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 …]
DPPCInstrSPE.td852 def : Pat<(f32 (selectcc i1:$lhs, i1:$rhs, f32:$tval, f32:$fval, SETLE)),
873 def : Pat<(f64 (selectcc i1:$lhs, i1:$rhs, f64:$tval, f64:$fval, SETLE)),
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp830 case ISD::SETLE: in IntCondCCodeToICC()
1307 SDValue SetCC = DAG.getSetCC(dl, MVT::i32, NegatedPlus32, Zero, ISD::SETLE); in LowerSRL_PARTS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp428 case ISD::SETLE: return "setle"; in getOperationName()
DLegalizeIntegerTypes.cpp1389 case ISD::SETLE: in PromoteSetCCOperands()
3849 case ISD::SETLE: in IntegerExpandSetCCOperands()
3883 bool EqAllowed = (CCCode == ISD::SETLE || CCCode == ISD::SETGE || in IntegerExpandSetCCOperands()
3917 case ISD::SETLE: CCCode = ISD::SETGE; FlipOperands = true; break; in IntegerExpandSetCCOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp63 case ISD::SETLE: in ISDCCtoARCCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td120 def vfsetle_v4f32 : vfsetcc_type<v4i32, v4f32, SETLE>;
121 def vfsetle_v2f64 : vfsetcc_type<v2i64, v2f64, SETLE>;
166 def vsetle_v16i8 : vsetcc_type<v16i8, SETLE>;
167 def vsetle_v8i16 : vsetcc_type<v8i16, SETLE>;
168 def vsetle_v4i32 : vsetcc_type<v4i32, SETLE>;
169 def vsetle_v2i64 : vsetcc_type<v2i64, SETLE>;
DMipsDSPInstrInfo.td1423 def : DSPSetCCPat<PseudoCMP_LE_PH, PseudoPICK_PH, v2i16, SETLE>;
1436 def : DSPSelectCCPat<PseudoCMP_LE_PH, PseudoPICK_PH, v2i16, SETLE>;
DMipsSEISelLowering.cpp957 case ISD::SETLE: in isLegalDSPCondCode()
1731 Op->getOperand(2), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN()
1737 lowerMSASplatImm(Op, 2, DAG, true), ISD::SETLE); in lowerINTRINSIC_WO_CHAIN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td702 def SETLE : CondCode<"", "ICMP_SLE">;
1311 (setcc node:$lhs, node:$rhs, SETLE)>;

12