Home
last modified time | relevance | path

Searched refs:getInstructions (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp73 const vector<string>& getInstructions() { in getInstructions() function
129 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()),
174 vector<string> code(getInstructions().size()); in GenerateCode()
176 partition_copy(begin(getInstructions()), end(getInstructions()), begin(code), in GenerateCode()
/third_party/glslang/SPIRV/
DSpvPostProcess.cpp350 auto ii = b->getInstructions().cbegin(); in postProcessCFG()
352 for (; ii != b->getInstructions().cend(); ++ii) in postProcessCFG()
356 … for (auto ii = b->getInstructions().cbegin(); ii != b->getInstructions().cend(); ++ii) in postProcessCFG()
412 for (auto ii = b->getInstructions().cbegin(); ii != b->getInstructions().cend(); ii++) in postProcessFeatures()
DspvIR.h210 const std::vector<std::unique_ptr<Instruction> >& getInstructions() const { in getInstructions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h127 const InstructionListType &getInstructions() const { in getInstructions() function
131 InstructionListType &getInstructions() { in getInstructions() function
133 static_cast<const SimpleDDGNode *>(this)->getInstructions()); in getInstructions()
137 Instruction *getFirstInstruction() const { return getInstructions().front(); } in getFirstInstruction()
138 Instruction *getLastInstruction() const { return getInstructions().back(); } in getLastInstruction()
156 appendInstructions(Input.getInstructions()); in appendInstructions()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_layout_test.cpp68 const std::vector<std::string>& getInstructions() { in getInstructions() function
125 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()),
171 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
173 partition_copy(std::begin(getInstructions()), std::end(getInstructions()), in GenerateCode()
/third_party/spirv-tools/test/val/
Dval_layout_test.cpp68 const std::vector<std::string>& getInstructions() { in getInstructions() function
125 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()),
171 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
173 partition_copy(std::begin(getInstructions()), std::end(getInstructions()), in GenerateCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_layout_test.cpp68 const std::vector<std::string>& getInstructions() { in getInstructions() function
125 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()),
171 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
173 partition_copy(std::begin(getInstructions()), std::end(getInstructions()), in GenerateCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDDG.cpp39 for (Instruction *I : cast<const SimpleDDGNode>(this)->getInstructions()) in collectInstructions()
81 for (const Instruction *I : cast<const SimpleDDGNode>(N).getInstructions()) in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h145 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
DMachinePipeliner.h575 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp75 for (MachineInstr *MI : Schedule.getInstructions()) { in expand()
133 for (MachineInstr *CI : Schedule.getInstructions()) { in generatePipelinedLoop()
1297 for (MachineInstr *MI : S.getInstructions()) { in rewrite()
2176 for (MachineInstr *MI : S.getInstructions()) { in annotate()
DMachinePipeliner.cpp535 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule()
2408 for (SUnit *I : getInstructions(cycle)) { in computeStart()