Searched defs:InstInfo (Results 1 – 4 of 4) sorted by relevance
154 static const struct instruction_info InstInfo[MAX_OPCODE] = { variable
1243 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); in GetNumNodeResults() local1823 CodeGenInstruction &InstInfo = in ApplyTypeConstraints() local2833 static bool InferFromPattern(CodeGenInstruction &InstInfo, in InferFromPattern()3129 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in ParseInstructions() local3259 CodeGenInstruction &InstInfo = in InferInstructionFlags() local3287 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); in InferInstructionFlags() local3346 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local3386 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
187 struct InstInfo { struct188 MachineBasicBlock::iterator I;189 unsigned SPAdjust;190 bool BeforeFPSet;
62 ParseInstructionInfo *InstInfo; member in __anon720aab8e0111::X86AsmParser