Home
last modified time | relevance | path

Searched refs:FTRUNC (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h452 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp181 case ISD::FTRUNC: in LegalizeOp()
DLegalizeVectorTypes.cpp88 case ISD::FTRUNC: in ScalarizeVectorResult()
465 case ISD::FTRUNC: in SplitVectorResult()
986 case ISD::FTRUNC: in SplitVectorOperand()
1292 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeFloatTypes.cpp91 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
865 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeDAG.cpp3289 case ISD::FTRUNC: in ExpandNode()
DSelectionDAG.cpp5854 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
/external/strace/
Dfile.c316 #ifdef FTRUNC
317 { FTRUNC, "FTRUNC" },
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td366 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp931 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in X86TargetLowering()
936 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in X86TargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp470 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()