/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 859 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 1056 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 96 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 219 case ISD::SETO: in kill()
|
D | AMDGPUInstructions.td | 250 def COND_O : PatFrags<(ops), [(OtherVT SETO)]>;
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 171 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 338 case ISD::SETO: return "seto"; in getOperationName()
|
D | TargetLowering.cpp | 202 case ISD::SETO: in softenSetCCOperands() 1934 if (Cond == ISD::SETO || Cond == ISD::SETUO) in SimplifySetCC() 2000 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
|
D | LegalizeDAG.cpp | 1590 case ISD::SETO: in LegalizeSetCCCondCode() 1616 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode() 1644 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) { in LegalizeSetCCCondCode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 210 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 77 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 415 case ISD::SETO: return "seto"; in getOperationName()
|
D | LegalizeDAG.cpp | 1676 case ISD::SETO: in LegalizeSetCCCondCode() 1700 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode() 1719 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) { in LegalizeSetCCCondCode()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 115 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 593 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode; 985 (setcc node:$lhs, node:$rhs, SETO)>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 998 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETO), 1045 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETO),
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 1001 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETO), 1048 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETO),
|
D | PPCISelDAGToDAG.cpp | 2109 case ISD::SETO: return PPC::PRED_NU; in getPredicateForSetCC() 2137 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 690 def SETO : CondCode<"FCMP_ORD">; 1287 (setcc node:$lhs, node:$rhs, SETO)>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 858 case ISD::SETO: in IntCondCCodeToICC()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 847 case ISD::SETO: in IntCondCCodeToICC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 89 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 637 #define SETO(a) CHOICE(seto a, seto a, seto a) macro 1350 #define SETO(a) seto a macro
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 5855 /* 13675*/ OPC_CheckChild2CondCode, ISD::SETO, 5873 …t:{ *:[i32] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETO:{ *:[Other] })) - C… 5893 …t:{ *:[i64] } (setcc:{ *:[i1] } f32:{ *:[f32] }:$s1, f32:{ *:[f32] }:$s2, SETO:{ *:[Other] })) - C… 6405 /* 15177*/ OPC_CheckChild2CondCode, ISD::SETO, 6423 …t:{ *:[i32] } (setcc:{ *:[i1] } f64:{ *:[f64] }:$s1, f64:{ *:[f64] }:$s2, SETO:{ *:[Other] })) - C… 6443 …t:{ *:[i64] } (setcc:{ *:[i1] } f64:{ *:[f64] }:$s1, f64:{ *:[f64] }:$s2, SETO:{ *:[Other] })) - C… 6955 /* 16679*/ OPC_CheckChild2CondCode, ISD::SETO, 6973 …*:[i32] } (setcc:{ *:[i1] } f128:{ *:[f128] }:$s1, f128:{ *:[f128] }:$s2, SETO:{ *:[Other] })) - C… 6993 …*:[i64] } (setcc:{ *:[i1] } f128:{ *:[f128] }:$s1, f128:{ *:[f128] }:$s2, SETO:{ *:[Other] })) - C… 9510 /* 23441*/ OPC_CheckChild2CondCode, ISD::SETO, [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1502 case ISD::SETO##X: return SystemZ::CCMASK_CMP_##X; \ in CCMaskForCondCode() 1516 case ISD::SETO: return SystemZ::CCMASK_CMP_O; in CCMaskForCondCode() 2313 case ISD::SETO: { in lowerVectorSETCC()
|