/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1063 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 217 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode() 226 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 258 def COND_UNE : PatFrag<(ops), (OtherVT SETUNE)>; 266 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>; 282 def COND_NE : PatFrags<(ops), [(OtherVT SETNE), (OtherVT SETUNE)]>;
|
D | SIInsertSkips.cpp | 240 case ISD::SETUNE: in kill()
|
D | R600ISelLowering.cpp | 1041 case ISD::SETUNE: in LowerSELECT_CC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 81 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
|
D | WebAssemblyInstrSIMD.td | 481 defm NE : SIMDConditionFP<"ne", SETUNE, 65>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 422 case ISD::SETUNE: return "setune"; in getOperationName()
|
D | LegalizeDAG.cpp | 1681 assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode() 1683 CC1 = ISD::SETUNE; CC2 = ISD::SETUNE; Opc = ISD::OR; break; in LegalizeSetCCCondCode() 1691 case ISD::SETUNE: in LegalizeSetCCCondCode()
|
D | TargetLowering.cpp | 318 case ISD::SETUNE: in softenSetCCOperands() 3798 if (Cond == ISD::SETUNE && in SimplifySetCC() 3811 if (Cond == ISD::SETUNE && in SimplifySetCC()
|
D | SelectionDAG.cpp | 415 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation() 2027 case ISD::SETUNE: in FoldSetCC() 2119 case ISD::SETUNE: return getBoolConstant(R!=APFloat::cmpEqual, dl, VT, in FoldSetCC()
|
D | LegalizeFloatTypes.cpp | 1715 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 53 case ISD::SETUNE: in ISDCCtoARCCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 5771 /* 13445*/ OPC_CheckChild2CondCode, ISD::SETUNE, 5789 …:{ *:[i32] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 5809 …:{ *:[i64] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 6065 /* 14250*/ OPC_CheckChild2CondCode, ISD::SETUNE, 6083 …:{ *:[i32] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 6103 …:{ *:[i64] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 6321 /* 14947*/ OPC_CheckChild2CondCode, ISD::SETUNE, 6339 …:{ *:[i32] } (setcc:{ *:[i1] } f64:{ *:[f64] }:$s1, f64:{ *:[f64] }:$s2, SETUNE:{ *:[Other] })) - … 6359 …:{ *:[i64] } (setcc:{ *:[i1] } f64:{ *:[f64] }:$s1, f64:{ *:[f64] }:$s2, SETUNE:{ *:[Other] })) - … 6615 /* 15752*/ OPC_CheckChild2CondCode, ISD::SETUNE, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 1016 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETUNE), 1063 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETUNE),
|
D | PPCISelDAGToDAG.cpp | 3867 case ISD::SETUNE: in getPredicateForSetCC() 3908 case ISD::SETUNE: in getCRIdxForSetCC() 3944 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst() 3988 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst()
|
D | PPCInstrInfo.td | 3774 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETUNE)), 3790 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETUNE)), 3806 defm : CRNotPat<(i1 (setcc f128:$s1, f128:$s2, SETUNE)), 3890 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETUNE)), 3917 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETUNE)),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 697 def SETUNE : CondCode<"FCMP_UNE">; 1301 (setcc node:$lhs, node:$rhs, SETUNE)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 851 case ISD::SETUNE: in IntCondCCodeToICC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 160 ISD::SETUGE, ISD::SETULT, ISD::SETULE, ISD::SETUNE, ISD::SETGT, in RISCVTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 569 case ISD::SETUNE: in getPTXCmpMode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 152 def vfsetune_v4f32 : vfsetcc_type<v4i32, v4f32, SETUNE>; 153 def vfsetune_v2f64 : vfsetcc_type<v2i64, v2f64, SETUNE>;
|
D | MipsSEISelLowering.cpp | 1864 Op->getOperand(2), ISD::SETUNE); in lowerINTRINSIC_WO_CHAIN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1873 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC() 4691 if (CC == ISD::SETUNE || CC == ISD::SETNE) { in checkVSELConstraints() 5177 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond() 5307 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC() 6269 case ISD::SETUNE: in LowerVSETCC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1388 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()
|