| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | reg-argument.mir | 12 %0:i32 = CONST_I32 0, implicit-def $arguments 13 %1:i32 = ARGUMENT_i32 0, implicit $arguments 14 RETURN implicit-def $arguments 23 %0:i32 = CONST_I32 0, implicit-def $arguments 24 %1:i64 = ARGUMENT_i64 0, implicit $arguments 25 RETURN implicit-def $arguments 35 %1:f32 = ARGUMENT_f32 0, implicit $arguments 36 RETURN implicit-def $arguments 47 RETURN implicit-def $arguments 58 RETURN implicit-def $arguments [all …]
|
| H A D | function-info.mir | 36 - { reg: '$arguments' } 39 RETURN implicit-def dead $arguments 47 - { reg: '$arguments' } 60 RETURN implicit-def dead $arguments 66 BR %bb.1, implicit-def $arguments 69 CATCH_ALL implicit-def $arguments 70 RETHROW 0, implicit-def $arguments 81 - { reg: '$arguments' } 97 - { reg: '$arguments' } 112 - { reg: '$arguments' } [all …]
|
| H A D | irreducible-cfg.mir | 27 - { reg: '$arguments' } 31 liveins: $arguments 32 %0:i32 = CONST_I32 100, implicit-def $arguments 33 BR_IF %bb.2, %0:i32, implicit-def $arguments 42 BR_IF %bb.3, %0:i32, implicit-def $arguments 52 ; CHECK-NEXT: BR %bb.6, implicit-def $arguments 57 BR %bb.3, implicit-def $arguments 59 ; CHECK: BR %bb.4, implicit-def $arguments 64 ; CHECK-NEXT: BR %bb.6, implicit-def $arguments 69 BR %bb.2, implicit-def $arguments [all …]
|
| H A D | atomic-fence.mir | 24 - { reg: '$arguments' } 35 liveins: $arguments 36 %0:i32 = CONST_I32 0, implicit-def $arguments 38 COMPILER_FENCE implicit-def $arguments 40 CALL @foo, %2:i32, %1:i32, implicit-def $arguments 41 RETURN implicit-def $arguments 48 - { reg: '$arguments' } 59 liveins: $arguments 60 %0:i32 = CONST_I32 0, implicit-def $arguments 62 ATOMIC_FENCE 0, implicit-def $arguments [all …]
|
| H A D | cfg-stackify-eh.mir | 20 - { reg: '$arguments' } 29 BR %bb.3, implicit-def dead $arguments 41 %0:i32 = CATCH &__cpp_exception, implicit-def dead $arguments 42 RETHROW 0, implicit-def dead $arguments 50 RETHROW 0, implicit-def dead $arguments 56 RETURN implicit-def dead $arguments 67 - { reg: '$arguments' } 103 %0:i32 = CONST_I32 3, implicit-def dead $arguments 104 RETURN %0:i32, implicit-def dead $arguments 109 RETHROW 0, implicit-def dead $arguments [all …]
|
| H A D | exception.mir | 25 - { reg: '$arguments' } 40 BR %bb.2, implicit-def dead $arguments 55 CATCHRET %bb.2, %bb.1, implicit-def dead $arguments 59 RETURN implicit-def dead $arguments 67 - { reg: '$arguments' } 72 BR %bb.2, implicit-def dead $arguments 84 RETURN implicit-def dead $arguments 92 - { reg: '$arguments' } 99 BR %bb.3, implicit-def dead $arguments 108 CLEANUPRET implicit-def dead $arguments [all …]
|
| H A D | reg-copy.mir | 12 RETURN implicit-def $arguments 23 RETURN implicit-def $arguments 34 RETURN implicit-def $arguments 45 RETURN implicit-def $arguments 56 RETURN implicit-def $arguments 67 RETURN implicit-def $arguments 78 RETURN implicit-def $arguments
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Block.cpp | 22 for (BlockArgument arg : arguments) in ~Block() 143 arguments.push_back(arg); in addArgument() 152 size_t initialSize = arguments.size(); in addArguments() 153 arguments.reserve(initialSize + types.size()); in addArguments() 157 return {arguments.data() + initialSize, arguments.data() + arguments.size()}; in addArguments() 164 arguments.insert(arguments.begin() + index, arg); in insertArgument() 182 assert(index < arguments.size()); in eraseArgument() 183 arguments[index].destroy(); in eraseArgument() 184 arguments.erase(arguments.begin() + index); in eraseArgument() 203 if (firstDead == arguments.end()) in eraseArguments() [all …]
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestOps.td | 80 let arguments = (ins 94 let arguments = (ins 131 let arguments = (ins 172 let arguments = (ins 179 let arguments = (ins 219 let arguments = (ins 228 let arguments = (ins 245 let arguments = (ins 252 let arguments = (ins 268 let arguments = (ins [all …]
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | format-darwin.m | 39 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit… 41 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit… 61 …expected-warning{{values of type 'CFIndex' should not be used as format arguments; add an explicit… 86 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit… 88 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit… 94 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit… 98 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit… 111 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit… 151 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit… 218 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit… [all …]
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 610 GetStrings(arguments, "postRunCommands"); in request_attach() 623 SetSourceMapFromArguments(*arguments); in request_attach() 1653 GetStrings(arguments, "postRunCommands"); in request_launch() 1670 SetSourceMapFromArguments(*arguments); in request_launch() 1686 const auto cwd = GetString(arguments, "cwd"); in request_launch() 1692 auto args = GetStrings(arguments, "args"); in request_launch() 1697 auto envs = GetStrings(arguments, "env"); in request_launch() 2055 auto source = arguments->getObject("source"); in request_setBreakpoints() 2165 auto filters = arguments->getArray("filters"); in request_setExceptionBreakpoints() 2387 auto source = arguments->getObject("source"); in request_source() [all …]
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | shape.cpp | 784 if (!call.arguments().empty() && call.arguments().front()) { in operator ()() 795 if (call.arguments().size() >= 2) { in operator ()() 830 if (!call.arguments().empty()) { in operator ()() 834 if (call.arguments().size() == 2) { in operator ()() 851 if (call.arguments().size() >= 3 && call.arguments().at(2)) { in operator ()() 886 if (call.arguments().size() >= 2 && call.arguments().at(1)) { in operator ()() 900 if (call.arguments().size() == 3) { in operator ()() 918 if (call.arguments().size() == 3 && call.arguments().at(2)) { in operator ()() 968 if (call.arguments().size() >= 1) { in operator ()() 977 if (call.arguments().size() >= 2) { in operator ()() [all …]
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/ |
| H A D | TestTransformDialectExtension.td | 26 let arguments = (ins 39 let arguments = (ins 49 let arguments = (ins 60 let arguments = (ins 72 let arguments = (ins StrAttr:$message); 80 let arguments = (ins 89 let arguments = (ins 108 let arguments = (ins PDL_Operation:$target); 145 let arguments = (ins PDL_Operation:$target); 163 let arguments = (ins PDL_Operation:$target); [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 20 // i32 f32 arguments get passed in integer registers if there is space. 22 // f64 arguments are split and passed through registers or through stack. 24 // As are v2i32 arguments (this would be the default behavior for 45 // The 64-bit ABI conceptually assigns all function arguments to a parameter 46 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments 52 // array at fixed offsets. Integer arguments are promoted to registers when 71 // arguments: 93 // - Annotate integer arguments with zeroext or signext attributes. 103 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg. 110 // Function arguments AND most return values. [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMIntrinsicOps.td | 16 let arguments = (ins LLVM_Type:$in); 99 let arguments = (ins LLVM_Type, LLVM_Type); 124 let arguments = (ins LLVM_Type:$cond); 139 let arguments = (ins I32:$align, 162 let arguments = (ins LLVM_i8Ptr:$handle); 167 let arguments = (ins LLVM_TokenType:$save, 173 let arguments = (ins LLVM_i8Ptr:$handle, 179 let arguments = (ins LLVM_TokenType:$id, 185 let arguments = (ins LLVM_i8Ptr:$handle); 229 let arguments = (ins LLVM_i8Ptr:$ptr); [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/WebAssembly/ |
| H A D | int-type-register-class-name.mir | 6 - { reg: '$arguments' } 9 liveins: $arguments 10 %0:i32 = CONST_I32 0, implicit-def dead $arguments 11 ; CHECK: %0:i32 = CONST_I32 0, implicit-def dead $arguments 12 RETURN implicit-def dead $arguments
|
| H A D | typed-immediate-operand-invalid0.mir | 6 - { reg: '$arguments' } 9 liveins: $arguments 11 %0:i32 = CONST_I32 i 0, implicit-def dead $arguments 12 RETURN implicit-def dead $arguments
|
| H A D | typed-immediate-operand-invalid1.mir | 6 - { reg: '$arguments' } 9 liveins: $arguments 11 %0:i32 = CONST_I32 abc 0, implicit-def dead $arguments 12 RETURN implicit-def dead $arguments
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | execute-command.test | 35 …/executeCommand","params":{"command":"clangd.applyFix","custom":"foo", "arguments":[{"changes":{"t… 38 …id":6,"method":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":"foo"}} 44 …"workspace/executeCommand","params":{"command":"clangd.applyFix","custom":"foo", "arguments":[""]}} 47 …thod":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":[{"custom":"foo… 50 …thod":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":[{"changes":"fo… 53 …thod":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":[{"changes":{"t… 56 …thod":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":[{"changes":{"t… 59 …thod":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":[{"changes":{"t… 62 …thod":"workspace/executeCommand","params":{"command":"clangd.applyFix","arguments":[{"changes":{"t… 64 # Command name after arguments [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/ |
| H A D | TosaOps.td | 46 let arguments = (ins 71 let arguments = (ins 102 let arguments = (ins 134 let arguments = (ins 167 let arguments = (ins 199 let arguments = (ins 229 let arguments = (ins 258 let arguments = (ins 287 let arguments = (ins 327 let arguments = (ins [all …]
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/WebAssembly/ |
| H A D | dbg-value-move-clone.mir | 49 - { reg: '$arguments' } 54 liveins: $arguments 55 %0:i64 = ARGUMENT_i64 0, implicit $arguments 56 %1:i32 = CONST_I32 0, implicit-def dead $arguments 58 CALL @foo, %1:i32, implicit-def dead $arguments, implicit $sp32, implicit $sp64 61 CALL @foo, %1:i32, implicit-def dead $arguments, implicit $sp32, implicit $sp64 62 CALL @foo, %1:i32, implicit-def dead $arguments, implicit $sp32, implicit $sp64 63 RETURN implicit-def dead $arguments
|
| H A D | dbg-value-move-reg-stackify.mir | 45 - { reg: '$arguments' } 49 liveins: $arguments 50 %0:i64 = ARGUMENT_i64 0, implicit $arguments 51 %1:i32 = I32_WRAP_I64 %0:i64, implicit-def dead $arguments 53 %1:i32 = CALL @bar, implicit-def dead $arguments, implicit $sp32, implicit $sp64 55 %1:i32 = CALL @bar, implicit-def dead $arguments, implicit $sp32, implicit $sp64 57 CALL @foo, %1:i32, implicit-def dead $arguments, implicit $sp32, implicit $sp64 58 RETURN implicit-def dead $arguments
|
| /llvm-project-15.0.7/clang/docs/analyzer/user-docs/ |
| H A D | TaintAnalysisConfiguration.rst | 33 # The entries that specify arguments use 0-based indexing when specifying 34 # input arguments, and -1 is used to denote the return value. 38 # Taint is sanitized when tainted variables are pass arguments to filters. 82 # If taint reaches any of the arguments specified, a warning is emitted. 125 It indicates the indexes of arguments in the function call. 126 The number ``-1`` signifies the return value; other numbers identify call arguments. 127 The values of these arguments are considered clean after the function call. 139 …on during symbolic execution propagate taint from one or more arguments to other arguments and pos… 146 …If any `SrcArgs` arguments are tainted, the checker will consider all `DstArgs` arguments tainted … 149 …If any `SrcArgs` arguments are tainted, the checker will consider all `DstArgs` arguments tainted … [all …]
|
| /llvm-project-15.0.7/mlir/test/python/ |
| H A D | python_test_ops.td | 55 let arguments = (ins I32Attr:$mandatory_i32, 61 let arguments = (ins I32Attr:$property, 69 let arguments = (ins); 94 let arguments = (ins Variadic<AnyType>); 100 let arguments = (ins AnyType:$input, TypeAttr:$type); 106 let arguments = (ins AnyAttr:$iattr); 111 let arguments = (ins Optional<AnyType>:$input);
|
| /llvm-project-15.0.7/libc/cmake/modules/ |
| H A D | LLVMLibCLibraryRules.cmake | 61 "" # No optional arguments 62 "" # No single value arguments 63 "DEPENDS" # Multi-value arguments 131 "" # Optional arguments 132 "" # Single value arguments 193 "IGNORE_MARKER" # Optional arguments 194 "" # Single-value arguments 195 "DEPENDS;FLAGS" # Multi-value arguments 252 "" # Optional arguments 253 "" # Single value arguments [all …]
|