/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 728 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 321 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/ |
D | ISDOpcodes.h | 866 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 929 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | README.txt | 80 SETUNE unimplemented
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 178 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/ |
D | Analysis.cpp | 177 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/ |
D | AMDGPUInstructions.td | 123 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/ |
D | Analysis.cpp | 168 case FCmpInst::FCMP_UNE: FOC = ISD::SETNE; FPC = ISD::SETUNE; break; in getFCmpCondCode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 55 defm NE : ComparisonFP<SETUNE, "ne ">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 55 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 239 case ISD::SETUNE: in kill()
|
D | AMDGPUInstructions.td | 235 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/ |
D | PPCISelDAGToDAG.cpp | 554 case ISD::SETUNE: in getPredicateForSetCC() 594 case ISD::SETUNE: in getCRIdxForSetCC()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFPU.td | 185 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETUNE),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 345 case ISD::SETUNE: return "setune"; in getOperationName()
|
D | TargetLowering.cpp | 168 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/ |
D | SelectionDAGDumper.cpp | 374 case ISD::SETUNE: return "setune"; in getOperationName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 54 case ISD::SETUNE: in ISDCCtoARCCC()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2099 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/ |
D | LegalizeFloatTypes.cpp | 628 case ISD::SETUNE: in SoftenSetCCOperands() 1315 LHSHi, RHSHi, ISD::SETUNE); in FloatExpandSetCCOperands()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 495 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode; 796 (setcc node:$lhs, node:$rhs, SETUNE)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 630 case ISD::SETUNE: in EmitCmp()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 595 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/ |
D | TargetSelectionDAG.td | 576 def SETULT : CondCode; def SETULE : CondCode; def SETUNE : CondCode; 1128 (setcc node:$lhs, node:$rhs, SETUNE)>;
|