Searched defs:InstructionInfo (Results 1 – 2 of 2) sorted by relevance
123 struct InstructionInfo { struct126 static constexpr unsigned kCompoundRW = (1U << 0);128 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() function130 Instruction *Inst;131 unsigned Flags = 0;
310 MCInstrInfo *InstructionInfo(TheTarget->createMCInstrInfo()); in loadGenericTargetInfo() local