Home
last modified time | relevance | path

Searched refs:FpVT (Results 1 – 3 of 3) 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() argument
4894 return !IsSigned && FpVT == MVT::f80 && Subtarget.hasCMov(); in shouldUseStrictFP_TO_INT()
15271 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitVectorShuffle() local
15273 V1 = DAG.getBitcast(FpVT, V1); in lower256BitVectorShuffle()
15274 V2 = DAG.getBitcast(FpVT, V2); in lower256BitVectorShuffle()
15275 return DAG.getBitcast(VT, DAG.getVectorShuffle(FpVT, DL, V1, V2, Mask)); in lower256BitVectorShuffle()
/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() argument