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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 161 case FCmpInst::FCMP_UNO: return ISD::SETUO;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 306 case ISD::SETUO: return "setuo";
TargetLowering.cpp 157 case ISD::SETUO:
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 339 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 611 case ISD::SETUO: return PPC::PRED_UN;
631 case ISD::SETUO: return 3; // Bit #3 = SETUO
    [all...]
PPCISelLowering.cpp 527 setCondCodeAction(ISD::SETUO, MVT::v4f32, Expand);
562 setCondCodeAction(ISD::SETUO, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsISelLowering.cpp 483 case ISD::SETUO: return Mips::FCOND_UN;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 46 setCondCodeAction(ISD::SETUO, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 157 milliseconds