/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-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1063 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1279 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
|
/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/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/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 260 def COND_UNE : PatFrag<(ops), (OtherVT SETUNE)>; 268 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>; 284 def COND_NE : PatFrags<(ops), [(OtherVT SETNE), (OtherVT SETUNE)]>;
|
D | SIInsertSkips.cpp | 323 case ISD::SETUNE: in kill()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 55 defm NE : ComparisonFP<SETUNE, "ne ">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 217 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode() 226 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | Analysis.cpp | 218 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode() 227 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelDAGToDAG.cpp | 85 case ISD::SETUNE: in fpCondCode2Fcc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 258 def COND_UNE : PatFrag<(ops), (OtherVT SETUNE)>; 266 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>; 282 def COND_NE : PatFrags<(ops), [(OtherVT SETNE), (OtherVT SETUNE)]>;
|
D | SIInsertSkips.cpp | 240 case ISD::SETUNE: in kill()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 81 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 81 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
|
/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()
|
D | LegalizeDAG.cpp | 1596 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 422 case ISD::SETUNE: return "setune"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 53 case ISD::SETUNE: in ISDCCtoARCCC()
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 52 case ISD::SETUNE: in ISDCCtoARCCC()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 443 case ISD::SETUNE: return "setune"; in getOperationName()
|
/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/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-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 5771 /* 13445*/ OPC_CheckChild2CondCode, ISD::SETUNE, 5789 …:{ *:[i32] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 5809 …:{ *:[i64] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 6065 /* 14250*/ OPC_CheckChild2CondCode, ISD::SETUNE, 6083 …:{ *:[i32] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 6103 …:{ *:[i64] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETUNE:{ *:[Other] })) - … 6321 /* 14947*/ OPC_CheckChild2CondCode, ISD::SETUNE, 6339 …:{ *:[i32] } (setcc:{ *:[i1] } f64:{ *:[f64] }:$s1, f64:{ *:[f64] }:$s2, SETUNE:{ *:[Other] })) - … 6359 …:{ *:[i64] } (setcc:{ *:[i1] } f64:{ *:[f64] }:$s1, f64:{ *:[f64] }:$s2, SETUNE:{ *:[Other] })) - … 6615 /* 15752*/ OPC_CheckChild2CondCode, ISD::SETUNE, [all …]
|