Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def70 FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
/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.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()
/third_party/skia/third_party/externals/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()
DLegalizeDAG.cpp1006 case ISD::LLROUND: in LegalizeOp()
4079 case ISD::LLROUND: in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp1821 case ISD::LLROUND: in ExpandIntegerResult()
2736 if (N->getOpcode() == ISD::LLROUND || in ExpandIntRes_LLROUND_LLRINT()
DSelectionDAGBuilder.cpp6209 case Intrinsic::llround: Opcode = ISD::LLROUND; break; in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp757 setOperationAction(ISD::LLROUND, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td470 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp518 setOperationAction(ISD::LLROUND, Ty, Legal); in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp665 setOperationAction(ISD::LLROUND, MVT::f80, Expand); in X86TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc19297 /* 48782*/ /*SwitchOpcode*/ 68, TARGET_VAL(ISD::LLROUND),// ->48853