Searched refs:STREAM (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/Hexagon/ |
| H A D | peel-small-loop.ll | 6 %struct.STREAM = type { %union.anon, i32, i32 } 9 define void @function(%struct.STREAM* nocapture readonly %b) local_unnamed_addr { 11 %bitPtr3 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 2 17 %value2 = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 1 19 %w = getelementptr inbounds %struct.STREAM, %struct.STREAM* %b, i32 0, i32 0, i32 0
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-raw-stream.test | 1 ; RUN: llvm-pdbutil bytes -stream-data=1 %p/Inputs/empty.pdb | FileCheck --check-prefix=STREAM %s 11 STREAM: Stream Data 12 STREAM-NEXT: ============================================================ 13 STREAM-NEXT: Stream 1: PDB Stream (dumping 118 / 118 bytes) 14 STREAM-NEXT: Data ( 15 STREAM-NEXT: 13000: 942E3101 E207E554 01000000 0B355641 86A0A249 896F9988 FAE52FF0 22000000 … 16 STREAM-NEXT: 13020: 2F4C696E 6B496E66 6F002F6E 616D6573 002F7372 632F6865 61646572 626C6F63 … 17 STREAM-NEXT: 13040: 6B000300 00000600 00000100 00001A00 00000000 00001100 00000900 00000A00 … 18 STREAM-NEXT: 13060: 00000D00 00000000 00000500 00000000 00004191 3201 … 19 STREAM-NEXT: )
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | explain.test | 21 ; RUN: | FileCheck --check-prefix=STREAM %s 72 STREAM: Block:Offset = 7:0000. 73 STREAM-NEXT: Address is in block 7 (allocated). 74 STREAM-NEXT: Address is at offset 0/684 of Stream 12 (Module "* Linker *").
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | enum-set.h | 208 template <typename STREAM> 209 STREAM &Dump(STREAM &o, std::string EnumToString(enumerationType)) const { in Dump()
|
| /llvm-project-15.0.7/mlir/test/Conversion/GPUCommon/ |
| H A D | lower-launch-func-to-gpu-runtime-calls.mlir | 42 // CHECK: [[STREAM:%.*]] = llvm.call @mgpuStreamCreate 50 // CHECK-SAME: [[C8]], [[C8]], [[C8]], [[C256]], [[STREAM]],
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | big-radix-floating-point.h | 114 template <typename STREAM> STREAM &Dump(STREAM &) const;
|
| H A D | binary-to-decimal.cpp | 371 template <typename STREAM> 372 STREAM &BigRadixFloatingPointNumber<PREC, LOG10RADIX>::Dump(STREAM &o) const { in Dump()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_runner.py | 113 STREAM = object() 116 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 328 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument 329 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | f2018-grammar.md | 655 STREAM = scalar-default-char-variable |
|