Searched refs:annot (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ |
| H A D | ignore-annotation-intrinsic-cost.ll | 27 %annot.0 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 28 %annot.1 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 29 %annot.2 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 30 %annot.3 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 31 %annot.4 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 32 %annot.5 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 33 %annot.6 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 34 %annot.7 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 35 %annot.8 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) 36 %annot.9 = tail call i32 @llvm.annotation.i32(i32 %i.01, i8* null, i8* null, i32 0) [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXUtilities.cpp | 145 unsigned annot; in isTexture() local 156 unsigned annot; in isSurface() local 169 unsigned annot; in isSampler() local 177 std::vector<unsigned> annot; in isSampler() local 179 if (is_contained(annot, arg->getArgNo())) in isSampler() 189 std::vector<unsigned> annot; in isImageReadOnly() local 191 if (is_contained(annot, arg->getArgNo())) in isImageReadOnly() 201 std::vector<unsigned> annot; in isImageWriteOnly() local 203 if (is_contained(annot, arg->getArgNo())) in isImageWriteOnly() 213 std::vector<unsigned> annot; in isImageReadWrite() local [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1365 switch (annot.OpCode) { in ParseInlineSite() 1369 code_offset += annot.U1; in ParseInlineSite() 1370 update_code_offset(annot.U1); in ParseInlineSite() 1373 update_line_offset(annot.S1); in ParseInlineSite() 1376 update_code_offset(annot.U1); in ParseInlineSite() 1377 code_offset += annot.U1; in ParseInlineSite() 1381 code_offset += annot.U1; in ParseInlineSite() 1382 update_code_offset(annot.U1); in ParseInlineSite() 1383 update_line_offset(annot.S1); in ParseInlineSite() 1386 code_offset += annot.U2; in ParseInlineSite() [all …]
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddOCaml.cmake | 158 COMMAND "${OCAMLFIND}" "ocamlmklib" "-ocamlcflags" "-bin-annot"
|