Home
last modified time | relevance | path

Searched defs:InstructionInfo (Results 1 – 4 of 4) sorted by relevance

/external/capstone/arch/MOS65XX/
DMOS65XXDisassembler.c286 typedef struct InstructionInfo { struct
291 } InstructionInfo; argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp124 struct InstructionInfo { struct
127 static constexpr unsigned kCompoundRW = (1U << 0);
129 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() function
131 Instruction *Inst;
132 unsigned Flags = 0;
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc465 struct InstructionInfo { struct in xla::__anon6aeba6720111::LiveRangeRegions
466 InstructionInfo() : value_definition(nullptr), is_definition(false) {} in InstructionInfo() argument
470 HloInstruction* value_definition;
479 bool is_definition;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Readers/
DLVBinaryReader.cpp226 MCInstrInfo *InstructionInfo(TheTarget->createMCInstrInfo()); in loadGenericTargetInfo() local