Home
last modified time | relevance | path

Searched refs:hasChain_Inferred (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.h282 bool hasChain_Inferred : 1; variable
H A DCodeGenInstruction.cpp424 hasChain_Inferred = false; in CodeGenInstruction()
H A DDAGISelMatcherGen.cpp972 if (II.hasChain_Inferred) in EmitResultInstructionAsOperand()
H A DCodeGenDAGPatterns.cpp3705 InstInfo.hasChain_Inferred = true; in InferFromPattern()