Home
last modified time | relevance | path

Searched refs:InferredFrom (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h294 Record *InferredFrom; variable
DCodeGenDAGPatterns.cpp3586 InstInfo.InferredFrom = PatDef; in InferFromPattern()
4027 if (InstInfo.InferredFrom) in InferInstructionFlags()
4043 if (InstInfo->InferredFrom) in InferInstructionFlags()
4057 if (InstInfo->InferredFrom) in InferInstructionFlags()
4127 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
4128 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
4129 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4130 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
DCodeGenInstruction.cpp366 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()