Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h290 Record *InferredFrom; variable
H A DCodeGenDAGPatterns.cpp3407 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()
H A DCodeGenInstruction.cpp339 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()