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