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.h300 Record *InferredFrom; variable
H A DCodeGenDAGPatterns.cpp3653 InstInfo.InferredFrom = PatDef; in InferFromPattern()
4102 if (InstInfo.InferredFrom) in InferInstructionFlags()
4118 if (InstInfo->InferredFrom) in InferInstructionFlags()
4132 if (InstInfo->InferredFrom) in InferInstructionFlags()
4202 if (InstInfo.InferredFrom && InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
4203 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4204 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
H A DCodeGenInstruction.cpp432 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()