Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/intel-features/intel-pt/
DPTDecoder.h25 class InstructionList; variable
DDecoder.h85 InstructionList() : m_insn_vec() {} in InstructionList() function
87 InstructionList(const InstructionList &insn_list) in InstructionList() function
/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/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h44 class InstructionList; variable
599 friend InstructionList; variable
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h44 class InstructionList; variable
599 friend InstructionList; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstruction_list.h47 InstructionList(InstructionList&& that) in InstructionList() function
Dinstruction.h46 class InstructionList; variable
619 friend InstructionList; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h552 using InstructionList = std::list<std::unique_ptr<HloInstruction>>; variable
Dhlo_rematerialization.cc200 class InstructionList { class
202 explicit InstructionList(const HloInstructionSequence& order) { in InstructionList() function in xla::__anon95ba67740111::InstructionList
/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 __anonab29aeb30411::BitcodeReader
/external/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp2139 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) { in parseMetadataAttachment()
2317 Function &F, const SmallVectorImpl<Instruction *> &InstructionList) { in parseMetadataAttachment()
DBitcodeReader.cpp500 SmallVector<Instruction *, 64> InstructionList; member in __anona132453f0411::BitcodeReader
/external/llvm-project/lldb/source/Core/
DDisassembler.cpp930 InstructionList::InstructionList() : m_instructions() {} in InstructionList() function in InstructionList
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h106 class InstructionList; variable
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp205 SmallVector<Instruction *, 64> InstructionList; member in __anon2b916cd10111::BitcodeReader