/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 720 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 858 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | README.txt | 72 SETONE unimplemented
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFPU.td | 149 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETONE), 153 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETONE),
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 170 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode() 187 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 160 case FCmpInst::FCMP_ONE: FOC = ISD::SETNE; FPC = ISD::SETONE; break; in getFCmpCondCode()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 321 case ISD::SETNE: case ISD::SETONE: case ISD::SETUNE: in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 547 case ISD::SETONE: in getPredicateForSetCC() 600 case ISD::SETONE: in getCRIdxForSetCC()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 336 case ISD::SETONE: return "setone"; in getOperationName()
|
D | TargetLowering.cpp | 207 case ISD::SETONE: in softenSetCCOperands() 1954 if (Cond == ISD::SETONE && in SimplifySetCC() 1967 if (Cond == ISD::SETONE && in SimplifySetCC()
|
/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/include/llvm/Target/ |
D | TargetSelectionDAG.td | 493 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode; 780 (setcc node:$lhs, node:$rhs, SETONE)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 627 case ISD::SETONE: in EmitCmp()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 91 [{return N->get() == ISD::SETONE || N->get() == ISD::SETNE;}]
|
D | AMDGPUISelLowering.cpp | 966 case ISD::SETONE: in CombineFMinMaxLegacy() 1620 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL() 1841 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
|
D | R600ISelLowering.cpp | 95 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering() 1207 case ISD::SETONE: in LowerSELECT_CC()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 593 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode; 983 (setcc node:$lhs, node:$rhs, SETONE)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXInstrInfo.td | 587 defm SETPNEf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUNE, SETONE, "ne">; 596 defm SETPNEf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUNE, SETONE, "ne">;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 998 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETONE), 1045 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETONE),
|
D | PPCISelDAGToDAG.cpp | 2092 case ISD::SETONE: in getPredicateForSetCC() 2141 case ISD::SETONE: in getCRIdxForSetCC()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 839 case ISD::SETONE: in IntCondCCodeToICC()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 684 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2373 if (Cond == ISD::SETONE && in SimplifySetCC() 2386 if (Cond == ISD::SETONE && in SimplifySetCC()
|
D | LegalizeFloatTypes.cpp | 656 case ISD::SETONE: in SoftenSetCCOperands()
|
D | SelectionDAG.cpp | 1497 case ISD::SETONE: in FoldSetCC() 1542 case ISD::SETONE: return getConstant(R==APFloat::cmpGreaterThan || in FoldSetCC() 6105 case ISD::SETONE: return "setone"; in getOperationName()
|