Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstrainedOps.def67 FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/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.def81 DAG_FUNCTION(lrint, 1, 1, experimental_constrained_lrint, LRINT)
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h815 LRINT, enumerator
/external/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()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp361 case ISD::LRINT: return "lrint"; in getOperationName()
DLegalizeFloatTypes.cpp827 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break; in SoftenFloatOperand()
1758 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break; in ExpandFloatOperand()
DLegalizeDAG.cpp1006 case ISD::LRINT: in LegalizeOp()
4264 case ISD::LRINT: in ConvertNodeToLibcall()
DSelectionDAGBuilder.cpp6098 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in visitIntrinsicCall()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp475 case Intrinsic::lrint: Opcode = ISD::LRINT; break; in mightUseCTR()
DPPCISelLowering.cpp496 setOperationAction(ISD::LRINT, MVT::f64, Legal); in PPCTargetLowering()
497 setOperationAction(ISD::LRINT, MVT::f32, Legal); in PPCTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp758 setOperationAction(ISD::LRINT, VT, Expand); in initActions()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp879 setOperationAction(ISD::LRINT, VT, Expand); in initActions()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td471 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td478 def lrint : SDNode<"ISD::LRINT" , SDTFPToIntOp>;
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp271 setOperationAction(ISD::LRINT, MVT::f32, Custom); in X86TargetLowering()
272 setOperationAction(ISD::LRINT, MVT::f64, Custom); in X86TargetLowering()
277 setOperationAction(ISD::LRINT, MVT::i64, Custom); in X86TargetLowering()
675 setOperationAction(ISD::LRINT, MVT::f80, Custom); in X86TargetLowering()
29775 case ISD::LRINT: in LowerOperation()
30309 case ISD::LRINT: in ReplaceNodeResults()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp519 setOperationAction(ISD::LRINT, Ty, Legal); in AArch64TargetLowering()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp651 setOperationAction(ISD::LRINT, Ty, Legal); in AArch64TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp666 setOperationAction(ISD::LRINT, MVT::f80, Expand); in X86TargetLowering()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc19090 /* 48347*/ /*SwitchOpcode*/ 54, TARGET_VAL(ISD::LRINT),// ->48404