Searched refs:InferredFrom (Results 1 – 3 of 3) sorted by relevance
290 Record *InferredFrom; variable
3407 InstInfo.InferredFrom = PatDef; in InferFromPattern()3858 if (InstInfo.InferredFrom) in InferInstructionFlags()3874 if (InstInfo->InferredFrom) in InferInstructionFlags()3888 if (InstInfo->InferredFrom) in InferInstructionFlags()3959 if (InstInfo.InferredFrom && in VerifyInstructionFlags()3960 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()3961 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()3962 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
339 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()