Home
last modified time | relevance | path

Searched defs:InstructionList (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dinstruction.h53 using InstructionList = std::vector<Instruction>; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h46 class InstructionList; variable
632 friend InstructionList; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h46 class InstructionList; variable
632 friend InstructionList; variable
/third_party/spirv-tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h48 class InstructionList; variable
642 friend InstructionList; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1978 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) { in parseMetadataAttachment()
2156 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) { in parseMetadataAttachment()
DBitcodeReader.cpp501 SmallVector<Instruction *, 64> InstructionList; member in __anone9adfa530411::BitcodeReader
/third_party/spirv-tools/source/diff/
Ddiff.cpp37 using InstructionList = std::vector<const opt::Instruction*>; typedef