Home
last modified time | relevance | path

Searched refs:LRINT (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def67 FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/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.cpp316 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in mightUseCTR()
DPPCISelLowering.cpp394 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
395 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp349 case ISD::LRINT: return "lrint"; in getOperationName()
DLegalizeFloatTypes.cpp789 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1668 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1007 case ISD::LRINT: in LegalizeOp()
4086 case ISD::LRINT: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp6210 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp758 setOperationAction(ISD::LRINT, VT, Expand); in initActions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td471 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp519 setOperationAction(ISD::LRINT, Ty, Legal); in AArch64TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp666 setOperationAction(ISD::LRINT, MVT::f80, Expand); in X86TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc19090 /* 48347*/ /*SwitchOpcode*/ 54, TARGET_VAL(ISD::LRINT),// ->48404