Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h304 Record *InferredFrom; variable
H A DCodeGenDAGPatterns.cpp3658 InstInfo.InferredFrom = PatDef; in InferFromPattern()
4097 if (InstInfo.InferredFrom) in InferInstructionFlags()
4113 if (InstInfo->InferredFrom) in InferInstructionFlags()
4127 if (InstInfo->InferredFrom) in InferInstructionFlags()
4197 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
4198 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
4199 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4200 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
H A DCodeGenInstruction.cpp432 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()