Home
last modified time | relevance | path

Searched refs:FpVT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2503 virtual bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, in shouldUseStrictFP_TO_INT() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17199 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitShuffle() local
17201 V1 = DAG.getBitcast(FpVT, V1); in lower256BitShuffle()
17202 V2 = DAG.getBitcast(FpVT, V2); in lower256BitShuffle()
17203 return DAG.getBitcast(VT, DAG.getVectorShuffle(FpVT, DL, V1, V2, Mask)); in lower256BitShuffle()
58856 MVT FpVT = VT.changeVectorElementType(FpSVT); in combineConcatVectorOps() local
58859 CastIntSETCCtoFP(FpVT, ICC, MaxSigBitsLHS, MaxSigBitsRHS)) { in combineConcatVectorOps()
58864 LHS = DAG.getNode(*CastOpc, DL, FpVT, LHS); in combineConcatVectorOps()
58865 RHS = DAG.getNode(*CastOpc, DL, FpVT, RHS); in combineConcatVectorOps()
58871 VT, DAG.getNode(X86ISD::CMPP, DL, FpVT, LHS, RHS, in combineConcatVectorOps()