Searched refs:InferredFrom (Results 1 – 3 of 3) sorted by relevance
294 Record *InferredFrom; variable
3586 InstInfo.InferredFrom = PatDef; in InferFromPattern()4027 if (InstInfo.InferredFrom) in InferInstructionFlags()4043 if (InstInfo->InferredFrom) in InferInstructionFlags()4057 if (InstInfo->InferredFrom) in InferInstructionFlags()4127 if (InstInfo.InferredFrom && in VerifyInstructionFlags()4128 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()4129 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()4130 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
366 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()