Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h298 const Record *InferredFrom; variable
H A DCodeGenDAGPatterns.cpp3701 InstInfo.InferredFrom = PatDef; in InferFromPattern()
4144 if (InstInfo.InferredFrom) in InferInstructionFlags()
4158 if (InstInfo->InferredFrom) in InferInstructionFlags()
4170 if (InstInfo->InferredFrom) in InferInstructionFlags()
4240 if (InstInfo.InferredFrom && InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
4241 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4242 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
H A DCodeGenInstruction.cpp429 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()