Searched refs:execute (Results 26 - 50 of 105) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp10 /// This file implements the method InstructionTables::execute().
11 /// Method execute() prints a theoretical resource pressure distribution based
22 Error InstructionTables::execute(InstRef &IR) { function in class:llvm::mca::InstructionTables
H A DEntryStage.cpp47 llvm::Error EntryStage::execute(InstRef & /*unused */) { function in class:llvm::mca::EntryStage
H A DDispatchStage.cpp174 Error DispatchStage::execute(InstRef &IR) { function in class:llvm::mca::DispatchStage
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh36 # chmod A{+|-|=} read_data|write_data|execute for owner@ group@ or everyone@
43 # 4. Separately chmod +|-|= read_data|write_data|execute
58 log_assert "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
64 set -A a_access read_data write_data execute
112 # $2 ACE access which is read_data, write_data or execute
213 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \
255 log_pass "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
H A Dzfs_acl_chmod_001_neg.ksh71 log_mustnot usr_exec $CHMOD A+ asd owner@:execute:deny $node
H A Dzfs_acl_chmod_rwx_004_pos.ksh64 if [[ $rflag == "allow" && $access == execute ]]; then
67 # When everyone@ were deny, this file can't execute.
68 # So,'cannot execute' means user has the permission to
69 # execute, just the file can't be execute.
71 if [[ $ZFS_ACL_ERR_STR == *"cannot execute" ]]; then
83 set -A a_access "read_data" "write_data" "execute"
125 set -A a_access "read_data" "write_data" "execute"
H A Dzfs_acl_chmod_compact_001_pos.ksh229 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp52 llvm::Error StandaloneToolExecutor::execute( function in class:clang::tooling::StandaloneToolExecutor
57 return make_string_error("No action to execute.");
H A DAllTUsExecution.cpp78 llvm::Error AllTUsToolExecutor::execute( function in class:clang::tooling::AllTUsToolExecutor
83 return make_string_error("No action to execute.");
152 "execute-concurrency",
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp65 // Now fetch and execute new instructions.
69 Err = FirstStage.execute(IR);
H A DInstruction.cpp173 void Instruction::execute(unsigned IID) { function in class:llvm::mca::Instruction
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test.h145 int execute(int id, struct test*);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h85 /// Returns true if IR can execute during this cycle.
121 Error execute(InstRef &IR) override;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h622 virtual void execute(VPTransformState *State) = 0;
736 virtual void execute(VPTransformState &State) = 0;
1153 /// Utility method serving execute(): generates a single instance of the
1194 /// TODO: We currently execute only per-part unless a specific instance is
1196 void execute(VPTransformState &State) override;
1288 void execute(VPTransformState &State) override;
1327 void execute(VPTransformState &State) override;
1365 void execute(VPTransformState &State) override;
1386 void execute(VPTransformState &State) override;
1429 void execute(VPTransformStat
[all...]
H A DVPlanRecipes.cpp501 void VPInstruction::execute(VPTransformState &State) { function in class:VPInstruction
578 void VPWidenCallRecipe::execute(VPTransformState &State) { function in class:VPWidenCallRecipe
683 void VPWidenSelectRecipe::execute(VPTransformState &State) { function in class:VPWidenSelectRecipe
753 void VPWidenRecipe::execute(VPTransformState &State) { function in class:VPWidenRecipe
861 void VPWidenCastRecipe::execute(VPTransformState &State) { function in class:VPWidenCastRecipe
961 void VPWidenIntOrFpInductionRecipe::execute(VPTransformState &State) { function in class:VPWidenIntOrFpInductionRecipe
1107 void VPScalarIVStepsRecipe::execute(VPTransformState &State) { function in class:VPScalarIVStepsRecipe
1212 void VPWidenGEPRecipe::execute(VPTransformState &State) { function in class:VPWidenGEPRecipe
1300 void VPVectorPointerRecipe ::execute(VPTransformState &State) { function in class:VPVectorPointerRecipe
1351 void VPBlendRecipe::execute(VPTransformStat function in class:VPBlendRecipe
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.sem.c75 * All the changes for this are in execute(), and are enclosed in
83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, function
694 execute(t->t_dspr, wanttty, NULL, NULL, do_glob);
701 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
704 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
708 execute(t->t_dcar, wanttty, pipein, pv, do_glob);
711 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob);
718 execute(t->t_dcar, wanttty, NULL, NULL, do_glob);
729 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob);
737 execute(
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dbmi.c316 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute);
317 u32 resplen = sizeof(resp.execute);
320 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi execute address 0x%x param 0x%x\n",
329 cmd.execute.addr = __cpu_to_le32(address);
330 cmd.execute.param = __cpu_to_le32(param);
338 if (resplen < sizeof(resp.execute)) {
339 ath10k_warn(ar, "invalid execute response length (%d)\n",
344 *result = __le32_to_cpu(resp.execute.result);
346 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi execute result 0x%x\n", *result);
H A Dbmi.h16 * to read memory, write memory, execute code, and to define an
117 } execute; member in union:bmi_cmd::__anon3
167 } execute; member in union:bmi_resp
/freebsd-current/share/mk/
H A Dgoogletest.test.mk38 # A stopgap/workaround to let kyua execute test case one by one
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h29 OptionalBool execute, OptionalBool shared,
33 : m_range(range), m_read(read), m_write(write), m_execute(execute),
28 MemoryRegionInfo(RangeType range, OptionalBool read, OptionalBool write, OptionalBool execute, OptionalBool shared, OptionalBool mapped, ConstString name, OptionalBool flash, lldb::offset_t blocksize, OptionalBool memory_tagged, OptionalBool stack_memory) argument
/freebsd-current/include/
H A Dpthread.h188 #define pthread_cleanup_pop(execute) \
191 __pthread_cleanup_pop_imp(execute); \
/freebsd-current/usr.bin/tip/tip/
H A Dcmds.c57 static void execute(char *);
242 execute(buf);
500 execute(buf);
554 execute(buf);
688 execute(char *s) function
/freebsd-current/stand/i386/pxeldr/
H A Dpxeldr.S48 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
/freebsd-current/usr.bin/find/
H A Dfind.c236 for (p = plan; p && (p->execute)(p, entry); p = p->next);
/freebsd-current/usr.bin/mail/
H A Dextern.h112 int execute(char *, int);

Completed in 202 milliseconds

12345