/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 715 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 853 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 916 SETOEQ, // 0 0 0 1 True if ordered and equal enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | README.txt | 67 SETOEQ unimplemented
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 165 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode() 186 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 164 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ; in getFCmpCondCode() 185 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ; in getFCmpCodeWithoutNaN()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 155 case FCmpInst::FCMP_OEQ: FOC = ISD::SETEQ; FPC = ISD::SETOEQ; break; in getFCmpCondCode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 54 defm EQ : ComparisonFP<SETOEQ, "eq ">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 54 defm EQ : ComparisonFP<SETOEQ, "eq ", 0x5b, 0x61>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 194 case ISD::SETOEQ: in kill()
|
D | AMDGPUInstructions.td | 199 [{return N->get() == ISD::SETOEQ || N->get() == ISD::SETEQ;}]
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelDAGToDAG.cpp | 311 case ISD::SETEQ: case ISD::SETOEQ: case ISD::SETUEQ: in Select()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 552 case ISD::SETOEQ: in getPredicateForSetCC() 587 case ISD::SETOEQ: in getCRIdxForSetCC()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFPU.td | 146 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOEQ),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 331 case ISD::SETOEQ: return "setoeq"; in getOperationName()
|
D | TargetLowering.cpp | 162 case ISD::SETOEQ: in softenSetCCOperands() 1945 if (Cond == ISD::SETOEQ && in SimplifySetCC() 1958 if (Cond == ISD::SETOEQ && in SimplifySetCC()
|
D | LegalizeDAG.cpp | 1591 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode() 1594 CC1 = ISD::SETOEQ; CC2 = ISD::SETOEQ; Opc = ISD::AND; break; in LegalizeSetCCCondCode() 1600 case ISD::SETOEQ: in LegalizeSetCCCondCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 360 case ISD::SETOEQ: return "setoeq"; in getOperationName()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 2097 case ISD::SETOEQ: in getPredicateForSetCC() 2128 case ISD::SETOEQ: in getCRIdxForSetCC() 2171 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst() 2179 case ISD::SETOEQ: in getVCmpInst()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 624 case ISD::SETOEQ: in SoftenSetCCOperands() 1310 LHSHi, RHSHi, ISD::SETOEQ); in FloatExpandSetCCOperands()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 491 def SETOEQ : CondCode; def SETOGT : CondCode; 770 (setcc node:$lhs, node:$rhs, SETOEQ)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 620 case ISD::SETOEQ: in EmitCmp()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 86 [{return N->get() == ISD::SETOEQ || N->get() == ISD::SETEQ;}]
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 591 def SETOEQ : CondCode; def SETOGT : CondCode; 973 (setcc node:$lhs, node:$rhs, SETOEQ)>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 572 def SETOEQ : CondCode; def SETOGT : CondCode; 1102 (setcc node:$lhs, node:$rhs, SETOEQ)>;
|