Searched refs:FpVT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2429 virtual bool shouldUseStrictFP_TO_INT(EVT FpVT, EVT IntVT, in shouldUseStrictFP_TO_INT() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 16607 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits), in lower256BitShuffle() local 16609 V1 = DAG.getBitcast(FpVT, V1); in lower256BitShuffle() 16610 V2 = DAG.getBitcast(FpVT, V2); in lower256BitShuffle() 16611 return DAG.getBitcast(VT, DAG.getVectorShuffle(FpVT, DL, V1, V2, Mask)); in lower256BitShuffle() 56503 MVT FpVT = VT.changeVectorElementType(FpSVT); in combineConcatVectorOps() local 56506 CastIntSETCCtoFP(FpVT, ICC, MaxSigBitsLHS, MaxSigBitsRHS)) { in combineConcatVectorOps() 56509 LHS = DAG.getNode(*CastOpc, DL, FpVT, LHS); in combineConcatVectorOps() 56510 RHS = DAG.getNode(*CastOpc, DL, FpVT, RHS); in combineConcatVectorOps() 56516 VT, DAG.getNode(X86ISD::CMPP, DL, FpVT, LHS, RHS, in combineConcatVectorOps()
|