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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_UNE: return ISD::SETUNE;
176 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 454 case ISD::SETUNE:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 312 case ISD::SETUNE: return "setune";
TargetLowering.cpp 133 case ISD::SETUNE:
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp 316 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 600 case ISD::SETUNE:
636 case ISD::SETUNE:
637 case ISD::SETNE: Invert = true; return 2; // !Bit #2 = SETUNE
659 case ISD::SETUNE:
842 case ISD::SETUNE: {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 454 case ISD::SETUNE:
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 319 // SETOEQ and SETUNE require checking two conditions.
323 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand);
324 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand);
325 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 470 case ISD::SETUNE: return Mips::FCOND_UNE;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 84 milliseconds