Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionList.java46 public class InstructionList implements Iterable<InstructionHandle> { class
56 public InstructionList() { in InstructionList() method in InstructionList
65 public InstructionList(final Instruction i) { in InstructionList() method in InstructionList
75 public InstructionList(final BranchInstruction i) { in InstructionList() method in InstructionList
85 public InstructionList(final CompoundInstruction c) { in InstructionList() method in InstructionList
155 public InstructionList(final byte[] code) { in InstructionList() method in InstructionList
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h48 class InstructionList; variable
642 friend InstructionList; variable
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h48 class InstructionList; variable
642 friend InstructionList; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h48 class InstructionList; variable
648 friend InstructionList; variable
/external/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 __anond297d7510411::BitcodeReader
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc204 class InstructionList { class
206 explicit InstructionList(const HloInstructionSequence& order) { in InstructionList() function in xla::__anondb90d2120111::InstructionList
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp37 using InstructionList = std::vector<const opt::Instruction*>; typedef
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp37 using InstructionList = std::vector<const opt::Instruction*>; typedef
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp37 using InstructionList = std::vector<const opt::Instruction*>; typedef
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp205 SmallVector<Instruction *, 64> InstructionList; member in __anon6f73ddef0111::BitcodeReader