Home
last modified time | relevance | path

Searched defs:execute (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/lib/libthr/thread/
H A Dthr_clean.c71 __thr_cleanup_pop_imp(int execute) in __thr_cleanup_pop_imp()
104 _thr_cleanup_pop(int execute) in _thr_cleanup_pop()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp501 void VPInstruction::execute(VPTransformState &State) { execute() function in VPInstruction
578 void VPWidenCallRecipe::execute(VPTransformState &State) { execute() function in VPWidenCallRecipe
683 void VPWidenSelectRecipe::execute(VPTransformState &State) { execute() function in VPWidenSelectRecipe
753 void VPWidenRecipe::execute(VPTransformState &State) { execute() function in VPWidenRecipe
861 void VPWidenCastRecipe::execute(VPTransformState &State) { execute() function in VPWidenCastRecipe
961 void VPWidenIntOrFpInductionRecipe::execute(VPTransformState &State) { execute() function in VPWidenIntOrFpInductionRecipe
1107 void VPScalarIVStepsRecipe::execute(VPTransformState &State) { execute() function in VPScalarIVStepsRecipe
1212 void VPWidenGEPRecipe::execute(VPTransformState &State) { execute() function in VPWidenGEPRecipe
1300 void VPVectorPointerRecipe ::execute(VPTransformState &State) { execute() function in VPVectorPointerRecipe
1351 void VPBlendRecipe::execute(VPTransformState &State) { execute() function in VPBlendRecipe
1474 void VPBranchOnMaskRecipe::execute(VPTransformState &State) { execute() function in VPBranchOnMaskRecipe
1500 void VPPredInstPHIRecipe::execute(VPTransformState &State) { execute() function in VPPredInstPHIRecipe
1569 void VPCanonicalIVPHIRecipe::execute(VPTransformState &State) { execute() function in VPCanonicalIVPHIRecipe
1625 void VPExpandSCEVRecipe::execute(VPTransformState &State) { execute() function in VPExpandSCEVRecipe
1648 void VPWidenCanonicalIVRecipe::execute(VPTransformState &State) { execute() function in VPWidenCanonicalIVRecipe
1678 void VPFirstOrderRecurrencePHIRecipe::execute(VPTransformState &State) { execute() function in VPFirstOrderRecurrencePHIRecipe
1716 void VPReductionPHIRecipe::execute(VPTransformState &State) { execute() function in VPReductionPHIRecipe
1790 void VPWidenPHIRecipe::execute(VPTransformState &State) { execute() function in VPWidenPHIRecipe
1823 void VPActiveLaneMaskPHIRecipe::execute(VPTransformState &State) { execute() function in VPActiveLaneMaskPHIRecipe
[all...]
H A DVPlan.cpp433 void VPBasicBlock::execute(VPTransformState *State) { execute() function in VPBasicBlock
625 void VPRegionBlock::execute(VPTransformState *State) { execute() function in VPRegionBlock
773 void VPlan::execute(VPTransformState *State) { execute() function in VPlan
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { in execute() function in clang::tooling::ToolExecutor
47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, in execute() function in clang::tooling::ToolExecutor
H A DStandaloneExecution.cpp52 llvm::Error StandaloneToolExecutor::execute( in execute() function in clang::tooling::StandaloneToolExecutor
H A DAllTUsExecution.cpp78 llvm::Error AllTUsToolExecutor::execute( in execute() function in clang::tooling::AllTUsToolExecutor
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp46 Error MicroOpQueueStage::execute(InstRef &IR) { in execute() function in llvm::mca::MicroOpQueueStage
H A DRetireStage.cpp49 llvm::Error RetireStage::execute(InstRef &IR) { in execute() function in llvm::mca::RetireStage
H A DEntryStage.cpp47 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() function in llvm::mca::EntryStage
H A DInstructionTables.cpp22 Error InstructionTables::execute(InstRef &IR) { in execute() function in llvm::mca::InstructionTables
H A DDispatchStage.cpp174 Error DispatchStage::execute(InstRef &IR) { in execute() function in llvm::mca::DispatchStage
H A DExecuteStage.cpp186 Error ExecuteStage::execute(InstRef &IR) { in execute() function in llvm::mca::ExecuteStage
H A DInOrderIssueStage.cpp198 llvm::Error InOrderIssueStage::execute(InstRef &IR) { in execute() function in llvm::mca::InOrderIssueStage
/freebsd-src/tools/regression/security/cap_test/
H A Dcap_test.c94 execute(int id, struct test *t) { in execute() function
/freebsd-src/crypto/openssl/util/perl/TLSProxy/
H A DProxy.pm527 sub execute global() subroutine
/freebsd-src/usr.bin/find/
H A Dfind.h104 exec_f *execute; /* node evaluation function */ member
167 exec_f *execute; /* execute function */ member
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp173 void Instruction::execute(unsigned IID) { in execute() function in llvm::mca::Instruction
/freebsd-src/include/
H A Dpthread.h188 #define pthread_cleanup_pop(execute) \ argument
/freebsd-src/usr.bin/mail/
H A Dlex.c271 execute(char linebuf[], int contxt) in execute() function
/freebsd-src/contrib/tcsh/
H A Dsh.sem.c83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h29 OptionalBool execute, OptionalBool shared, in MemoryRegionInfo()
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dbmi.h117 } execute; member
167 } execute; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp118 Error LVCompare::execute(LVReader *ReferenceReader, LVReader *TargetReader) { in execute() function in LVCompare
/freebsd-src/usr.bin/tip/tip/
H A Dcmds.c688 execute(char *s) in execute() function
/freebsd-src/sys/cam/ctl/
H A Dctl_private.h134 ctl_opfunc *execute; member
145 int (*execute)(struct ctl_nvmeio *); member

12