Searched refs:InferredFrom (Results 1 – 3 of 3) sorted by relevance
306 Record *InferredFrom; variable
3662 InstInfo.InferredFrom = PatDef; in InferFromPattern()4103 if (InstInfo.InferredFrom) in InferInstructionFlags()4119 if (InstInfo->InferredFrom) in InferInstructionFlags()4133 if (InstInfo->InferredFrom) in InferInstructionFlags()4203 if (InstInfo.InferredFrom && in VerifyInstructionFlags()4204 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()4205 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()4206 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
433 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()