HomeSort by relevance Sort by last modified time
    Searched refs:VectorDCE (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
vector_dce_test.cpp 172 SinglePassRunAndCheck<VectorDCE>(before_predefs + before,
355 SinglePassRunAndCheck<VectorDCE>(before_predefs + before,
576 SinglePassRunAndCheck<VectorDCE>(before_predefs + before,
618 SinglePassRunAndCheck<VectorDCE>(before, before, true, true);
740 SinglePassRunAndMatch<VectorDCE>(assembly, true);
821 SinglePassRunAndMatch<VectorDCE>(assembly, true);
905 SinglePassRunAndMatch<VectorDCE>(assembly, true);
995 SinglePassRunAndMatch<VectorDCE>(assembly, true);
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
vector_dce.cpp 29 Pass::Status VectorDCE::Process() {
37 bool VectorDCE::VectorDCEFunction(Function* function) {
43 void VectorDCE::FindLiveComponents(Function* function,
94 void VectorDCE::MarkExtractUseAsLive(const Instruction* current_inst,
110 void VectorDCE::MarkInsertUsesAsLive(
111 const VectorDCE::WorkListItem& current_item,
113 std::vector<VectorDCE::WorkListItem>* work_list) {
143 void VectorDCE::MarkVectorShuffleUsesAsLive(
145 VectorDCE::LiveComponentMap* live_components,
177 void VectorDCE::MarkCompositeContructUsesAsLive
    [all...]
vector_dce.h 27 class VectorDCE : public MemPass {
43 VectorDCE() : all_components_live_(kMaxVectorSize) {
116 VectorDCE::LiveComponentMap* live_components,
optimizer.cpp 764 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>());
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
vector_dce.cpp 29 Pass::Status VectorDCE::Process() {
37 bool VectorDCE::VectorDCEFunction(Function* function) {
43 void VectorDCE::FindLiveComponents(Function* function,
95 void VectorDCE::MarkExtractUseAsLive(const Instruction* current_inst,
116 void VectorDCE::MarkInsertUsesAsLive(
117 const VectorDCE::WorkListItem& current_item,
119 std::vector<VectorDCE::WorkListItem>* work_list) {
163 void VectorDCE::MarkVectorShuffleUsesAsLive(
165 VectorDCE::LiveComponentMap* live_components,
197 void VectorDCE::MarkCompositeContructUsesAsLive
    [all...]
vector_dce.h 27 class VectorDCE : public MemPass {
43 VectorDCE() : all_components_live_(kMaxVectorSize) {
117 VectorDCE::LiveComponentMap* live_components,
optimizer.cpp 773 return MakeUnique<Optimizer::PassToken::Impl>(MakeUnique<opt::VectorDCE>());
  /external/deqp-deps/SPIRV-Tools/test/opt/
vector_dce_test.cpp 172 SinglePassRunAndCheck<VectorDCE>(before_predefs + before,
355 SinglePassRunAndCheck<VectorDCE>(before_predefs + before,
733 SinglePassRunAndMatch<VectorDCE>(assembly, true);
814 SinglePassRunAndMatch<VectorDCE>(assembly, true);
898 SinglePassRunAndMatch<VectorDCE>(assembly, true);
988 SinglePassRunAndMatch<VectorDCE>(assembly, true);
    [all...]

Completed in 1932 milliseconds