Searched defs:InstInfo (Results 1 – 6 of 6) sorted by relevance
143 json::Array InstInfo; in toJSON() local
1860 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator); in GetNumNodeResults() local2512 CodeGenInstruction &InstInfo = in ApplyTypeConstraints() local3578 static bool InferFromPattern(CodeGenInstruction &InstInfo, in InferFromPattern()3903 CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in ParseInstructions() local4023 CodeGenInstruction &InstInfo = Target.getInstruction(PatInstrs.front()); in InferInstructionFlags() local4040 CodeGenInstruction *InstInfo = in InferInstructionFlags() local4054 CodeGenInstruction *InstInfo = in InferInstructionFlags() local4085 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local4125 const CodeGenInstruction &InstInfo = Target.getInstruction(Instr); in VerifyInstructionFlags() local
304 struct InstInfo { struct305 MachineBasicBlock::iterator I;306 unsigned SPAdjust;307 bool BeforeFPSet;
130 DenseMap<Instruction *, InstInfoType> InstInfo; member in __anon535d972b0111::AggressiveDeadCodeElimination
972 CmpInstInfo InstInfo = [&]() -> CmpInstInfo { in EmitCompare() local
85 ParseInstructionInfo *InstInfo; member in __anon301d74170111::X86AsmParser