Home
last modified time | relevance | path

Searched defs:zeros (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp116 int zeros[n_ints] = {0}; in test() local
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c101 static const uint8_t zeros[BUILD_ID_LEN] = {0}; in __llvm_write_binary_ids() local
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp287 uint8_t zeros = 0; ReadRegister() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExtractAddressComputations.cpp277 SmallVector<Value> zeros(loadStoreRank, in matchAndRewrite() local
H A DRuntimeOpVerification.cpp188 auto zeros = SmallVector<int64_t>(sizes.size(), 0); in computeLinearBounds() local
/llvm-project/llvm/lib/ObjectYAML/
H A DGOFFEmitter.cpp61 ZerosImpl zeros(const size_t NumBytes) { return ZerosImpl{NumBytes}; } zeros() function
H A DCOFFEmitter.cpp338 template <typename T> zeros_impl<sizeof(T)> zeros(const T &) { zeros() function
[all...]
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp408 SmallVector<Value> zeros(reducedRank, c0); matchAndRewrite() local
476 SmallVector<Value> zeros(reducedRank, c0); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DPromotion.cpp280 SmallVector<OpFoldResult, 4> zeros(fullSizes.size(), b.getIndexAttr(0)); in promoteSubviewAsNewBuffer() local
H A DTransforms.cpp311 SmallVector<OpFoldResult> zeros(packOp.getDestRank(), lowerPack() local
/llvm-project/libc/test/src/__support/
H A Dbig_int_test.cpp198 const int zeros = i; TYPED_TEST() local
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2600 std::vector<uint8_t> zeros(reg->nub_info.size, '\0'); register_value_in_hex_fixed_width() local
4221 std::vector<uint8_t> zeros(reg_entry->nub_info.size, '\0'); HandlePacket_p() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp636 std::vector<uint8_t> zeros(reg_info.byte_size, '\0'); in WriteRegisterValueInHexFixedWidth() local