| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/ |
| H A D | PDLTypes.td | 35 This type represents a handle to an instance of an `mlir::Attribute`, bound 47 This type represents a handle to an instance of an `mlir::Operation *`, 59 This type represents a range of instances of the given PDL element type, 81 This type represents a handle to an instance of an `mlir::Type`, bound to a 93 This type represents a handle to an instance of an `mlir::Value`, bound to a
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/ |
| H A D | OpenACCOps.td | 80 The "acc.parallel" operation represents a parallel construct block. It has 166 The "acc.data" operation represents a data construct. It defines vars to 249 The "acc.enter_data" operation represents the OpenACC enter data directive. 302 The "acc.exit_data" operation represents the OpenACC exit data directive. 355 The "acc.loop" operation represents the OpenACC loop construct. 437 The "acc.init" operation represents the OpenACC init executable 468 The "acc.shutdown" operation represents the OpenACC shutdown executable 499 The "acc.udpate" operation represents the OpenACC update executable 554 The "acc.wait" operation represents the OpenACC wait executable
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BlockFrequencyTerminology.rst | 56 Block frequency is a relative metric that represents the number of times a 76 fixed-point representation where ``UINT64_MAX`` represents ``1.0`` and ``0`` 77 represents a number just above ``0.0``. 127 This reference frequency represents what the block frequency would be in an
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | RegionKindInterface.td | 24 supported. RegionKind::Graph represents a graph region without 25 control flow semantics. RegionKind::SSACFG represents an
|
| H A D | BuiltinLocationAttributes.td | 75 An instance of this location represents a tuple of file, line number, and 117 An instance of a `fused` location represents a grouping of several other 260 location represents an unspecified source location.
|
| H A D | BuiltinOps.td | 39 A `module` represents a top-level container operation. It contains a single 106 An `unrealized_conversion_cast` operation represents an unrealized
|
| H A D | BuiltinAttributes.td | 85 An array attribute is an attribute that represents a collection of attribute 150 A dense array attribute is an attribute that represents a dense array of 437 A dictionary attribute is an attribute that represents a sorted collection of 536 A float attribute is a literal attribute that represents a floating point 599 An integer attribute is a literal attribute that represents an integral 818 A sparse elements attribute is an elements attribute that represents a 834 // This represents the following tensor: 978 A string attribute is an attribute that represents a string literal value. 1058 A symbol reference attribute is a literal attribute that represents a named 1133 A type attribute is an attribute that represents a [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | SideEffectInterfaces.td | 23 // This def represents the definition for the memory effects interface. Users 40 // This class represents the trait for memory effects that may be placed on
|
| H A D | CallInterfaces.td | 22 // a call-like operation. This represents the destination of the call. 64 A callable operation is one who represents a potential sub-routine, and may
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassBase.td | 91 // This class represents an mlir::OperationPass. 95 // This class represents an mlir::InterfacePass.
|
| /llvm-project-15.0.7/mlir/test/Integration/data/ |
| H A D | mttkrp_b.tns | 8 # This tensor represents the "B" input to the MTTKRP kernel:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | inlineasm-constraint-bad-l1.ll | 1 ; Negative test. The constraint 'l' represents the register 'lo'.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/ |
| H A D | ShapeBase.td | 53 `shape.shape` represents either an unranked shape, a ranked shape with 70 `shape.size` represents a non-negative integer with support for being 81 `shape.value_shape` represents the value produced by an operation (this
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | return-address-emscripten.ll | 17 ; LLVM represents __builtin_return_address as call to this function in IR.
|
| H A D | return-address-unknown.ll | 14 ; LLVM represents __builtin_return_address as call to this function in IR.
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | DataFlowAnalysis.md | 27 analysis. A lattice represents all of the possible values or results of the 70 /// The value of our lattice represents the inner structure of a DictionaryAttr, 138 /// Our value represents the combined metadata, which is originally a 151 /// This class represents a lattice element holding a specific value of type 181 The `ForwardDataFlowAnalysis` class represents the driver of the dataflow 188 /// This class represents the main driver of the forward dataflow analysis. It
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/ |
| H A D | QuantOps.td | 30 // A QuantizeCast (qcast) represents a potential type shift from a quantizable 55 // A DequantizeCast op (dcast) represents the inverse of a qcast, 70 // A StorageCast (scast) represents a cast from or to a type based on the 87 // A QuantizeRegion (region) represents a quantization unit which wraps
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | headerfile-comment-to-html.m | 16 …A Device represents a remote or local computer or device with which the Developer Tools can intera… 20 …on>@interface Device\n@end</Declaration><Abstract><Para> A Device represents a remote or loca… 31 // CHECK-NEXT: (CXComment_Text Text=[ A Device represents a remote or local computer o…
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-objcopy.rst | 110 file, each line represents a single symbol to rename, with the old name and new 198 output. In the file, each line represents a single symbol name, with leading 211 In the file, each line represents a single symbol name, with leading and 332 those names as global in the output. In the file, each line represents a single 354 ``<filename>``. In the file, each line represents a single symbol, with leading 371 ``<filename>``. In the file, each line represents a single symbol, with leading 388 represents a single symbol, with leading and trailing whitespace ignored, as is 475 those names as weak in the output. In the file, each line represents a single
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetItinerary.td | 43 // the execution of an instruction. Cycles represents the number of 66 // Instruction itinerary - An itinerary represents a sequential series of steps 85 // NumMicroOps represents the number of micro-operations that each instruction
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | smax.ll | 24 ; represents the smax() expression. This test case comes from PR 18155.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.td | 72 The `cf.br` operation represents a direct branch operation to a given 120 The `cond_br` terminator operation represents a conditional branch on a 235 The `switch` terminator operation represents a switch on a signless integer
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | power-sched-no-cycle.mir | 3 # This test represents a pattern which caused power-sched to introduce cycles into the Scheduling g…
|
| H A D | amdpal-msgpack-ps.ll | 22 ; amdgpu.pal.metadata.msgpack represents this:
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-locstats/ |
| H A D | locstats-bytes-overflow.yaml | 7 ## The yaml represents this DWARF:
|