Home
last modified time | relevance | path

Searched refs:LLRINT (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.def68 FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
/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.cpp317 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in mightUseCTR()
DPPCISelLowering.cpp396 setOperationAction(ISD::LLRINT, MVT::f64, Legal); in PPCTargetLowering()
397 setOperationAction(ISD::LLRINT, MVT::f32, Legal); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp351 case ISD::LLRINT: return "llrint"; in getOperationName()
DLegalizeFloatTypes.cpp791 case ISD::LLRINT: Res = SoftenFloatOp_LLRINT(N); break; in SoftenFloatOperand()
1669 case ISD::LLRINT: Res = ExpandFloatOp_LLRINT(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1008 case ISD::LLRINT: in LegalizeOp()
4093 case ISD::LLRINT: in ConvertNodeToLibcall()
DLegalizeIntegerTypes.cpp1822 case ISD::LLRINT: ExpandIntRes_LLROUND_LLRINT(N, Lo, Hi); break; in ExpandIntegerResult()
2749 } else if (N->getOpcode() == ISD::LLRINT || in ExpandIntRes_LLROUND_LLRINT()
DSelectionDAGBuilder.cpp6211 case Intrinsic::llrint: Opcode = ISD::LLRINT; break; in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp759 setOperationAction(ISD::LLRINT, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td472 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp520 setOperationAction(ISD::LLRINT, Ty, Legal); in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp667 setOperationAction(ISD::LLRINT, MVT::f80, Expand); in X86TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc19115 /* 48404*/ /*SwitchOpcode*/ 54, TARGET_VAL(ISD::LLRINT),// ->48461