Searched refs:getInstructions (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/ |
D | val_layout_test.cpp | 73 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/ |
D | SpvPostProcess.cpp | 350 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()
|
D | spvIR.h | 210 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/ |
D | DDG.h | 127 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/ |
D | val_layout_test.cpp | 68 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/ |
D | val_layout_test.cpp | 68 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/ |
D | val_layout_test.cpp | 68 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/ |
D | DDG.cpp | 39 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/ |
D | ModuloSchedule.h | 145 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function
|
D | MachinePipeliner.h | 575 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 75 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()
|
D | MachinePipeliner.cpp | 535 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule() 2408 for (SUnit *I : getInstructions(cycle)) { in computeStart()
|