Home
last modified time | relevance | path

Searched refs:LLROUND (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def70 FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/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.def84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h814 LLROUND, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp321 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
DPPCISelLowering.cpp400 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering()
401 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp347 case ISD::LLROUND: return "llround"; in getOperationName()
DLegalizeFloatTypes.cpp787 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
1667 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
DLegalizeIntegerTypes.cpp1821 case ISD::LLROUND: in ExpandIntegerResult()
2736 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
DLegalizeDAG.cpp1006 case ISD::LLROUND: in LegalizeOp()
4079 case ISD::LLROUND: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp6209 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp359 case ISD::LLROUND: return "llround"; in getOperationName()
DLegalizeFloatTypes.cpp825 case ISD::LLROUND: Res = SoftenFloatOp_LLROUND(N); break; in SoftenFloatOperand()
1757 case ISD::LLROUND: Res = ExpandFloatOp_LLROUND(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1005 case ISD::LLROUND: in LegalizeOp()
4257 case ISD::LLROUND: in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp2050 case ISD::LLROUND: in ExpandIntegerResult()
3063 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
DSelectionDAGBuilder.cpp6097 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp480 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in mightUseCTR()
DPPCISelLowering.cpp502 setOperationAction(ISD::LLROUND, MVT::f64, Legal); in PPCTargetLowering()
503 setOperationAction(ISD::LLROUND, MVT::f32, Legal); in PPCTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp757 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp878 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td470 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td477 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenFastISel.inc3976 // FastEmit functions for ISD::LLROUND.
4743 case ISD::LLROUND: return fastEmit_ISD_LLROUND_r(VT, RetVT, Op0, Op0IsKill);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp518 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp650 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()

12