Home
last modified time | relevance | path

Searched refs:FillWithZeroes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h1120 /// When FillWithZeroes is "on" the vector will be widened with zeroes.
1122 SDValue ModifyToType(SDValue InOp, EVT NVT, bool FillWithZeroes = false);
H A DLegalizeVectorTypes.cpp5794 SDValue WideMask = ModifyToType(Mask, WideMaskVT, /*FillWithZeroes=*/true); in WidenVecRes_VECTOR_COMPRESS()
7719 /// FillWithZeroes specifies that the vector should be widened with zeroes. in ModifyToType()
7721 bool FillWithZeroes) { in ModifyToType()
7740 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType()
7773 if (!FillWithZeroes) in ModifyToType()
7777 "We expect to never want to FillWithZeroes for non-integral types."); in ModifyToType()
7717 ModifyToType(SDValue InOp,EVT NVT,bool FillWithZeroes) ModifyToType() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31909 bool FillWithZeroes = false) { in ExtendToType() argument
31930 if ((ISD::isBuildVectorAllZeros(N1.getNode()) && FillWithZeroes) || in ExtendToType()
31945 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType()
31951 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType()