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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 154 case FCmpInst::FCMP_OEQ: return ISD::SETOEQ;
175 case ISD::SETOEQ: case ISD::SETUEQ: return ISD::SETEQ;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 448 case ISD::SETOEQ:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 298 case ISD::SETOEQ: return "setoeq";
TargetLowering.cpp 128 case ISD::SETOEQ:
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp 340 case ISD::SETOEQ: // SETEQ & SETU[LG]E
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 598 case ISD::SETOEQ:
629 case ISD::SETOEQ:
630 case ISD::SETEQ: return 2; // Bit #2 = SETOEQ
698 case ISD::SETOEQ:
837 case ISD::SETOEQ:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 448 case ISD::SETOEQ:
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 319 // SETOEQ and SETUNE require checking two conditions.
320 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand);
321 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand);
322 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 469 case ISD::SETOEQ: return Mips::FCOND_OEQ;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 663 milliseconds