/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 771 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 159 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode() 176 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 46 case ISD::SETONE: case ISD::SETUNE:
|
D | R600ISelLowering.cpp | 453 case ISD::SETONE: in LowerSELECT_CC()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 46 case ISD::SETONE: case ISD::SETUNE:
|
D | R600ISelLowering.cpp | 453 case ISD::SETONE: in LowerSELECT_CC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 303 case ISD::SETONE: return "setone"; in getOperationName()
|
D | TargetLowering.cpp | 169 case ISD::SETONE: in softenSetCCOperands() 1757 if (Cond == ISD::SETONE && in SimplifySetCC() 1770 if (Cond == ISD::SETONE && in SimplifySetCC()
|
D | SelectionDAG.cpp | 1811 case ISD::SETONE: in FoldSetCC() 1852 case ISD::SETONE: return getConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
|
D | LegalizeDAG.cpp | 1698 case ISD::SETONE: in LegalizeSetCCCondCode()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 593 case ISD::SETONE: in getPredicateForSetCC() 642 case ISD::SETONE: in getCRIdxForSetCC() 841 case ISD::SETONE: in SelectSETCC()
|
D | PPCISelLowering.cpp | 349 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering() 350 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering() 535 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering() 570 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
|
D | PPCInstrInfo.td | 2518 // SETOLE, SETONE, SETULT and SETUGT should be expanded by legalize for
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 967 case ISD::SETONE: in CombineMinMax() 1682 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL() 1792 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
|
D | SIISelLowering.cpp | 58 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in SITargetLowering() 65 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in SITargetLowering()
|
D | R600ISelLowering.cpp | 51 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering() 1245 case ISD::SETONE: in LowerSELECT_CC()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 506 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode; 851 (setcc node:$lhs, node:$rhs, SETONE)>;
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXVector.td | 962 (setcc node:$lhs, node:$rhs, SETONE)>;
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 179 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>; 180 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
|
D | MipsSEISelLowering.cpp | 1795 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
|
D | MipsISelLowering.cpp | 486 case ISD::SETONE: return Mips::FCOND_ONE; in condCodeToFCC()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1363 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1169 case ISD::SETONE: CondCode = ARMCC::MI; CondCode2 = ARMCC::GT; break; in FPCCToARMCC() 4314 case ISD::SETONE: in LowerVSETCC()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3615 case ISD::SETONE: in TranslateX86CC() 12054 case ISD::SETONE: SSECC = 8; break; in translateX86FSETCC() 12191 assert(SetCCOpcode == ISD::SETONE); in LowerVSETCC()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 904 case ISD::SETONE: in changeFPCCToAArch64CC()
|