Home
last modified time | relevance | path

Searched refs:LROUND (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def69 FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h643 LROUND, LLROUND, LRINT, LLRINT, enumerator
/external/llvm-project/llvm/include/llvm/IR/
DConstrainedOps.def83 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h813 LROUND, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp320 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
DPPCISelLowering.cpp398 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
399 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp345 case ISD::LROUND: return "lround"; in getOperationName()
DLegalizeFloatTypes.cpp785 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1666 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1005 case ISD::LROUND: in LegalizeOp()
4072 case ISD::LROUND: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp6208 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp357 case ISD::LROUND: return "lround"; in getOperationName()
DLegalizeFloatTypes.cpp823 case ISD::LROUND: Res = SoftenFloatOp_LROUND(N); break; in SoftenFloatOperand()
1756 case ISD::LROUND: Res = ExpandFloatOp_LROUND(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1004 case ISD::LROUND: in LegalizeOp()
4250 case ISD::LROUND: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp6096 case Intrinsic::lround: Opcode = ISD::LROUND; break; in visitIntrinsicCall()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp479 case Intrinsic::lround: Opcode = ISD::LROUND; break; in mightUseCTR()
DPPCISelLowering.cpp500 setOperationAction(ISD::LROUND, MVT::f64, Legal); in PPCTargetLowering()
501 setOperationAction(ISD::LROUND, MVT::f32, Legal); in PPCTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp756 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp877 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td469 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td476 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenFastISel.inc4008 // FastEmit functions for ISD::LROUND.
4744 case ISD::LROUND: return fastEmit_ISD_LROUND_r(VT, RetVT, Op0, Op0IsKill);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp517 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp649 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp664 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp673 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()

12