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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 447 // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating
451 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 216 case ISD::FTRUNC:
SelectionDAGDumper.cpp 142 case ISD::FTRUNC: return "ftrunc";
LegalizeVectorTypes.cpp 88 case ISD::FTRUNC:
502 case ISD::FTRUNC:
    [all...]
LegalizeFloatTypes.cpp 92 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break;
    [all...]
TargetLowering.cpp 568 setOperationAction(ISD::FTRUNC, MVT::f16, Expand);
578 setOperationAction(ISD::FTRUNC, MVT::f32, Expand);
588 setOperationAction(ISD::FTRUNC, MVT::f64, Expand);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/strace/
file.c 335 #ifdef FTRUNC
336 { FTRUNC, "FTRUNC" },
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 689 setOperationAction(ISD::FTRUNC, MVT::f80, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 108 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 504 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR.
506 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand);
    [all...]

Completed in 221 milliseconds