Home
last modified time | relevance | path

Searched full:apply (Results 1 – 25 of 1859) sorted by relevance

12345678910>>...75

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td33 def apply;
64 /// Declares data that is passed from the match stage to the apply stage.
70 class GICombineRule<dag defs, dag match, dag apply> : GICombine {
79 /// Defines the things which happen after the decision is made to apply a
81 dag Apply = apply;
119 // In an apply pattern, GITypeOf can be used to set the type of a new temporary
122 // This can only be used on temporary registers defined by the apply pattern.
142 // (apply (GIReplaceReg $old, $new))
149 // - Can only appear in an 'apply' pattern.
154 // Apply action that erases the match root.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Combine.td18 (apply [{ applyFConstantToConstant(*${root}); }])>;
25 (apply [{ applyICmpRedundantTrunc(*${root}, MRI, B, Observer, ${matchinfo}); }])>;
33 (apply [{ applyFoldGlobalOffset(*${root}, MRI, B, Observer, ${matchinfo});}])
43 (apply [{ applyExtAddvToUdotAddv(*${root}, MRI, B, Observer, STI, ${matchinfo}); }])
52 (apply [{ applyExtUaddvToUaddlv(*${root}, MRI, B, Observer, ${matchinfo}); }])
61 …(apply [{ applyPushAddSubExt(*${root}, MRI, B, ${ExtMI}->getOpcode() == TargetOpcode::G_SEXT, ${ds…
96 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
103 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
110 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
117 (apply [{ applyShuffleVectorPseudo(*${root}, ${matchinfo}); }])
[all …]
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::BufferExtents
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::WallclockRecord
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewCPUIDRecord
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::TSCWrapRecord
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CustomEventRecord
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CallArgRecord
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::PIDRecord
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewBufferRecord
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::EndBufferRecord
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombine.td21 (apply [{ applySelectFCmpToFMinFMaxLegacy(*${select}, ${matchinfo}); }])>;
28 (apply [{ applyUCharToFloat(*${itofp}); }])>;
35 (apply [{ Helper.applyBuildFn(*${rcp}, ${matchinfo}); }])>;
42 (apply [{ applyFDivSqrtToRsqF16(*${root}, ${x}.getReg()); }])>;
53 (apply [{ applyCvtF32UByteN(*${cvt_f32_ubyteN}, ${matchinfo}); }])>;
61 (apply [{ applyClampI64ToI16(*${clamp_i64_to_i16}, ${matchinfo}); }])>;
72 (apply [{ applyMed3(*${min_or_max}, ${matchinfo}); }])>;
81 (apply [{ applyMed3(*${min_or_max}, ${matchinfo}); }])>;
90 (apply [{ applyClamp(*${min_or_max}, ${matchinfo}); }])>;
96 (apply [{ applyClamp(*${fmed3}, ${matchinfo}); }])>;
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h719 return Func::template Apply<MappingGoPPC64_46>(arg); in Apply()
721 return Func::template Apply<MappingGoPPC64_47>(arg); in Apply()
724 return Func::template Apply<MappingGoMips64_47>(arg); in Apply()
726 return Func::template Apply<MappingGoS390x>(arg); in Apply()
728 return Func::template Apply<MappingGoAarch64>(arg); in Apply()
730 return Func::template Apply<MappingGoLoongArch64_47>(arg); in Apply()
732 return Func::template Apply<MappingGoWindows>(arg); in Apply()
734 return Func::template Apply<MappingGo48>(arg); in Apply()
738 return Func::template Apply<MappingAppleAarch64>(arg); in Apply()
740 return Func::template Apply<Mapping48AddressSpac in Apply()
717 static uptr Apply(MappingType type) { Apply() function
785 static bool Apply(uptr mem) { Apply() function
798 static bool Apply(uptr mem) { Apply() function
810 static bool Apply(uptr mem) { Apply() function
822 static uptr Apply(uptr x) { Apply() function
838 static u32 *Apply(uptr x) { Apply() function
851 static uptr Apply(uptr sp) { Apply() function
887 static Result Apply(uptr addr) { Apply() function
[all...]
/freebsd/contrib/kyua/engine/
H A Datf_result_test.cpp285 ATF_REQUIRE_EQ(in_result, in_result.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY()
296 timed_out.apply(none)); in ATF_TEST_CASE_BODY()
306 ATF_REQUIRE_EQ(in_result, in_result.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY()
318 ATF_REQUIRE_EQ(any_code, any_code.apply(utils::make_optional(success))); in ATF_TEST_CASE_BODY()
319 ATF_REQUIRE_EQ(any_code, any_code.apply(utils::make_optional(failure))); in ATF_TEST_CASE_BODY()
323 ATF_REQUIRE_EQ(a_code, a_code.apply(utils::make_optional(failure))); in ATF_TEST_CASE_BODY()
338 a_code.apply(utils::make_optional(success))); in ATF_TEST_CASE_BODY()
352 any_code.apply(utils::make_optional(sig3))); in ATF_TEST_CASE_BODY()
362 ATF_REQUIRE_EQ(xfailure, xfailure.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY()
379 xfailure.apply(utils::make_optional(failure))); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td28 /// CCIfType - If the current argument is one of the specified types, apply
34 /// CCIf - If the predicate matches, apply A.
39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply
45 /// apply Action A.
50 /// apply Action A.
55 /// apply Action A.
60 /// apply Action A.
65 /// attribute, apply Action A.
70 /// parameter attribute, apply Action A.
78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
[all …]
/freebsd/usr.bin/apply/
H A Dapply.132 .Nm apply
33 .Nd apply a command to a set of arguments
107 .Bl -tag -width apply -compact
108 .It Li "apply echo *"
111 .It Li "apply \-2 cmp a1 b1 a2 b2 a3 b3"
113 .It Li "apply \-0 who 1 2 3 4 5"
117 .It Li "apply \'ln %1 /usr/joe\'" *
/freebsd/lib/libc/posix1e/
H A Dacl_set_tag_type.350 .It ACL_USER_OBJ Ta "Permissions apply to file owner"
51 .It ACL_USER Ta "Permissions apply to additional user specified by qualifier"
52 .It ACL_GROUP_OBJ Ta "Permissions apply to file group"
53 .It ACL_GROUP Ta "Permissions apply to additional group specified by qualifier"
55 .It ACL_OTHER Ta Permissions apply to "other"
57 .It ACL_EVERYONE Ta Permissions apply to "everyone@"
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h64 // Each Record should be able to apply an abstract visitor, and choose the
66 virtual Error apply(RecordVisitor &V) = 0;
126 Error apply(RecordVisitor &V) override;
151 Error apply(RecordVisitor &V) override;
177 Error apply(RecordVisitor &V) override;
199 Error apply(RecordVisitor &V) override;
228 Error apply(RecordVisitor &V) override;
255 Error apply(RecordVisitor &V) override;
284 Error apply(RecordVisitor &V) override;
306 Error apply(RecordVisitor &V) override;
[all …]
/freebsd/sbin/devfs/
H A Ddevfs.8118 .It Cm rule apply Ar rulenum | rulespec
119 Apply rule number
129 Apply all the rules in the ruleset to the mount-point
131 .Dq apply ) .
202 Apply all the rules in ruleset number
249 or when using one of the apply commands.
303 Apply all the rules in the current ruleset to all the existing nodes.
334 Explicitly apply all rules in ruleset number 20 to the DEVFS mount on
345 .Dl "devfs rule apply hide"
353 .Dl "devfs rule apply unhid
[all...]
/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_hostb.c125 /* Apply early single-shot work-arounds */ in bhnd_pcie2_hostb_attach()
129 /* Apply attach/resume work-arounds */ in bhnd_pcie2_hostb_attach()
148 /* Apply suspend/detach work-arounds */ in bhnd_pcie2_hostb_detach()
163 /* Apply suspend/detach work-arounds */ in bhnd_pcie2_hostb_suspend()
181 /* Apply attach/resume work-arounds */ in bhnd_pcie2_hostb_resume()
191 * Apply any hardware work-arounds that must be executed exactly once, early in
206 * Apply any hardware workarounds that are required upon attach or resume
217 * Apply any hardware workarounds that are required upon detach or suspend
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_set_reloc_application.339 .Fa "int apply"
48 .Ar apply
53 relocation sections and will apply the relocation records found to
57 .Ar apply
58 is zero, the library will not attempt to apply any relocations.
/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.8126 will apply the socket option to the TCP endpoint with the
139 will apply the socket option to all TCP endpoints subject to the above state
146 will apply the socket option to all TCP endpoints using the TCP
155 will apply the socket option to all TCP endpoints using the TCP
164 will apply the socket option to all TCP endpoints being in the state
194 will apply the socket option to all TCP endpoints using the congestion
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c77 BHND_PCI_WAR_ATTACH, /**< apply attach workarounds */
78 BHND_PCI_WAR_RESUME, /**< apply resume workarounds */
79 BHND_PCI_WAR_SUSPEND, /**< apply suspend workarounds */
80 BHND_PCI_WAR_DETACH /**< apply detach workarounds */
243 /* Apply early single-shot work-arounds */ in bhnd_pci_hostb_attach()
247 /* Apply attach/resume work-arounds */ in bhnd_pci_hostb_attach()
266 /* Apply suspend/detach work-arounds */ in bhnd_pci_hostb_detach()
281 /* Apply suspend/detach work-arounds */ in bhnd_pci_hostb_suspend()
299 /* Apply attach/resume work-arounds */ in bhnd_pci_hostb_resume()
309 * Apply any hardware work-arounds that must be executed exactly once, early in
[all …]
/freebsd/crypto/openssh/contrib/aix/
H A Dinventory.sh11 # class=apply,inventory,openssh
17 # class=apply,inventory,openssh
24 # class=apply,inventory,openssh
44 print "\tclass=apply,inventory,openssh\n";
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoring.h49 /// Call run(), apply all generated replacements, and immediately save
55 /// Apply all stored replacements to the given Rewriter.
63 /// \returns true if all replacements apply. false otherwise.
86 /// \param[in] FileToReplaces Replacements (grouped by files) to apply.
87 /// \param[in] Rewrite The `Rewritter` to apply replacements on.
/freebsd/usr.bin/protect/
H A Dprotect.154 Apply the operation to all current children of the specified processes.
56 Apply the operation to all future children of the specified processes.
58 Apply the operation to all processes in the specified process group.
60 Apply the operation to the specified process.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp23 cl::desc("Apply the profile guided size optimizations only "
28 cl::desc("Apply the profile guided size optimizations only "
33 cl::desc("Apply the profile guided size optimizations only "
38 cl::desc("Apply the profile guided size optimizations only "
43 cl::desc("Apply the profile guided size optimizations only "
/freebsd/usr.bin/patch/
H A Dpatch.128 .Nd apply a diff file to an original
54 program and apply those differences to an original file,
79 will try to apply each of them as if they came from separate patch files.
110 Checks that the patch would apply cleanly, but does not modify anything.
367 will try to skip any leading garbage, apply the diff,
379 and will attempt to find the correct place to apply each hunk of the patch.
547 line in with the patch, it will not let them apply
617 exit status so you do not apply a later patch to a partially patched file.
688 If you apply a patch you have already applied,
690 will think it is a reversed patch, and offer to un-apply the patch.
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_volume.c97 feed_volume_t apply; member
111 feed_volume_t apply; member
161 info->apply = feed_volume_info_tab[i].apply; in feed_volume_init()
259 * First, let see if we really need to apply gain at all. in feed_volume_feed()
291 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed()
320 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
/freebsd/sys/dev/isci/scil/
H A Dscic_sgpio.h167 * @param[in] error - If TRUE, apply pattern for the error LED
168 * @param[in] locate - If TRUE, apply pattern for the locate LED
169 * @param[in] activity - If TRUE, apply pattern for the activity LED
193 * @param[in] error - If TRUE, apply pattern for the error LED
194 * @param[in] locate - If TRUE, apply pattern for the locate LED
195 * @param[in] activity - If TRUE, apply pattern for the activity LED
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c58 BHND_PWRCTL_WAR_UP, /**< apply attach/resume workarounds */
59 BHND_PWRCTL_WAR_RUN, /**< apply running workarounds */
60 BHND_PWRCTL_WAR_DOWN, /**< apply detach/suspend workarounds */
171 /* Apply default clock transitions */ in bhnd_pwrctl_attach()
347 /* Apply quirk-specific overrides to the clock target */ in bhnd_pwrctl_updateclk()
418 /* drop reservation and apply clock transition */ in bhnd_pwrctl_request_clock()
456 /* apply clock transition */ in bhnd_pwrctl_request_clock()
/freebsd/share/man/man5/
H A Dlibmap.conf.558 Apply
82 Constrained mappings only apply when processing binaries or libraries
125 Constraints apply to all mappings until the next constraint or the end
133 apply only to 64-bit binaries.
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp

12345678910>>...75