Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h728 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp321 case ISD::SETNE: case ISD::SETONE: case ISD::SETUNE: in Select()
337 case ISD::SETUNE: case ISD::SETUGT: case ISD::SETUGE: in Select()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h866 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt80 SETUNE unimplemented
/external/llvm/lib/CodeGen/
DAnalysis.cpp178 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
187 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td123 def COND_UNE : PatLeaf <(cond), [{return N->get() == ISD::SETUNE;}]>;
133 [{return N->get() == ISD::SETUNE || N->get() == ISD::SETNE;}]
156 [{return N->get() == ISD::SETNE || N->get() == ISD::SETUNE;}]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp168 case FCmpInst::FCMP_UNE: FOC = ISD::SETNE; FPC = ISD::SETUNE; break; in getFCmpCondCode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td55 defm NE : ComparisonFP<SETUNE, "ne ">;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp554 case ISD::SETUNE: in getPredicateForSetCC()
594 case ISD::SETUNE: in getCRIdxForSetCC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td185 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUNE),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp345 case ISD::SETUNE: return "setune"; in getOperationName()
DTargetLowering.cpp168 case ISD::SETUNE: in softenSetCCOperands()
1951 if (Cond == ISD::SETUNE && in SimplifySetCC()
1964 if (Cond == ISD::SETUNE && in SimplifySetCC()
DLegalizeDAG.cpp1596 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
1599 CC1 = ISD::SETUNE; CC2 = ISD::SETUNE; Opc = ISD::OR; break; in LegalizeSetCCCondCode()
1607 case ISD::SETUNE: in LegalizeSetCCCondCode()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2099 case ISD::SETUNE: in getPredicateForSetCC()
2135 case ISD::SETUNE: in getCRIdxForSetCC()
2171 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst()
2215 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),
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td495 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
796 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp628 case ISD::SETUNE: in SoftenSetCCOperands()
1315 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
DSelectionDAG.cpp276 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
1501 case ISD::SETUNE: in FoldSetCC()
1566 case ISD::SETUNE: return getConstant(R!=APFloat::cmpEqual, VT); in FoldSetCC()
6114 case ISD::SETUNE: return "setune"; in getOperationName()
DTargetLowering.cpp2370 if (Cond == ISD::SETUNE && in SimplifySetCC()
2383 if (Cond == ISD::SETUNE && in SimplifySetCC()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp630 case ISD::SETUNE: in EmitCmp()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td595 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
999 (setcc node:$lhs, node:$rhs, SETUNE)>;
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.td587 defm SETPNEf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUNE, SETONE, "ne">;
596 defm SETPNEf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUNE, SETONE, "ne">;
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp840 case ISD::SETUNE: in IntCondCCodeToICC()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp669 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp1053 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC()
2908 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond()
2955 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC()
3446 case ISD::SETUNE: in LowerVSETCC()

12