Searched refs:LRINT (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h643 LROUND, LLROUND, LRINT, LLRINT, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp349 case ISD::LRINT: return "lrint";
H A DLegalizeFloatTypes.cpp789 case ISD::LRINT: Res = SoftenFloatOp_LRINT(N); break;
1668 case ISD::LRINT: Res = ExpandFloatOp_LRINT(N); break;
H A DLegalizeDAG.cpp1007 case ISD::LRINT:
4086 case ISD::LRINT:
H A DSelectionDAGBuilder.cpp6210 case Intrinsic::lrint: Opcode = ISD::LRINT; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp317 case Intrinsic::lrint: Opcode = ISD::LRINT; break;
H A DPPCISelLowering.cpp411 setOperationAction(ISD::LRINT, MVT::f64, Legal);
412 setOperationAction(ISD::LRINT, MVT::f32, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp758 setOperationAction(ISD::LRINT, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp519 setOperationAction(ISD::LRINT, Ty, Legal);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp666 setOperationAction(ISD::LRINT, MVT::f80, Expand);
[all...]

Completed in 506 milliseconds