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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 235 /// INT = FGETSIGN(FP) - Return the sign bit of the specified floating point
237 FGETSIGN,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 189 case ISD::FGETSIGN: return "fgetsign";
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 739 setOperationAction(ISD::FGETSIGN, (MVT::SimpleValueType)VT, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 673 setOperationAction(ISD::FGETSIGN, MVT::i64, Custom);
674 setOperationAction(ISD::FGETSIGN, MVT::i32, Custom);
    [all...]

Completed in 2671 milliseconds