Home
last modified time | relevance | path

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

123

/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-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h929 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp177 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
186 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-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td55 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp239 case ISD::SETUNE: in kill()
DAMDGPUInstructions.td235 def COND_UNE : PatLeaf <(cond), [{return N->get() == ISD::SETUNE;}]>;
245 [{return N->get() == ISD::SETUNE || N->get() == ISD::SETNE;}]
268 [{return N->get() == ISD::SETNE || N->get() == ISD::SETUNE;}]
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp374 case ISD::SETUNE: return "setune"; in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp54 case ISD::SETUNE: in ISDCCtoARCCC()
/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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp628 case ISD::SETUNE: in SoftenSetCCOperands()
1315 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
/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/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-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td576 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode;
1128 (setcc node:$lhs, node:$rhs, SETUNE)>;

123