Searched refs:InferredFrom (Results 1 – 3 of 3) sorted by relevance
271 Record *InferredFrom; variable
2840 InstInfo.InferredFrom = PatDef; in InferFromPattern()3297 if (InstInfo.InferredFrom) in InferInstructionFlags()3311 if (InstInfo->InferredFrom) in InferInstructionFlags()3323 if (InstInfo->InferredFrom) in InferInstructionFlags()3394 if (InstInfo.InferredFrom && in VerifyInstructionFlags()3395 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()3396 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()3397 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
299 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()