Home
last modified time | relevance | path

Searched refs:SETO (Results 1 – 25 of 79) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h721 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h859 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h922 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt73 SETO done (lowered)
DSPUISelLowering.cpp2540 if (CC->get() == ISD::SETO) { in LowerSETCC()
2619 ISD::SETO); in LowerSETCC()
2622 ISD::SETO); in LowerSETCC()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrCMovSetCC.td88 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp161 case FCmpInst::FCMP_ORD: FOC = FPC = ISD::SETO; break; in getFCmpCondCode()
/external/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td96 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td94 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp218 case ISD::SETO: in kill()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp323 case ISD::SETO: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp564 case ISD::SETO: return PPC::PRED_NU; in getPredicateForSetCC()
596 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td204 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETO),
/external/llvm/lib/CodeGen/
DAnalysis.cpp171 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp170 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp338 case ISD::SETO: return "seto"; in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp367 case ISD::SETO: return "seto"; in getOperationName()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp77 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1996 case ISD::SETOEQ: CC1 = ISD::SETEQ; CC2 = ISD::SETO; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
1997 case ISD::SETOGT: CC1 = ISD::SETGT; CC2 = ISD::SETO; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
1998 case ISD::SETOGE: CC1 = ISD::SETGE; CC2 = ISD::SETO; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
1999 case ISD::SETOLT: CC1 = ISD::SETLT; CC2 = ISD::SETO; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
2000 case ISD::SETOLE: CC1 = ISD::SETLE; CC2 = ISD::SETO; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
2001 case ISD::SETONE: CC1 = ISD::SETNE; CC2 = ISD::SETO; Opc = ISD::AND; break; in LegalizeSetCCCondCode()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td493 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
782 (setcc node:$lhs, node:$rhs, SETO)>;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp633 case ISD::SETO: in EmitCmp()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td115 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp84 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td593 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
985 (setcc node:$lhs, node:$rhs, SETO)>;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td574 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
1114 (setcc node:$lhs, node:$rhs, SETO)>;

1234