Home
last modified time | relevance | path

Searched refs:shouldUseStrictFP_TO_INT (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h1051 bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT,
H A DX86ISelLowering.cpp4891 bool X86TargetLowering::shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, in shouldUseStrictFP_TO_INT() function in X86TargetLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1786 virtual bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, in shouldUseStrictFP_TO_INT() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4403 bool Strict = shouldUseStrictFP_TO_INT(SrcVT, DstVT, /*IsSigned*/ false); in expandFP_TO_UINT()