Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp166 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
175 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h745 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp582 case ISD::SETUNE: in getPredicateForSetCC()
622 case ISD::SETUNE: in getCRIdxForSetCC()
644 case ISD::SETUNE: in getVCmpInst()
815 case ISD::SETUNE: { in SelectSETCC()
/external/llvm/lib/Target/R600/
DAMDGPUInstructions.td49 case ISD::SETONE: case ISD::SETUNE:
DAMDGPUISelLowering.cpp200 case ISD::SETUNE: in LowerMinMax()
DR600ISelLowering.cpp593 case ISD::SETUNE: in LowerSELECT_CC()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td185 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUNE),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp303 case ISD::SETUNE: return "setune"; in getOperationName()
DTargetLowering.cpp118 case ISD::SETUNE: in softenSetCCOperands()
1584 if (Cond == ISD::SETUNE && in SimplifySetCC()
1597 if (Cond == ISD::SETUNE && in SimplifySetCC()
DLegalizeDAG.cpp1617 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
1620 CC1 = ISD::SETUNE; CC2 = ISD::SETUNE; Opc = ISD::OR; break; in LegalizeSetCCCondCode()
1628 case ISD::SETUNE: in LegalizeSetCCCondCode()
DLegalizeFloatTypes.cpp1291 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
DSelectionDAG.cpp286 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
1576 case ISD::SETUNE: in FoldSetCC()
1637 case ISD::SETUNE: return getConstant(R!=APFloat::cmpEqual, VT); in FoldSetCC()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td502 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
855 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp670 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1262 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1177 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC()
3108 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond()
3160 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC()
3786 case ISD::SETUNE: in LowerVSETCC()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td978 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp251 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in X86TargetLowering()
252 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in X86TargetLowering()
253 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in X86TargetLowering()
3273 case ISD::SETUNE: return X86::COND_INVALID; in TranslateX86CC()
9282 case ISD::SETUNE: in LowerVSETCC()
9958 cast<CondCodeSDNode>(Cond.getOperand(2))->get() == ISD::SETUNE) { in LowerBRCOND()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1654 case ISD::SETUNE: CondCode = A64CC::NE; break; in FPCCToA64CC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp625 case ISD::SETUNE: return Mips::FCOND_UNE; in FPCondCCodeToFCC()