/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 443 /// FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary 447 FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 259 case Intrinsic::trunc: Opcode = ISD::FTRUNC; break; 315 Opcode = ISD::FTRUNC; break;
|
PPCISelLowering.cpp | 104 setOperationAction(ISD::FTRUNC, MVT::ppcf128, Expand); 158 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); 162 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); 414 setOperationAction(ISD::FTRUNC, VT, Expand); 460 setOperationAction(ISD::FTRUNC, MVT::v4f32, Legal); [all...] |
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 448 case Intrinsic::trunc: ISD = ISD::FTRUNC; break;
|
TargetLoweringBase.cpp | 709 setOperationAction(ISD::FTRUNC, MVT::f16, Expand); 719 setOperationAction(ISD::FTRUNC, MVT::f32, Expand); 729 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); 739 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 140 case ISD::FTRUNC: return "ftrunc";
|
LegalizeVectorOps.cpp | 241 case ISD::FTRUNC:
|
LegalizeVectorTypes.cpp | 88 case ISD::FTRUNC: 545 case ISD::FTRUNC: [all...] |
LegalizeFloatTypes.cpp | 94 case ISD::FTRUNC: R = SoftenFloatRes_FTRUNC(N); break; [all...] |
SelectionDAGBuilder.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
DAGCombiner.cpp | [all...] |
SelectionDAG.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 438 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 536 fq = DAG.getNode(ISD::FTRUNC, DL, FLTTY, fq);
|
/external/strace/ |
file.c | 354 #ifdef FTRUNC 355 { FTRUNC, "FTRUNC" }, [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 168 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); 169 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); 231 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 501 // FIXME: Create unittest for FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR. 503 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); 520 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); 537 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); [all...] |