/llvm-project/llvm/utils/lit/tests/Inputs/shtest-not/ |
H A D | print_environment.py | 5 def execute(): function
|
/llvm-project/llvm/utils/lit/tests/Inputs/fake-externals/ |
H A D | fake_external.py | 5 def execute(fileName): function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 617 void VPInstruction::execute(VPTransformState &State) { execute() function in VPInstruction 776 void VPWidenCallRecipe::execute(VPTransformState &State) { execute() function in VPWidenCallRecipe 887 void VPWidenSelectRecipe::execute(VPTransformState &State) { execute() function in VPWidenSelectRecipe 957 void VPWidenRecipe::execute(VPTransformState &State) { execute() function in VPWidenRecipe 1065 void VPWidenCastRecipe::execute(VPTransformState &State) { execute() function in VPWidenCastRecipe 1165 void VPWidenIntOrFpInductionRecipe::execute(VPTransformState &State) { execute() function in VPWidenIntOrFpInductionRecipe 1310 void VPScalarIVStepsRecipe::execute(VPTransformState &State) { execute() function in VPScalarIVStepsRecipe 1409 void VPWidenGEPRecipe::execute(VPTransformState &State) { execute() function in VPWidenGEPRecipe 1497 void VPVectorPointerRecipe ::execute(VPTransformState &State) { execute() function in VPVectorPointerRecipe 1548 void VPBlendRecipe::execute(VPTransformState &State) { execute() function in VPBlendRecipe 1612 void VPReductionRecipe::execute(VPTransformState &State) { execute() function in VPReductionRecipe 1752 void VPScalarCastRecipe ::execute(VPTransformState &State) { execute() function in VPScalarCastRecipe 1777 void VPBranchOnMaskRecipe::execute(VPTransformState &State) { execute() function in VPBranchOnMaskRecipe 1803 void VPPredInstPHIRecipe::execute(VPTransformState &State) { execute() function in VPPredInstPHIRecipe 1887 void VPCanonicalIVPHIRecipe::execute(VPTransformState &State) { execute() function in VPCanonicalIVPHIRecipe 1943 void VPExpandSCEVRecipe::execute(VPTransformState &State) { execute() function in VPExpandSCEVRecipe 1966 void VPWidenCanonicalIVRecipe::execute(VPTransformState &State) { execute() function in VPWidenCanonicalIVRecipe 1996 void VPFirstOrderRecurrencePHIRecipe::execute(VPTransformState &State) { execute() function in VPFirstOrderRecurrencePHIRecipe 2034 void VPReductionPHIRecipe::execute(VPTransformState &State) { execute() function in VPReductionPHIRecipe 2108 void VPWidenPHIRecipe::execute(VPTransformState &State) { execute() function in VPWidenPHIRecipe 2141 void VPActiveLaneMaskPHIRecipe::execute(VPTransformState &State) { execute() function in VPActiveLaneMaskPHIRecipe 2164 void VPEVLBasedIVPHIRecipe::execute(VPTransformState &State) { execute() function in VPEVLBasedIVPHIRecipe [all...] |
/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/ |
H A D | dummy_format.py | 13 def execute(self, test, lit_config): member in DummyFormat
|
/llvm-project/llvm/utils/lit/tests/Inputs/test-data-micro/ |
H A D | dummy_format.py | 13 def execute(self, test, lit_config): member in DummyFormat
|
/llvm-project/llvm/utils/lit/tests/Inputs/test-data/ |
H A D | dummy_format.py | 13 def execute(self, test, lit_config): member in DummyFormat
|
/llvm-project/llvm/utils/lit/tests/Inputs/custom-result-category/ |
H A D | format.py | 9 def execute(self, test, lit_config): member in MyFormat
|
/llvm-project/clang/lib/Tooling/ |
H A D | Execution.cpp | 43 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 D | StandaloneExecution.cpp | 52 llvm::Error StandaloneToolExecutor::execute( in execute() function in clang::tooling::StandaloneToolExecutor
|
/llvm-project/mlir/utils/vscode/src/PDLL/commands/ |
H A D | viewOutput.ts | 25 async execute() { method in ViewPDLLCommand
|
/llvm-project/llvm/utils/lit/lit/formats/ |
H A D | shtest.py | 28 def execute(self, test, litConfig): member in ShTest
|
H A D | base.py | 54 def execute(self, test, litConfig): member in ExecutableTest
|
/llvm-project/libc/src/__support/FPUtil/generic/ |
H A D | FMod.h | 120 LIBC_INLINE constexpr static T execute(int exp_diff, int sides_zeroes_count, execute() function 134 LIBC_INLINE constexpr static T execute(int exp_diff, int sides_zeroes_count, execute() function
|
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | test_exec_anatomy.py | 15 def execute(cmd): function
|
/llvm-project/llvm/utils/lit/examples/many-tests/ |
H A D | ManyTests.py | 13 def execute(self, test, litConfig): member in ManyTests
|
/llvm-project/lldb/test/API/ |
H A D | lldbtest.py | 35 def execute(self, test, litConfig): member in LLDBTest
|
/llvm-project/clang/test/Analysis/ |
H A D | analyzer_test.py | 10 def execute(self, test, litConfig): member in AnalyzerTest
|
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | MicroOpQueueStage.cpp | 46 Error MicroOpQueueStage::execute(InstRef &IR) { in execute() function in llvm::mca::MicroOpQueueStage
|
H A D | RetireStage.cpp | 49 llvm::Error RetireStage::execute(InstRef &IR) { in execute() function in llvm::mca::RetireStage
|
H A D | EntryStage.cpp | 47 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() function in llvm::mca::EntryStage
|
H A D | InstructionTables.cpp | 22 Error InstructionTables::execute(InstRef &IR) { in execute() function in llvm::mca::InstructionTables
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | worker.py | 35 def execute(test): function
|
H A D | run.py | 32 def execute(self): global() member in Run
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | googlebenchmark.py |
|
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | clang-include-fixer.py | 88 def execute(command, text): function
|