Searched refs:InferredFrom (Results 1 – 3 of 3) sorted by relevance
304 Record *InferredFrom; variable
3658 InstInfo.InferredFrom = PatDef; in InferFromPattern()4097 if (InstInfo.InferredFrom) in InferInstructionFlags()4113 if (InstInfo->InferredFrom) in InferInstructionFlags()4127 if (InstInfo->InferredFrom) in InferInstructionFlags()4197 if (InstInfo.InferredFrom && in VerifyInstructionFlags()4198 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()4199 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()4200 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
432 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()