Home
last modified time | relevance | path

Searched refs:SETUNE (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h857 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstructions.td46 case ISD::SETONE: case ISD::SETUNE:
DR600ISelLowering.cpp454 case ISD::SETUNE: in LowerSELECT_CC()
/external/llvm/lib/CodeGen/
DAnalysis.cpp179 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
188 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td55 defm NE : ComparisonFP<SETUNE, "ne ">;
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td108 def COND_UNE : PatLeaf <(cond), [{return N->get() == ISD::SETUNE;}]>;
118 [{return N->get() == ISD::SETUNE || N->get() == ISD::SETNE;}]
141 [{return N->get() == ISD::SETNE || N->get() == ISD::SETUNE;}]
DR600ISelLowering.cpp1216 case ISD::SETUNE: in LowerSELECT_CC()
DSIISelLowering.cpp1826 if (RCC == ISD::SETUNE) { in performAndCombine()
DAMDGPUISelLowering.cpp1103 case ISD::SETUNE: in CombineFMinMaxLegacy()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp344 case ISD::SETUNE: return "setune"; in getOperationName()
DTargetLowering.cpp140 case ISD::SETUNE: in softenSetCCOperands()
1836 if (Cond == ISD::SETUNE && in SimplifySetCC()
1849 if (Cond == ISD::SETUNE && in SimplifySetCC()
DLegalizeDAG.cpp1850 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
1853 CC1 = ISD::SETUNE; CC2 = ISD::SETUNE; Opc = ISD::OR; break; in LegalizeSetCCCondCode()
1861 case ISD::SETUNE: in LegalizeSetCCCondCode()
DSelectionDAG.cpp310 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
1942 case ISD::SETUNE: in FoldSetCC()
2003 case ISD::SETUNE: return getConstant(R!=APFloat::cmpEqual, dl, VT); in FoldSetCC()
DLegalizeFloatTypes.cpp1538 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2102 case ISD::SETUNE: in getPredicateForSetCC()
2138 case ISD::SETUNE: in getCRIdxForSetCC()
2174 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst()
2218 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst()
DPPCInstrQPX.td1019 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETUNE),
1066 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETUNE),
DPPCInstrInfo.td3223 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETUNE)),
3254 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETUNE)),
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td583 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
975 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1353 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC()
3562 if (CC == ISD::SETUNE) { in checkVSELConstraints()
3764 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond()
3828 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC()
4630 case ISD::SETUNE: in LowerVSETCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td976 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td185 def vfsetune_v4f32 : vfsetcc_type<v4i32, v4f32, SETUNE>;
186 def vfsetune_v2f64 : vfsetcc_type<v2i64, v2f64, SETUNE>;
DMipsSEISelLowering.cpp1838 Op->getOperand(2), ISD::SETUNE); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp512 case ISD::SETUNE: return Mips::FCOND_UNE; in condCodeToFCC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1855 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1404 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()

12