Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h787 SDValue ModifyToType(SDValue InOp, EVT NVT, bool FillWithZeroes = false);
DLegalizeVectorTypes.cpp3826 bool FillWithZeroes) { in ModifyToType() argument
3843 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType()
3867 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ModifyToType()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21346 bool FillWithZeroes = false) { in ExtendToType() argument
21369 if ((ISD::isBuildVectorAllZeros(N1.getNode()) && FillWithZeroes) || in ExtendToType()
21382 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType()
21388 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType()