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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 158 case FCmpInst::FCMP_ONE: return ISD::SETONE;
175 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 575 case ISD::SETONE:
628 case ISD::SETONE:
814 case ISD::SETONE:
    [all...]
PPCISelLowering.cpp 280 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
281 setCondCodeAction(ISD::SETONE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 294 case ISD::SETONE: return "setone";
TargetLowering.cpp 154 case ISD::SETONE:
155 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 199 case ISD::SETONE:
R600ISelLowering.cpp 592 case ISD::SETONE:
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 685 case ISD::SETONE: return SPCC::FCC_LG;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 641 case ISD::SETONE: return Mips::FCOND_ONE;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 3562 milliseconds