Searched refs:SETO (Results 1 - 21 of 21) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h850 SETO, // 0 1 1 1 True if ordered (no nans) enumerator in enum:llvm::ISD::CondCode
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp172 case FCmpInst::FCMP_ORD: return ISD::SETO;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp337 case ISD::SETO: return "seto";
H A DTargetLowering.cpp168 case ISD::SETO:
1817 // have SETO(x,x) instead of SETO(x, 0.0) because this avoids having to
1819 if (Cond == ISD::SETO || Cond == ISD::SETUO)
1883 // Otherwise, we can't fold it. However, we can simplify it to SETUO/SETO
1885 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO;
H A DLegalizeDAG.cpp1844 case ISD::SETO:
1847 && "If SETO is expanded, SETOEQ must be legal!");
1870 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO;
1898 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) {
H A DSelectionDAG.cpp1939 case ISD::SETO:
1999 case ISD::SETO: return getConstant(R!=APFloat::cmpUnordered, dl, VT);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp131 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE,
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2112 case ISD::SETO: return PPC::PRED_NU;
2140 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO
H A DPPCISelLowering.cpp550 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand);
595 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand);
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h637 #define SETO(a) CHOICE(seto a, seto a, seto a) macro
1358 #define SETO(a) seto a macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1452 case ISD::SETO##X: return SystemZ::CCMASK_CMP_##X; \
1466 case ISD::SETO: return SystemZ::CCMASK_CMP_O;
2260 case ISD::SETO: {
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp46 setCondCodeAction(ISD::SETO, MVT::f32, Expand);
H A DSIISelLowering.cpp1822 if (LCC == ISD::SETO) {
H A DAMDGPUISelLowering.cpp1112 case ISD::SETO:
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1871 ISD::SETUO, ISD::SETO}) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp526 case ISD::SETO: return Mips::FCOND_OR;
H A DMipsSEISelLowering.cpp1818 Op->getOperand(2), ISD::SETO);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1418 case ISD::SETO: return SPCC::FCC_O;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1343 case ISD::SETO: CondCode = ARMCC::VC; break;
3555 if (CC == ISD::SETO) {
4656 case ISD::SETO:
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1107 case ISD::SETO:
1154 case ISD::SETO:
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4130 case ISD::SETO: return X86::COND_NP;
14232 case ISD::SETO: SSECC = 7; break;
[all...]

Completed in 598 milliseconds