Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h447 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp259 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in mightUseCTR()
315 Opcode = ISD::FTRUNC; break; in mightUseCTR()
DPPCISelLowering.cpp104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); in PPCTargetLowering()
158 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in PPCTargetLowering()
162 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in PPCTargetLowering()
414 setOperationAction(ISD::FTRUNC, VT, Expand); in PPCTargetLowering()
460 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in PPCTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp709 setOperationAction(ISD::FTRUNC, MVT::f16, Expand); in initActions()
719 setOperationAction(ISD::FTRUNC, MVT::f32, Expand); in initActions()
729 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in initActions()
739 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in initActions()
DBasicTargetTransformInfo.cpp448 case Intrinsic::trunc: ISD = ISD::FTRUNC; break; in getIntrinsicInstrCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp140 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
DLegalizeVectorTypes.cpp88 case ISD::FTRUNC: in ScalarizeVectorResult()
545 case ISD::FTRUNC: in SplitVectorResult()
1076 case ISD::FTRUNC: in SplitVectorOperand()
1512 case ISD::FTRUNC: in WidenVectorResult()
DLegalizeVectorOps.cpp241 case ISD::FTRUNC: in LegalizeOp()
DLegalizeFloatTypes.cpp94 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult()
823 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
DSelectionDAGBuilder.cpp4915 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in visitIntrinsicCall()
5650 if (visitUnaryFloatCall(I, ISD::FTRUNC)) in visitCall()
DLegalizeDAG.cpp3207 case ISD::FTRUNC: in ExpandNode()
DDAGCombiner.cpp1167 case ISD::FTRUNC: return visitFTRUNC(N); in visit()
6738 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0); in visitFTRUNC()
DSelectionDAG.cpp2481 case ISD::FTRUNC: { in getNode()
/external/llvm/lib/Target/R600/
DAMDILISelLowering.cpp438 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
/external/strace/
Dfile.c354 #ifdef FTRUNC
355 { FTRUNC, "FTRUNC" },
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp168 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in AArch64TargetLowering()
169 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in AArch64TargetLowering()
231 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in AArch64TargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td382 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp774 setOperationAction(ISD::FTRUNC, MVT::f80, Expand); in resetOperationActions()
827 setOperationAction(ISD::FTRUNC, VT, Expand); in resetOperationActions()
1040 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in resetOperationActions()
1045 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in resetOperationActions()
1051 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); in resetOperationActions()
1056 setOperationAction(ISD::FTRUNC, MVT::v2f64, Legal); in resetOperationActions()
1134 setOperationAction(ISD::FTRUNC, MVT::v8f32, Legal); in resetOperationActions()
1147 setOperationAction(ISD::FTRUNC, MVT::v4f64, Legal); in resetOperationActions()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp503 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
520 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
537 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()