| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/ |
| H A D | enum_targets_gen.bzl | 48 mandatory = True, 51 "out": attr.output(mandatory = True), 52 "targets": attr.string_list(mandatory = True), 54 mandatory = True,
|
| H A D | template_rule.bzl | 37 mandatory = True, 40 "substitutions": attr.string_dict(mandatory = True), 41 "out": attr.output(mandatory = True),
|
| H A D | binary_alias.bzl | 29 mandatory = True,
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/ |
| H A D | skip-unreachable.ll | 1 ; Test skipping inlining when the callsite is unreachable (for both mandatory 2 ; and non-mandatory cases) 24 ; Non-mandatory case
|
| H A D | bounds-checks-rewards.ll | 2 ; In all cases, the end result is the same: mandatory inlinings must happen. 3 ; Also in all cases, we don't record the mandatory inlining (there's nothing to 18 ; penalty. However, the mandatory inlining, which is considered next, happens. 23 ; mandatory inlining happens next, and it trips over the bounds, which then 69 ; @some-function isn't mandatory, and when we set the increase threshold too low,
|
| H A D | bounds-checks.ll | 2 ; In all cases, the end result is the same: mandatory inlinings must happen. 38 ; @some-function isn't mandatory, and when we set the increase threshold too low,
|
| H A D | fpi-update.ll | 10 ; RUN: -mandatory-inlining-first=0 -S < %s 2>&1 | FileCheck %s
|
| H A D | enable-inline-advisor-printing-ml.ll | 8 ; RUN: -keep-inline-advisor-for-printing -mandatory-inlining-first=0 \
|
| /llvm-project-15.0.7/lldb/examples/customization/bin-utils/ |
| H A D | README | 24 args[0] (mandatory) is the integer to be converted 25 args[1] (mandatory) is the bit width of the two's complement representation
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/ |
| H A D | CGOps.td | 49 The memref and shape arguments are mandatory. The rest are optional. 76 // The shape operands are mandatory and always start at 1. 105 The box argument is mandatory, the other arguments are optional. 163 The memref and indices arguments are mandatory. 164 The shape argument is mandatory if the memref is not a box, and should be
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | global-ctors-2.ll | 6 ; CHECK: the third field of the element type is mandatory, specify i8* null to migrate from the obs…
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-remark-mandatory.ll | 1 ; RUN: opt -passes="cgscc(inline<only-mandatory>)" -pass-remarks-missed=inline -S < %s 2>&1 | FileC…
|
| H A D | inline_stats.ll | 9 ; RUN: opt -S -passes=inliner-wrapper-no-mandatory-first -inliner-function-import-stats=basic < %s … 10 ; RUN: opt -S -passes=inliner-wrapper-no-mandatory-first -inliner-function-import-stats=verbose < %…
|
| H A D | optimization-remarks-with-hotness.ll | 7 ; RUN: opt < %s -passes=inliner-wrapper-no-mandatory-first -pass-remarks=inline -pass-remarks-misse…
|
| H A D | optimization-remarks.ll | 22 ; RUN: opt < %s -passes=inliner-wrapper-no-mandatory-first -pass-remarks=inline -pass-remarks-misse… 25 ; RUN: opt < %s -passes=inliner-wrapper-no-mandatory-first -pass-remarks=inline -pass-remarks-misse…
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | zlib.bzl | 41 mandatory = True, 108 mandatory = True,
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ |
| H A D | file-headers-pe.test | 11 # Unfortunately, all these flags are mandatory to set AddressOfEntryPoint.
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | DILocalVariable-explicit-tags.ll | 1 ; Bitcode compiled with 3.7_rc2. 3.7 had redundant (but mandatory) tag fields
|
| /llvm-project-15.0.7/lld/test/wasm/lto/ |
| H A D | pic-empty.s | 5 ; mandatory for ; shared libraries) was generating a linker error.
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 412 size_t RemoveOrphans(bool mandatory); 460 static size_t RemoveOrphanSharedModules(bool mandatory);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | insert-skips-gws.mir | 3 # Make sure mandatory skips are inserted to ensure GWS ops aren't run with exec = 0
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | VOPDInstructions.td | 124 // If X or Y is MADK (have a mandatory immediate), all src operands which 127 // operand form. If Both X and Y are MADK, the mandatory literal of X
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | build_defs.bzl | 20 mandatory = True,
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | new-pm-print-pipeline.ll | 61 …rify -print-pipeline-passes -passes='inliner-wrapper,inliner-wrapper-no-mandatory-first' < %s | Fi… 62 ; CHECK-20: cgscc(inline<only-mandatory>,inline),cgscc(inline) 65 …on(invalidate<aa>),require<profile-summary>,cgscc(devirt<4>(inline<only-mandatory>,inline,{{.*}},i…
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ModuleList.cpp | 341 size_t ModuleList::RemoveOrphans(bool mandatory) { in RemoveOrphans() argument 344 if (mandatory) { in RemoveOrphans() 772 size_t ModuleList::RemoveOrphanSharedModules(bool mandatory) { in RemoveOrphanSharedModules() argument 773 return GetSharedModuleList().RemoveOrphans(mandatory); in RemoveOrphanSharedModules()
|