Home
last modified time | relevance | path

Searched refs:getInstructions (Results 1 - 11 of 11) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvPostProcess.cpp363 auto ii = b->getInstructions().cbegin(); in postProcessCFG()
365 for (; ii != b->getInstructions().cend(); ++ii) in postProcessCFG()
369 for (auto ii = b->getInstructions().cbegin(); ii != b->getInstructions().cend(); ++ii) in postProcessCFG()
424 for (auto ii = b->getInstructions().cbegin(); ii != b->getInstructions().cend(); ii++) in postProcessFeatures()
H A DspvIR.h208 const std::vector<std::unique_ptr<Instruction> >& getInstructions() const { in getInstructions() function in spv::Block
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDDG.h127 const InstructionListType &getInstructions() const { in getInstructions() function in llvm::SimpleDDGNode
131 InstructionListType &getInstructions() { in getInstructions() function in llvm::SimpleDDGNode
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/
H A 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/
H A 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/
H A Dval_layout_test.cpp59 const std::vector<std::string>& getInstructions() { in getInstructions() function
116 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()),
162 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
164 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/
H A 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/
H A DModuloSchedule.h145 ArrayRef<MachineInstr *> getInstructions() { return ScheduledInstrs; } in getInstructions() function in llvm::ModuloSchedule
H A DMachinePipeliner.h575 std::deque<SUnit *> &getInstructions(int cycle) { in getInstructions() function in llvm::SMSchedule
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
H A DMachinePipeliner.cpp535 for (SUnit *SU : Schedule.getInstructions(Cycle)) { in schedule()
2408 for (SUnit *I : getInstructions(cycle)) { in computeStart()

Completed in 19 milliseconds