HomeSort by relevance Sort by last modified time
    Searched refs:SETOEQ (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 712 SETOEQ, // 0 0 0 1 True if ordered and equal
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 153 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
174 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 577 case ISD::SETOEQ:
608 case ISD::SETOEQ:
609 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
672 case ISD::SETOEQ:
803 case ISD::SETOEQ:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 448 case ISD::SETOEQ:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 285 case ISD::SETOEQ: return "setoeq";
TargetLowering.cpp 113 case ISD::SETOEQ:
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp 309 case ISD::SETOEQ: // SETEQ & SETU[LG]E
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 297 case ISD::SETOEQ:
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 448 case ISD::SETOEQ:
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 302 // SETOEQ and SETUNE require checking two conditions.
303 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
304 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
305 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 461 case ISD::SETOEQ: return Mips::FCOND_OEQ;
    [all...]

Completed in 62 milliseconds