Home
last modified time | relevance | path

Searched refs:annot (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp146 unsigned annot; in isTexture() local
157 unsigned annot; in isSurface() local
170 unsigned annot; in isSampler() local
178 std::vector<unsigned> annot; in isSampler() local
180 if (is_contained(annot, arg->getArgNo())) in isSampler()
190 std::vector<unsigned> annot; in isImageReadOnly() local
192 if (is_contained(annot, arg->getArgNo())) in isImageReadOnly()
202 std::vector<unsigned> annot; in isImageWriteOnly() local
204 if (is_contained(annot, arg->getArgNo())) in isImageWriteOnly()
214 std::vector<unsigned> annot; in isImageReadWrite() local
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1467 switch (annot.OpCode) { in ParseInlineSite()
1471 code_offset += annot.U1; in ParseInlineSite()
1472 update_code_offset(annot.U1); in ParseInlineSite()
1475 update_line_offset(annot.S1); in ParseInlineSite()
1478 update_code_offset(annot.U1); in ParseInlineSite()
1479 code_offset += annot.U1; in ParseInlineSite()
1483 code_offset += annot.U1; in ParseInlineSite()
1484 update_code_offset(annot.U1); in ParseInlineSite()
1485 update_line_offset(annot.S1); in ParseInlineSite()
1488 code_offset += annot.U2; in ParseInlineSite()
[all …]