Home
last modified time | relevance | path

Searched defs:BlockInfo (Results 1 – 25 of 132) sorted by relevance

123456

/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dblock_info.h12 struct BlockInfo { struct
15 __device__ BlockInfo(const Params &params, const int bidb) in BlockInfo() argument
27 …ce__ index_t q_offset(const index_t batch_stride, const index_t row_stride, const int bidb) const { in q_offset()
32 …ce__ index_t k_offset(const index_t batch_stride, const index_t row_stride, const int bidb) const { in k_offset()
36 const int sum_s_q;
37 const int sum_s_k;
38 const int actual_seqlen_q;
40 const int seqlen_k_cache;
41 const int actual_seqlen_k;
/aosp_15_r20/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h409 struct BlockInfo { struct
415 BlockInfo() in BlockInfo() function
418 BlockInfo(BlockInfo &&RHS) in BlockInfo() function
436 void operator=(const BlockInfo &) = delete; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.h120 struct BlockInfo { struct
128 /// isOneInstr - Returns true when this BlockInfo describes a single argument
146 SmallVector<BlockInfo, 8> UseBlocks; argument
H A DSafeStackColoring.cpp109 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers() local
167 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in calculateLocalLiveness() local
208 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local
265 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in dumpBlockLiveness() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSplitKit.h102 struct BlockInfo { struct
110 /// isOneInstr - Returns true when this BlockInfo describes a single argument
128 SmallVector<BlockInfo, 8> UseBlocks; argument
H A DSafeStackColoring.cpp96 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in collectMarkers() local
154 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in calculateLocalLiveness() local
193 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local
247 BlockLifetimeInfo &BlockInfo = BlockLiveness[BB]; in dumpBlockLiveness() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSplitKit.h121 struct BlockInfo { struct
129 /// isOneInstr - Returns true when this BlockInfo describes a single argument
150 SmallVector<BlockInfo, 8> UseBlocks; argument
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dlib.rs48 pub struct BlockInfo { struct
59 impl BlockInfo { implementation
75 fn info(&mut self) -> BlockInfo; in info()
117 fn info(&mut self) -> BlockInfo { in info()
140 fn info(&mut self) -> BlockInfo { in info()
170 fn check_range<T>(info: BlockInfo, offset: u64, buffer: &[T]) -> Result<SafeNum> { in check_range()
246 pub fn block_info(&mut self) -> BlockInfo { in block_info()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
357 BitstreamBlockInfo *BlockInfo = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitstream/
DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
375 BitstreamBlockInfo *BlockInfo = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitstream/
DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
375 BitstreamBlockInfo *BlockInfo = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitstream/
DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
375 BitstreamBlockInfo *BlockInfo = nullptr; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitstream/
DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
375 BitstreamBlockInfo *BlockInfo = nullptr; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h41 struct BlockInfo { struct
49 std::vector<BlockInfo> BlockInfoRecords; argument
376 BitstreamBlockInfo *BlockInfo = nullptr; variable
/aosp_15_r20/external/scudo/standalone/
H A Dcommon.h223 struct BlockInfo { struct
224 uptr BlockBegin;
225 uptr BlockSize;
226 uptr RegionBegin;
227 uptr RegionEnd;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h453 struct BlockInfo { struct
463 BlockInfo() = default; argument
465 BlockInfo &operator=(BlockInfo &&) = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h453 struct BlockInfo { struct
463 BlockInfo() = default; argument
465 BlockInfo &operator=(BlockInfo &&) = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h453 struct BlockInfo { struct
463 BlockInfo() = default; argument
465 BlockInfo &operator=(BlockInfo &&) = default; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h453 struct BlockInfo { struct
463 BlockInfo() = default; argument
465 BlockInfo &operator=(BlockInfo &&) = default; argument
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.h61 struct BlockInfo { struct
83 std::vector<BlockInfo> blocks; argument
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h36 struct BlockInfo { struct
46 std::vector<BlockInfo> BlockInfoRecords; argument
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dblock.h293 struct BlockInfo { struct
312 // Divide a block into up to 3 blocks according to `BlockInfo`. This should argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStackLifetime.cpp128 BlockLifetimeInfo &BlockInfo = in collectMarkers() local
186 BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in calculateLocalLiveness() local
247 BlockLifetimeInfo &BlockInfo = IT.getSecond(); in calculateLiveIntervals() local
302 const BlockLifetimeInfo &BlockInfo = BlockLiveness.find(BB)->getSecond(); in dumpBlockLiveness() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp77 struct BlockInfo { struct
78 char Needs = 0;
79 char InNeeds = 0;
80 char OutNeeds = 0;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp133 struct BlockInfo { struct
134 char Needs = 0;
135 char InNeeds = 0;
136 char OutNeeds = 0;
137 char InitialState = 0;
138 bool NeedsLowering = false;

123456