Home
last modified time | relevance | path

Searched refs:FROUND (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h526 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
DBasicTTIImpl.h797 ISDs.push_back(ISD::FROUND); in getIntrinsicInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def79 FUNCTION(round, 1, 0, experimental_constrained_round, FROUND)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h642 FCEIL, FTRUNC, FRINT, FNEARBYINT, FROUND, FFLOOR, enumerator
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def93 DAG_FUNCTION(round, 1, 0, experimental_constrained_round, FROUND)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h810 FROUND, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp307 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR()
364 Opcode = ISD::FROUND; break; in mightUseCTR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp319 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR()
380 Opcode = ISD::FROUND; break; in mightUseCTR()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td196 def AMDGPUround : SDNode<"ISD::FROUND",
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp478 case Intrinsic::round: Opcode = ISD::FROUND; break; in mightUseCTR()
587 Opcode = ISD::FROUND; break; in mightUseCTR()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp167 case ISD::FROUND: return "fround"; in getOperationName()
DLegalizeFloatTypes.cpp101 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()
DLegalizeVectorOps.cpp322 case ISD::FROUND: in LegalizeOp()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td262 def AMDGPUround : SDNode<"ISD::FROUND",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.td278 def AMDGPUround : SDNode<"ISD::FROUND",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp557 setOperationAction(ISD::FROUND, MVT::f16, Promote); in NVPTXTargetLowering()
558 setOperationAction(ISD::FROUND, MVT::v2f16, Expand); in NVPTXTargetLowering()
559 setOperationAction(ISD::FROUND, MVT::f32, Custom); in NVPTXTargetLowering()
560 setOperationAction(ISD::FROUND, MVT::f64, Custom); in NVPTXTargetLowering()
2202 case ISD::FROUND: in LowerOperation()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp541 setOperationAction(ISD::FROUND, MVT::f16, Promote); in NVPTXTargetLowering()
542 setOperationAction(ISD::FROUND, MVT::v2f16, Expand); in NVPTXTargetLowering()
543 setOperationAction(ISD::FROUND, MVT::f32, Custom); in NVPTXTargetLowering()
544 setOperationAction(ISD::FROUND, MVT::f64, Custom); in NVPTXTargetLowering()
2185 case ISD::FROUND: in LowerOperation()
/external/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1143 VIR_A_ALU1(FROUND) in VIR_A_ALU2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp211 case ISD::FROUND: return "fround"; in getOperationName()
DLegalizeFloatTypes.cpp115 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult()
1172 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
2119 case ISD::FROUND: in PromoteFloatResult()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp690 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
755 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp213 case ISD::FROUND: return "fround"; in getOperationName()
DLegalizeFloatTypes.cpp115 case ISD::FROUND: R = SoftenFloatRes_FROUND(N); break; in SoftenFloatResult()
1211 case ISD::FROUND: ExpandFloatRes_FROUND(N, Lo, Hi); break; in ExpandFloatResult()
2225 case ISD::FROUND: in PromoteFloatResult()
2590 case ISD::FROUND: in SoftPromoteHalfResult()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp893 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
934 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp807 setOperationAction(ISD::FROUND, VT, Expand); in initActions()
875 setOperationAction(ISD::FROUND, VT, Expand); in initActions()

123