/external/llvm-project/llvm/test/Transforms/EntryExitInstrumenter/ |
D | mcount.ll | 15 ; CHECK-NEXT: call void @mcount() 31 ; CHECK-NEXT: call void @mcount() 49 ; The mcount function has many different names. 53 ; CHECK: call void @.mcount 57 ; CHECK: call void @llvm.arm.gnu.eabi.mcount 65 ; CHECK: call void @"\01mcount" 106 attributes #0 = { "instrument-function-entry-inlined"="mcount" "instrument-function-entry"="__cyg_p… 107 attributes #1 = { "instrument-function-entry-inlined"=".mcount" } 108 attributes #2 = { "instrument-function-entry-inlined"="llvm.arm.gnu.eabi.mcount" } 110 attributes #4 = { "instrument-function-entry-inlined"="\01mcount" }
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | mrecord-mcount-02.ll | 3 ; CHECK: LLVM ERROR: mrecord-mcount only supported with fentry-call 10 attributes #0 = { "instrument-function-entry-inlined"="mcount" "mrecord-mcount" }
|
D | mnop-mcount-02.ll | 3 ; CHECK: LLVM ERROR: mnop-mcount only supported with fentry-call 10 attributes #0 = { "instrument-function-entry-inlined"="mcount" "mnop-mcount" }
|
D | mrecord-mcount-01.ll | 31 attributes #0 = { "fentry-call"="true" "mrecord-mcount" } 32 attributes #1 = { "fentry-call"="true" "mnop-mcount" "mrecord-mcount" }
|
D | fentry-insertion.ll | 10 ; CHECK-NOT: mcount 23 ; CHECK-NOT: mcount
|
D | mnop-mcount-01.ll | 25 attributes #1 = { "fentry-call"="true" "mnop-mcount" }
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | mcount-insertion.ll | 13 ; CHECK: bl mcount 29 ; CHECK: bl mcount 45 attributes #0 = { "instrument-function-entry-inlined"="mcount" "instrument-function-entry"="__cyg_p…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fentry-insertion.ll | 11 ; CHECK-NOT: mcount 24 ; CHECK-NOT: mcount
|
D | O0-pipeline.ll | 26 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
|
D | opt-pipeline.ll | 55 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | machine-outliner-calls.mir | 12 declare void @"\01mcount"() 229 ; CHECK: BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 232 ; CHECK: BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 235 ; CHECK: BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 238 ; CHECK: BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 241 ; CHECK: BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 247 BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 254 BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 261 BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp 268 BL @"\01mcount", csr_aapcs, implicit-def dead $lr, implicit $sp [all …]
|
D | gnu_mcount_nc.ll | 41 attributes #0 = { nofree nounwind "instrument-function-entry-inlined"="llvm.arm.gnu.eabi.mcount" }
|
D | O3-pipeline.ll | 39 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
D | ClassDef.java | 383 int ccount = 0, mcount = 0; in computeSUID() local 404 … mds [mcount ++] = new MethodDescriptor (name, modifiers, method.getDescriptor (this)); in computeSUID() 430 if (mcount > 0) in computeSUID() 432 Arrays.sort (mds, 0, mcount); in computeSUID() 434 for (int i = 0; i < mcount; ++ i) in computeSUID()
|
/external/toybox/toys/posix/ |
D | grep.c | 114 long lcount = 0, mcount = 0, offset = 0, after = 0, before = 0; in do_grep() local 321 mcount++; in do_grep() 349 if (discard && mcount) bars = "--"; in do_grep() 353 if (FLAG(m) && mcount >= TT.m) break; in do_grep() 356 if (FLAG(c)) outline(0, ':', name, mcount, 0, 1); in do_grep()
|
/external/llvm-project/llvm/test/Other/ |
D | opt-O0-pipeline-enable-matrix.ll | 9 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining)
|
D | opt-O0-pipeline.ll | 13 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining)
|
D | opt-O2-pipeline.ll | 15 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining)
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | long-call-mcount.ll | 1 ; Check call to mcount in case of long/short call options.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | O0-pipeline.ll | 24 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
|
D | O3-pipeline.ll | 59 ; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (post inlining)
|
/external/libcups/cups/ |
D | dest-options.c | 1397 mcount, /* Number of match values */ in cups_collection_contains() local 1464 for (j = 0, mcount = ippGetCount(mattr); j < mcount; j ++) in cups_collection_contains() 1491 mcount; /* Number of member values */ in cups_collection_string() local 1572 for (j = 0, mcount = ippGetCount(member); j < mcount; j ++) in cups_collection_string()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.def | 135 CODEGENOPT(MNopMCount , 1, 0) ///< Set when -mnop-mcount is enabled. 136 CODEGENOPT(RecordMCount , 1, 0) ///< Set when -mrecord-mcount is enabled.
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 2674 size_t mcount; in eap_get_phase2_types() local 2677 methods = eap_peer_get_methods(&mcount); in eap_get_phase2_types() 2681 buf = os_malloc(mcount * sizeof(struct eap_method_type)); in eap_get_phase2_types()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | opt-pipeline.ll | 13 ; GCN-O0-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining) 45 ; GCN-O1-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining) 356 ; GCN-O2-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining) 715 ; GCN-O3-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining)
|