| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 728 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrCMovSetCC.td | 95 defm SETO : SETCC<0x90, "seto", X86_COND_O>; // is overflow bit set
|
| D | X86ISelLowering.cpp | 3500 case ISD::SETO: return X86::COND_NP; in TranslateX86CC() 9807 case ISD::SETO: SSECC = 7; break; in translateX86FSETCC()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | Analysis.cpp | 159 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 294 case ISD::SETO: return "seto"; in getOperationName()
|
| D | TargetLowering.cpp | 160 case ISD::SETO: in softenSetCCOperands() 1632 if (Cond == ISD::SETO || Cond == ISD::SETUO) in SimplifySetCC() 1698 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
|
| D | LegalizeDAG.cpp | 1640 case ISD::SETO: in LegalizeSetCCCondCode() 1666 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO; in LegalizeSetCCCondCode() 1694 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) { in LegalizeSetCCCondCode()
|
| D | SelectionDAG.cpp | 1654 case ISD::SETO: in FoldSetCC() 1714 case ISD::SETO: return getConstant(R!=APFloat::cmpUnordered, VT); in FoldSetCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstructions.td | 74 def COND_O : PatLeaf <(cond), [{return N->get() == ISD::SETO;}]>;
|
| D | AMDGPUISelLowering.cpp | 459 case ISD::SETO: in LowerMinMax()
|
| D | R600ISelLowering.cpp | 42 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
|
| D | SIInstructions.td | 2110 (i1 (setcc f32:$src0, f32:$src1, SETO)),
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 589 case ISD::SETO: return PPC::PRED_NU; in getPredicateForSetCC() 617 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
|
| D | PPCISelLowering.cpp | 492 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 1284 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in HexagonTargetLowering() 1287 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in HexagonTargetLowering()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 501 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode; 842 (setcc node:$lhs, node:$rhs, SETO)>;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 981 case ISD::SETO##X: return SystemZ::CCMASK_CMP_##X; \ in CCMaskForCondCode() 995 case ISD::SETO: return SystemZ::CCMASK_CMP_O; in CCMaskForCondCode()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 1884 case ISD::SETO: CondCode = A64CC::VC; break; in FPCCToA64CC() 2694 case ISD::SETO: in LowerVectorSETCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXVector.td | 964 (setcc node:$lhs, node:$rhs, SETO)>;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsMSAInstrInfo.td | 172 def vfsetord_v4f32 : vfsetcc_type<v4i32, v4f32, SETO>; 173 def vfsetord_v2f64 : vfsetcc_type<v2i64, v2f64, SETO>;
|
| D | MipsSEISelLowering.cpp | 1681 Op->getOperand(2), ISD::SETO); in lowerINTRINSIC_WO_CHAIN()
|
| D | MipsISelLowering.cpp | 466 case ISD::SETO: return Mips::FCOND_OR; in condCodeToFCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1363 case ISD::SETO: return SPCC::FCC_O; in FPCondCCodeToFCC()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 1249 case ISD::SETO: CondCode = ARMCC::VC; break; in FPCCToARMCC() 3321 if (CC == ISD::SETO) { in checkVSELConstraints() 4211 case ISD::SETO: in LowerVSETCC()
|