Home
last modified time | relevance | path

Searched defs:InstructionList (Results 1 – 13 of 13) 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.h41 class InstructionList; variable
468 friend InstructionList; variable
Ddecoration_manager.cpp163 using InstructionList = std::vector<const Instruction*>; in HaveTheSameDecorations() typedef
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h41 class InstructionList; variable
468 friend InstructionList; variable
Ddecoration_manager.cpp163 using InstructionList = std::vector<const Instruction*>; in HaveTheSameDecorations() typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h468 using InstructionList = std::list<std::unique_ptr<HloInstruction>>; variable
Dhlo_rematerialization.cc140 class InstructionList { class
142 explicit InstructionList(const HloInstructionSequence& order) { in InstructionList() function in xla::__anon4fe3fcd60111::InstructionList
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h137 SmallVector<Instruction *, 64> InstructionList; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1825 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) { in parseMetadataAttachment()
1996 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) { in parseMetadataAttachment()
DBitcodeReader.cpp458 SmallVector<Instruction *, 64> InstructionList; member in __anonc13c2b0b0411::BitcodeReader
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp205 SmallVector<Instruction *, 64> InstructionList; member in __anone7aefbb30111::BitcodeReader