Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h779 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp167 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
176 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstructions.td46 case ISD::SETONE: case ISD::SETUNE:
DR600ISelLowering.cpp454 case ISD::SETUNE: in LowerSELECT_CC()
/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/Target/R600/
DAMDGPUInstructions.td88 [{return N->get() == ISD::SETUNE || N->get() == ISD::SETNE;}]
123 [{return N->get() == ISD::SETNE || N->get() == ISD::SETUNE;}]
DR600ISelLowering.cpp1246 case ISD::SETUNE: in LowerSELECT_CC()
DAMDGPUISelLowering.cpp968 case ISD::SETUNE: in CombineMinMax()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp600 case ISD::SETUNE: in getPredicateForSetCC()
636 case ISD::SETUNE: in getCRIdxForSetCC()
659 case ISD::SETUNE: in getVCmpInst()
842 case ISD::SETUNE: { in SelectSETCC()
DPPCInstrInfo.td2817 defm : CRNotPat<(i1 (setcc f32:$s1, f32:$s2, SETUNE)),
2848 defm : CRNotPat<(i1 (setcc f64:$s1, f64:$s2, SETUNE)),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp312 case ISD::SETUNE: return "setune"; in getOperationName()
DTargetLowering.cpp133 case ISD::SETUNE: in softenSetCCOperands()
1754 if (Cond == ISD::SETUNE && in SimplifySetCC()
1767 if (Cond == ISD::SETUNE && in SimplifySetCC()
DLegalizeDAG.cpp1689 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
1692 CC1 = ISD::SETUNE; CC2 = ISD::SETUNE; Opc = ISD::OR; break; in LegalizeSetCCCondCode()
1700 case ISD::SETUNE: in LegalizeSetCCCondCode()
DLegalizeFloatTypes.cpp1330 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
DSelectionDAG.cpp316 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
1815 case ISD::SETUNE: in FoldSetCC()
1876 case ISD::SETUNE: return getConstant(R!=APFloat::cmpEqual, VT); in FoldSetCC()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td508 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
867 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1258 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1180 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC()
3416 if (CC == ISD::SETUNE) { in checkVSELConstraints()
3595 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond()
3647 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC()
4297 case ISD::SETUNE: in LowerVSETCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td978 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td195 def vfsetune_v4f32 : vfsetcc_type<v4i32, v4f32, SETUNE>;
196 def vfsetune_v2f64 : vfsetcc_type<v2i64, v2f64, SETUNE>;
DMipsSEISelLowering.cpp1819 Op->getOperand(2), ISD::SETUNE); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp470 case ISD::SETUNE: return Mips::FCOND_UNE; in condCodeToFCC()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1348 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp323 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in resetOperationActions()
324 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in resetOperationActions()
325 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in resetOperationActions()
3620 case ISD::SETUNE: return X86::COND_INVALID; in TranslateX86CC()
12046 case ISD::SETUNE: in translateX86FSETCC()
13050 cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETUNE) { in LowerBRCOND()

12