Home
last modified time | relevance | path

Searched refs:ARGUMENT (Results 1 – 25 of 56) sorted by relevance

123

/external/FP16/test/peachpy/
Dstubs.py13 LOAD.ARGUMENT(reg_fp16, arg_fp16)
16 LOAD.ARGUMENT(reg_fp32, arg_fp32)
28 LOAD.ARGUMENT(reg_fp16, arg_fp16)
31 LOAD.ARGUMENT(reg_fp32, arg_fp32)
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td58 def WebAssemblyargument : SDNode<"WebAssemblyISD::ARGUMENT",
98 multiclass ARGUMENT<WebAssemblyRegClass vt> {
103 defm : ARGUMENT<I32>;
104 defm : ARGUMENT<I64>;
105 defm : ARGUMENT<F32>;
106 defm : ARGUMENT<F64>;
DWebAssemblyISD.def20 HANDLE_NODETYPE(ARGUMENT)
DWebAssemblyRegisterInfo.td47 // order the ARGUMENT instructions that are emulating live-in registers and
/external/llvm/test/DebugInfo/Generic/
Dinlined-vars.ll1 ; RUN: %llc_dwarf -O0 < %s | FileCheck %s -check-prefix ARGUMENT
36 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
37 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
38 ; ARGUMENT-NOT: {{.*Abbrev.*DW_TAG_formal_parameter}}
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dinlined-vars.ll1 ; RUN: %llc_dwarf -O0 < %s | FileCheck %s -check-prefix ARGUMENT
36 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
37 ; ARGUMENT: {{.*Abbrev.*DW_TAG_formal_parameter}}
38 ; ARGUMENT-NOT: {{.*Abbrev.*DW_TAG_formal_parameter}}
/external/ltp/
Drunltp263 for ARGUMENT in `echo "$ARGUMENT_LIST" | tr ',' ' '`
266 1) NUM_PROCS="$ARGUMENT" ;;
267 2) NUM_FILES="$ARGUMENT" ;;
268 3) NUM_BYTES="$ARGUMENT" ;;
269 4) CLEAN_FLAG="$ARGUMENT" ;;
359 for ARGUMENT in `echo "$ARGUMENT_LIST" | tr ',' ' '`
362 1) NUM_PROCS="$ARGUMENT" ;;
363 2) CHUNKS="$ARGUMENT" ;;
364 3) BYTES="$ARGUMENT" ;;
365 4) HANGUP_FLAG="$ARGUMENT" ;;
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td101 def WebAssemblyargument : SDNode<"WebAssemblyISD::ARGUMENT",
236 multiclass ARGUMENT<WebAssemblyRegClass reg, ValueType vt> {
243 defm "": ARGUMENT<I32, i32>;
244 defm "": ARGUMENT<I64, i64>;
245 defm "": ARGUMENT<F32, f32>;
246 defm "": ARGUMENT<F64, f64>;
247 defm "": ARGUMENT<EXNREF, exnref>;
248 defm "": ARGUMENT<FUNCREF, funcref>;
249 defm "": ARGUMENT<EXTERNREF, externref>;
DWebAssemblyISD.def19 HANDLE_NODETYPE(ARGUMENT)
DWebAssemblyRegisterInfo.td55 // order the ARGUMENT instructions that are emulating live-in registers and
/external/llvm-project/llvm/test/FileCheck/
Dnumeric-expression.txt548 RUN: not FileCheck -D#NUMVAR=10 --check-prefix CALL-MISSING-ARGUMENT --input-file %s %s 2>&1 \
549 RUN: | FileCheck --strict-whitespace --check-prefix CALL-MISSING-ARGUMENT-MSG %s
551 CALL MISSING ARGUMENT
553 CALL-MISSING-ARGUMENT-LABEL: CALL MISSING ARGUMENT
554 CALL-MISSING-ARGUMENT-NEXT: [[#add(NUMVAR,)]]
555 CALL-MISSING-ARGUMENT-MSG: numeric-expression.txt:[[#@LINE-1]]:43: error: missing argument
556 CALL-MISSING-ARGUMENT-MSG-NEXT: {{C}}ALL-MISSING-ARGUMENT-NEXT: {{\[\[#add\(NUMVAR,\)\]\]}}
557 CALL-MISSING-ARGUMENT-MSG-NEXT: {{^}} ^{{$}}
560 RUN: not FileCheck -D#NUMVAR=10 --check-prefix CALL-WRONG-ARGUMENT-COUNT --input-file %s %s 2>&1 \
561 RUN: | FileCheck --strict-whitespace --check-prefix CALL-WRONG-ARGUMENT-COUNT-MSG %s
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-value-param-delayed.cpp159 #define UNNECESSARY_VALUE_PARAM_IN_MACRO_ARGUMENT(ARGUMENT) \ argument
160 ARGUMENT
Dcppcoreguidelines-pro-type-member-init.cpp115 #define UNINITIALIZED_FIELD_IN_MACRO_ARGUMENT(ARGUMENT) \ argument
116 ARGUMENT
Dperformance-unnecessary-value-param.cpp211 #define UNNECESSARY_VALUE_PARAM_IN_MACRO_ARGUMENT(ARGUMENT) \ argument
212 ARGUMENT
Dperformance-unnecessary-copy-initialization.cpp248 #define UNNECESSARY_COPY_INIT_IN_MACRO_ARGUMENT(ARGUMENT) ARGUMENT in UNNECESSARY_COPY_INIT_IN_MACRO_BODY() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td106 def WebAssemblyargument : SDNode<"WebAssemblyISD::ARGUMENT",
217 multiclass ARGUMENT<WebAssemblyRegClass reg, ValueType vt> {
224 defm "": ARGUMENT<I32, i32>;
225 defm "": ARGUMENT<I64, i64>;
226 defm "": ARGUMENT<F32, f32>;
227 defm "": ARGUMENT<F64, f64>;
228 defm "": ARGUMENT<EXNREF, exnref>;
DWebAssemblyISD.def20 HANDLE_NODETYPE(ARGUMENT)
DWebAssemblyRegisterInfo.td53 // order the ARGUMENT instructions that are emulating live-in registers and
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1641 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator()
1642 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator()
1643 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator()
1645 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator()
1652 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator()
1658 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator()
1659 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator()
1660 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator()
1662 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator()
1669 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 67, 79); in TestFormatToCharacterIterator()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java1644 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(3), 4, 7); in TestFormatToCharacterIterator()
1645 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(0), 16, 19); in TestFormatToCharacterIterator()
1646 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(2), 30, 32); in TestFormatToCharacterIterator()
1648 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 53, 63); in TestFormatToCharacterIterator()
1655 … expectedAttributedStrings[0].addAttribute(MessageFormat.Field.ARGUMENT, new Integer(1), 67, 79); in TestFormatToCharacterIterator()
1661 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg3", 4, 7); in TestFormatToCharacterIterator()
1662 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg0", 16, 19); in TestFormatToCharacterIterator()
1663 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg2", 30, 32); in TestFormatToCharacterIterator()
1665 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 53, 63); in TestFormatToCharacterIterator()
1672 expectedAttributedStrings[1].addAttribute(MessageFormat.Field.ARGUMENT, "arg1", 67, 79); in TestFormatToCharacterIterator()
[all …]
/external/icu/icu4c/source/config/
Dtest-icu-config.sh15 icu-config --BAD ARGUMENT
/external/llvm-project/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt13 ARGUMENT AGAINST:
18 ARGUMENT FOR:
/external/llvm/docs/HistoricalNotes/
D2000-12-06-MeetingSummary.txt13 ARGUMENT AGAINST:
18 ARGUMENT FOR:
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dreg-argument.mir3 # wasm-argument-move pass moves all ARGUMENT instructions to the top of the
/external/rust/crates/ring/crypto/perlasm/
Dx86_64-xlate.pl1208 ARGUMENT: while (1) { label
1215 last ARGUMENT;
1219 last ARGUMENT if ($line !~ /^,/);

123