Searched refs:FillWithZeroes (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 791 SDValue ModifyToType(SDValue InOp, EVT NVT, bool FillWithZeroes = false);
|
D | LegalizeVectorTypes.cpp | 3709 bool FillWithZeroes) { in ModifyToType() argument 3726 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() 3750 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ModifyToType()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 19748 bool FillWithZeroes = false) { in ExtendToType() argument 19771 if ((ISD::isBuildVectorAllZeros(N1.getNode()) && FillWithZeroes) || in ExtendToType() 19784 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() 19790 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType()
|