/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 526 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
|
D | BasicTTIImpl.h | 797 ISDs.push_back(ISD::FROUND); in getIntrinsicInstrCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 559 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
|
D | BasicTTIImpl.h | 1068 ISDs.push_back(ISD::FROUND);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 333 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR() 392 Opcode = ISD::FROUND; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 314 setOperationAction(ISD::FROUND, MVT::f64, Legal); in PPCTargetLowering() 319 setOperationAction(ISD::FROUND, MVT::f32, Legal); in PPCTargetLowering() 720 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 722 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 853 setOperationAction(ISD::FROUND, MVT::f128, Legal); in PPCTargetLowering() 1002 setOperationAction(ISD::FROUND, MVT::v4f64, Legal); in PPCTargetLowering() 1007 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 307 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR() 364 Opcode = ISD::FROUND; break; in mightUseCTR()
|
D | PPCISelLowering.cpp | 211 setOperationAction(ISD::FROUND, MVT::f64, Legal); in PPCTargetLowering() 216 setOperationAction(ISD::FROUND, MVT::f32, Legal); in PPCTargetLowering() 582 setOperationAction(ISD::FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 584 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 801 setOperationAction(ISD::FROUND, MVT::v4f64, Legal); in PPCTargetLowering() 806 setOperationAction(ISD::FROUND, MVT::v4f32, Legal); in PPCTargetLowering()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.td | 196 def AMDGPUround : SDNode<"ISD::FROUND",
|
D | AMDGPUISelLowering.cpp | 249 setOperationAction(ISD::FROUND, MVT::f32, Custom); in AMDGPUTargetLowering() 250 setOperationAction(ISD::FROUND, MVT::f64, Custom); in AMDGPUTargetLowering() 717 case ISD::FROUND: return LowerFROUND(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstrInfo.td | 298 def AMDGPUround : SDNode<"ISD::FROUND",
|
D | AMDGPUISelLowering.cpp | 316 setOperationAction(ISD::FROUND, MVT::f32, Custom); in AMDGPUTargetLowering() 317 setOperationAction(ISD::FROUND, MVT::f64, Custom); in AMDGPUTargetLowering() 1137 case ISD::FROUND: return LowerFROUND(Op, DAG); in LowerOperation()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_compiler.h | 854 VIR_A_ALU1(FROUND) in VIR_A_ALU2()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 167 case ISD::FROUND: return "fround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 101 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult() 1038 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult() 1881 case ISD::FROUND: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 322 case ISD::FROUND: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 92 case ISD::FROUND: in ScalarizeVectorResult() 651 case ISD::FROUND: in SplitVectorResult() 2165 case ISD::FROUND: in WidenVectorResult()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 195 case ISD::FROUND: return "fround"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 101 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult() 1092 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult() 1899 case ISD::FROUND: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 381 case ISD::FROUND: in LegalizeOp()
|
D | LegalizeVectorTypes.cpp | 95 case ISD::FROUND: in ScalarizeVectorResult() 707 case ISD::FROUND: in SplitVectorResult() 2373 case ISD::FROUND: in WidenVectorResult()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 637 setOperationAction(ISD::FROUND, VT, Expand); in initActions() 679 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 893 setOperationAction(ISD::FROUND, VT, Expand); in initActions() 934 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 384 setOperationAction(ISD::FROUND, MVT::f16, Promote); in AArch64TargetLowering() 407 setOperationAction(ISD::FROUND, MVT::v4f16, Expand); in AArch64TargetLowering() 431 setOperationAction(ISD::FROUND, MVT::v8f16, Expand); in AArch64TargetLowering() 450 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering() 463 setOperationAction(ISD::FROUND, MVT::f16, Legal); in AArch64TargetLowering() 634 setOperationAction(ISD::FROUND, MVT::v1f64, Expand); in AArch64TargetLowering() 743 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 290 setOperationAction(ISD::FROUND, MVT::f16, Promote); in AArch64TargetLowering() 326 setOperationAction(ISD::FROUND, MVT::v4f16, Expand); in AArch64TargetLowering() 358 setOperationAction(ISD::FROUND, MVT::v8f16, Expand); in AArch64TargetLowering() 383 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering() 536 setOperationAction(ISD::FROUND, MVT::v1f64, Expand); in AArch64TargetLowering() 627 setOperationAction(ISD::FROUND, Ty, Legal); in AArch64TargetLowering()
|