Searched defs:instruction_list (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.cpp | 324 Instructions &instruction_list = threadTraceInfo.GetInstructionLog(); in DecodeProcessorTrace() local 568 int errcode, uint64_t decoder_offset, Instructions &instruction_list, in AppendErrorWithOffsetToInstructionList() 578 int errcode, Instructions &instruction_list, lldb::SBError &sberror) { in AppendErrorWithoutOffsetToInstructionList() 585 Instructions &instruction_list, in AppendErrorToInstructionList() 600 Instructions &instruction_list, in HandlePTInstructionEvents() 624 Instructions &instruction_list, in DecodeTrace()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_rematerialization.cc | 445 UsesList GetUsers(const InstructionList& instruction_list, in GetUsers() 786 const InstructionList& instruction_list, in MemoryUsageTracker() 1339 std::vector<Item*> GetInitialBlock(const InstructionList& instruction_list, in GetInitialBlock() 1373 const InstructionList& instruction_list, int64 memory_limit_bytes, in PickRematerializationCandidates() 1528 InstructionList* instruction_list) { in RematerializeInstructions() 1684 InstructionList* instruction_list) { in CompressInstruction() 1751 InstructionList* instruction_list, int64 memory_limit_bytes, in RematerializeBestBlock() 1795 InstructionList instruction_list(order); in ComputePeakMemory() local 1839 InstructionList instruction_list(schedule->sequence(computation)); in RematerializeComputation() local
|
/external/llvm-project/lldb/source/Plugins/Architecture/Mips/ |
D | ArchitectureMips.cpp | 161 InstructionList instruction_list; in GetInstructionAtAddress() local
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanTracer.cpp | 167 InstructionList &instruction_list = disassembler->GetInstructionList(); in Log() local
|
/external/llvm-project/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 198 InstructionList &instruction_list = disassembler_sp->GetInstructionList(); in DisassembleFunction() local
|