Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h718 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/external/llvm/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp322 case ISD::SETNE: case ISD::SETONE: case ISD::SETUNE: in Select()
338 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE: in Select()
/external/llvm/lib/Target/CellSPU/
DREADME.txt80 SETUNE unimplemented
DSPUISelLowering.cpp2599 case ISD::SETUNE: in LowerSETCC()
/external/llvm/lib/CodeGen/
DAnalysis.cpp168 case FCmpInst::FCMP_UNE: FOC = ISD::SETNE; FPC = ISD::SETUNE; break; in getFCmpCondCode()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrFPU.td185 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUNE),
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp554 case ISD::SETUNE: in getPredicateForSetCC()
594 case ISD::SETUNE: in getCRIdxForSetCC()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td475 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
776 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp629 case ISD::SETUNE: in EmitCmp()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp621 case ISD::SETUNE: in SoftenSetCCOperands()
1309 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
DSelectionDAG.cpp276 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
1478 case ISD::SETUNE: in FoldSetCC()
1543 case ISD::SETUNE: return getConstant(R!=APFloat::cmpEqual, VT); in FoldSetCC()
6007 case ISD::SETUNE: return "setune"; in getOperationName()
DTargetLowering.cpp2368 if (Cond == ISD::SETUNE && in SimplifySetCC()
2381 if (Cond == ISD::SETUNE && in SimplifySetCC()
DLegalizeDAG.cpp1967 case ISD::SETUNE: CC1 = ISD::SETNE; CC2 = ISD::SETUO; Opc = ISD::OR; break; in LegalizeSetCCCondCode()
/external/llvm/lib/Target/PTX/
DPTXInstrInfo.td748 defm SETPNEf32 : PTX_SETP_FP<RegF32, "f32", SETUNE, SETONE, "ne">;
757 defm SETPNEf64 : PTX_SETP_FP<RegF64, "f64", SETUNE, SETONE, "ne">;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp669 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp1041 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC()
2867 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond()
2914 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC()
3405 case ISD::SETUNE: in LowerVSETCC()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp409 case ISD::SETUNE: return Mips::FCOND_UNE; in FPCondCCodeToFCC()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp286 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in X86TargetLowering()
287 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in X86TargetLowering()
288 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in X86TargetLowering()
2989 case ISD::SETUNE: return X86::COND_INVALID; in TranslateX86CC()
7596 case ISD::SETUNE: in LowerVSETCC()