/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 447 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, enumerator
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 259 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in mightUseCTR() 315 Opcode = ISD::FTRUNC; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 104 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/ |
D | TargetLoweringBase.cpp | 709 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()
|
D | BasicTargetTransformInfo.cpp | 448 case Intrinsic::trunc: ISD = ISD::FTRUNC; break; in getIntrinsicInstrCost()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 140 case ISD::FTRUNC: return "ftrunc"; in getOperationName()
|
D | LegalizeVectorTypes.cpp | 88 case ISD::FTRUNC: in ScalarizeVectorResult() 545 case ISD::FTRUNC: in SplitVectorResult() 1076 case ISD::FTRUNC: in SplitVectorOperand() 1512 case ISD::FTRUNC: in WidenVectorResult()
|
D | LegalizeVectorOps.cpp | 241 case ISD::FTRUNC: in LegalizeOp()
|
D | LegalizeFloatTypes.cpp | 94 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; in SoftenFloatResult() 823 case ISD::FTRUNC: ExpandFloatRes_FTRUNC(N, Lo, Hi); break; in ExpandFloatResult()
|
D | SelectionDAGBuilder.cpp | 4915 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; in visitIntrinsicCall() 5650 if (visitUnaryFloatCall(I, ISD::FTRUNC)) in visitCall()
|
D | LegalizeDAG.cpp | 3207 case ISD::FTRUNC: in ExpandNode()
|
D | DAGCombiner.cpp | 1167 case ISD::FTRUNC: return visitFTRUNC(N); in visit() 6738 return DAG.getNode(ISD::FTRUNC, SDLoc(N), VT, N0); in visitFTRUNC()
|
D | SelectionDAG.cpp | 2481 case ISD::FTRUNC: { in getNode()
|
/external/llvm/lib/Target/R600/ |
D | AMDILISelLowering.cpp | 438 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq); in LowerSDIV24()
|
/external/strace/ |
D | file.c | 354 #ifdef FTRUNC 355 { FTRUNC, "FTRUNC" },
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 168 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/ |
D | TargetSelectionDAG.td | 382 def ftrunc : SDNode<"ISD::FTRUNC" , SDTFPUnaryOp>;
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 774 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/ |
D | ARMISelLowering.cpp | 503 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()
|