Searched refs:FillWithZeroes (Results 1 – 8 of 8) sorted by relevance
/external/brotli/csharp/org/brotli/dec/ |
D | Utils.cs | 26 internal static void FillWithZeroes(byte[] dest, int offset, int length) in FillWithZeroes() method in Org.Brotli.Dec.Utils 48 internal static void FillWithZeroes(int[] dest, int offset, int length) in FillWithZeroes() method in Org.Brotli.Dec.Utils
|
D | Decode.cs | 248 Org.Brotli.Dec.Utils.FillWithZeroes(codeLengths, symbol, numSymbols - symbol); in ReadHuffmanCodeLengths() 355 Org.Brotli.Dec.Utils.FillWithZeroes(contextMap, 0, contextMapSize); in DecodeContextMap()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 841 SDValue ModifyToType(SDValue InOp, EVT NVT, bool FillWithZeroes = false);
|
D | LegalizeVectorTypes.cpp | 4165 bool FillWithZeroes) { in ModifyToType() argument 4182 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, InVT) : in ModifyToType() 4206 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ModifyToType()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 787 SDValue ModifyToType(SDValue InOp, EVT NVT, bool FillWithZeroes = false);
|
D | LegalizeVectorTypes.cpp | 3826 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/ |
D | X86ISelLowering.cpp | 21346 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24956 bool FillWithZeroes = false) { in ExtendToType() argument 24977 if ((ISD::isBuildVectorAllZeros(N1.getNode()) && FillWithZeroes) || in ExtendToType() 24992 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, EltVT) : in ExtendToType() 24998 SDValue FillVal = FillWithZeroes ? DAG.getConstant(0, dl, NVT) : in ExtendToType()
|