Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A Denum_targets_gen.bzl48 mandatory = True,
51 "out": attr.output(mandatory = True),
52 "targets": attr.string_list(mandatory = True),
54 mandatory = True,
H A Dtemplate_rule.bzl37 mandatory = True,
40 "substitutions": attr.string_dict(mandatory = True),
41 "out": attr.output(mandatory = True),
H A Dbinary_alias.bzl29 mandatory = True,
/llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/
H A Dskip-unreachable.ll1 ; Test skipping inlining when the callsite is unreachable (for both mandatory
2 ; and non-mandatory cases)
24 ; Non-mandatory case
H A Dbounds-checks-rewards.ll2 ; 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 Dbounds-checks.ll2 ; 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 Dfpi-update.ll10 ; RUN: -mandatory-inlining-first=0 -S < %s 2>&1 | FileCheck %s
H A Denable-inline-advisor-printing-ml.ll8 ; RUN: -keep-inline-advisor-for-printing -mandatory-inlining-first=0 \
/llvm-project-15.0.7/lldb/examples/customization/bin-utils/
H A DREADME24 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 DCGOps.td49 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 Dglobal-ctors-2.ll6 ; 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 Dinline-remark-mandatory.ll1 ; RUN: opt -passes="cgscc(inline<only-mandatory>)" -pass-remarks-missed=inline -S < %s 2>&1 | FileC…
H A Dinline_stats.ll9 ; 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 Doptimization-remarks-with-hotness.ll7 ; RUN: opt < %s -passes=inliner-wrapper-no-mandatory-first -pass-remarks=inline -pass-remarks-misse…
H A Doptimization-remarks.ll22 ; 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 Dzlib.bzl41 mandatory = True,
108 mandatory = True,
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dfile-headers-pe.test11 # Unfortunately, all these flags are mandatory to set AddressOfEntryPoint.
/llvm-project-15.0.7/llvm/test/Bitcode/
H A DDILocalVariable-explicit-tags.ll1 ; 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 Dpic-empty.s5 ; mandatory for ; shared libraries) was generating a linker error.
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h412 size_t RemoveOrphans(bool mandatory);
460 static size_t RemoveOrphanSharedModules(bool mandatory);
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dinsert-skips-gws.mir3 # 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 DVOPDInstructions.td124 // 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 Dbuild_defs.bzl20 mandatory = True,
/llvm-project-15.0.7/llvm/test/Other/
H A Dnew-pm-print-pipeline.ll61 …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 DModuleList.cpp341 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()

123