Searched defs:InstructionInfo (Results 1 – 4 of 4) sorted by relevance
286 typedef struct InstructionInfo { struct291 } InstructionInfo; argument
124 struct InstructionInfo { struct127 static constexpr unsigned kCompoundRW = (1U << 0);129 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() function131 Instruction *Inst;132 unsigned Flags = 0;
465 struct InstructionInfo { struct in xla::__anon6aeba6720111::LiveRangeRegions466 InstructionInfo() : value_definition(nullptr), is_definition(false) {} in InstructionInfo() argument470 HloInstruction* value_definition;479 bool is_definition;
226 MCInstrInfo *InstructionInfo(TheTarget->createMCInstrInfo()); in loadGenericTargetInfo() local