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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 171 case FCmpInst::FCMP_ONE: return ISD::SETONE;
188 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE;
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 453 case ISD::SETONE:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 335 case ISD::SETONE: return "setone";
TargetLowering.cpp 172 case ISD::SETONE:
173 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 131 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 52 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 357 setCondCodeAction(ISD::SETONE, MVT::f32, Expand);
358 setCondCodeAction(ISD::SETONE, MVT::f64, Expand);
551 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand);
596 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 528 case ISD::SETONE: return Mips::FCOND_ONE;
    [all...]
MipsSEISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 248 milliseconds