Home
last modified time | relevance | path

Searched refs:SETONE (Results 1 – 25 of 72) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h720 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h858 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h921 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt72 SETONE unimplemented
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td149 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/
DAnalysis.cpp170 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-7.0/llvm/lib/CodeGen/
DAnalysis.cpp169 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
186 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp160 case FCmpInst::FCMP_ONE: FOC = ISD::SETNE; FPC = ISD::SETONE; break; in getFCmpCondCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp214 case ISD::SETONE: in kill()
DAMDGPUInstructions.td204 [{return N->get() == ISD::SETONE || N->get() == ISD::SETNE;}]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp321 case ISD::SETNE: case ISD::SETONE: case ISD::SETUNE: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp547 case ISD::SETONE: in getPredicateForSetCC()
600 case ISD::SETONE: in getCRIdxForSetCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp336 case ISD::SETONE: return "setone"; in getOperationName()
DTargetLowering.cpp207 case ISD::SETONE: in softenSetCCOperands()
1954 if (Cond == ISD::SETONE && in SimplifySetCC()
1967 if (Cond == ISD::SETONE && in SimplifySetCC()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp365 case ISD::SETONE: return "setone"; 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/include/llvm/Target/
DTargetSelectionDAG.td493 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
780 (setcc node:$lhs, node:$rhs, SETONE)>;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp627 case ISD::SETONE: in EmitCmp()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td91 [{return N->get() == ISD::SETONE || N->get() == ISD::SETNE;}]
DAMDGPUISelLowering.cpp966 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()
/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;
983 (setcc node:$lhs, node:$rhs, SETONE)>;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td574 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
1112 (setcc node:$lhs, node:$rhs, SETONE)>;
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td998 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETONE),
1045 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETONE),
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.td587 defm SETPNEf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUNE, SETONE, "ne">;
596 defm SETPNEf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUNE, SETONE, "ne">;

123