Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def69 FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h643 LROUND, LLROUND, LRINT, LLRINT, enumerator
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp756 setOperationAction(ISD::LROUND, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td469 def lround : SDNode<"ISD::LROUND" , SDTFPToIntOp>;
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp517 setOperationAction(ISD::LROUND, Ty, Legal); in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp664 setOperationAction(ISD::LROUND, MVT::f80, Expand); in X86TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc19268 /* 48711*/ /*SwitchOpcode*/ 68, TARGET_VAL(ISD::LROUND),// ->48782