Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h294 Record *InferredFrom; variable
H A DCodeGenDAGPatterns.cpp3585 InstInfo.InferredFrom = PatDef; in InferFromPattern()
4026 if (InstInfo.InferredFrom) in InferInstructionFlags()
4042 if (InstInfo->InferredFrom) in InferInstructionFlags()
4056 if (InstInfo->InferredFrom) in InferInstructionFlags()
4126 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
4127 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
4128 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4129 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
H A DCodeGenInstruction.cpp366 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()