| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 33 def apply; 66 /// Declares data that is passed from the match stage to the apply stage. 79 // match (Action0) + apply (Action1). 120 // In an apply pattern, GITypeOf can be used to set the type of a new temporary 123 // This can only be used on temporary registers defined by the apply pattern. 153 // (apply (GIReplaceReg $old, $new)) 160 // - Can only appear in an 'apply' pattern. 165 // Apply action that erases the match root. 168 // (apply (GIEraseRoot)) 171 // - Can only appear as the only pattern of an 'apply' pattern list. [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Combine.td | 18 (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 D | FDRRecords.cpp | 18 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/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform.h | 746 return Func::template Apply<MappingGoPPC64_46>(arg); in SelectMapping() 748 return Func::template Apply<MappingGoPPC64_47>(arg); in SelectMapping() 751 return Func::template Apply<MappingGoMips64_47>(arg); in SelectMapping() 753 return Func::template Apply<MappingGoS390x>(arg); in SelectMapping() 755 return Func::template Apply<MappingGoAarch64>(arg); in SelectMapping() 757 return Func::template Apply<MappingGoLoongArch64_47>(arg); in SelectMapping() 759 return Func::template Apply<MappingGoRiscv64>(arg); in SelectMapping() 761 return Func::template Apply<MappingGoWindows>(arg); in SelectMapping() 763 return Func::template Apply<MappingGo48>(arg); in SelectMapping() 767 return Func::template Apply<MappingAppleAarch64>(arg); in SelectMapping() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCombine.td | 21 (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/kyua/engine/ |
| H A D | atf_result_test.cpp | 285 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 D | TargetCallingConv.td | 28 /// 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 D | apply.1 | 32 .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/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 65 // Each Record should be able to apply an abstract visitor, and choose the 67 virtual Error apply(RecordVisitor &V) = 0; 127 Error apply(RecordVisitor &V) override; 152 Error apply(RecordVisitor &V) override; 178 Error apply(RecordVisitor &V) override; 200 Error apply(RecordVisitor &V) override; 229 Error apply(RecordVisitor &V) override; 256 Error apply(RecordVisitor &V) override; 285 Error apply(RecordVisitor &V) override; 307 Error apply(RecordVisitor &V) override; [all …]
|
| /freebsd/lib/libc/posix1e/ |
| H A D | acl_set_tag_type.3 | 50 .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/sbin/devfs/ |
| H A D | devfs.8 | 118 .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 D | bhnd_pcie2_hostb.c | 125 /* 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 D | dwarf_set_reloc_application.3 | 39 .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 D | tcpsso.8 | 126 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 D | bhnd_pci_hostb.c | 77 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/tools/tools/git/ |
| H A D | git-arc.1 | 138 Try to apply patches from one or more Differential Revision to the currently 150 command to apply the patch, download the raw patch file and apply it using 151 .Xr git-apply 1 . 157 Recursively apply the parent revisions of the specified commit. 158 This can be used to apply patch stacks by specifying the top-most, i.e., 295 Apply the patch in review D12345 to the currently checked-out tree, 301 Apply the patch in review D23456 to the currently checked-out tree,
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 170 void SectionDescriptor::apply(uint64_t PatchOffset, dwarf::Form AttrForm, in apply() function in SectionDescriptor 312 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_strp, Entry->Offset); in applyPatches() 332 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_strp, Entry->Offset); in applyPatches() 340 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_line_strp, Entry->Offset); in applyPatches() 360 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_line_strp, Entry->Offset); in applyPatches() 375 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches() 391 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_sec_offset, FinalValue); in applyPatches() 409 Section.apply(Patch.PatchOffset, FinalForm, FinalOffset); in applyPatches() 415 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_udata, in applyPatches() 429 Section.apply(Patch.PatchOffset, dwarf::DW_FORM_ref_addr, in applyPatches() [all …]
|
| /freebsd/crypto/openssh/contrib/aix/ |
| H A D | inventory.sh | 11 # 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 D | Refactoring.h | 49 /// 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/share/man/man7/ |
| H A D | development.7 | 138 Apply a patch from Github pull #1234, using 143 Apply a patch from Phabricator review D1234, using 148 Apply a manually downloaded 155 Apply a manually downloaded patch, 159 .Dl git apply draft.diff
|
| /freebsd/usr.bin/protect/ |
| H A D | protect.1 | 54 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 D | SizeOpts.cpp | 24 cl::desc("Apply the profile guided size optimizations only " 29 cl::desc("Apply the profile guided size optimizations only " 34 cl::desc("Apply the profile guided size optimizations only " 39 cl::desc("Apply the profile guided size optimizations only " 44 cl::desc("Apply the profile guided size optimizations only "
|
| /freebsd/usr.bin/patch/ |
| H A D | patch.1 | 28 .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 D | feeder_volume.c | 96 feed_volume_t apply; member 110 feed_volume_t apply; member 156 info->apply = feed_volume_info_tab[i].apply; in feed_volume_init() 255 * First, let see if we really need to apply gain at all. in feed_volume_feed() 293 info->apply(temp_vol, matrix, info->channels, dst, j); in feed_volume_feed() 317 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | scic_sgpio.h | 167 * @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
|