Searched refs:hasChain (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 1022 ArrayRef<unsigned> operands, bool hasChain, in EmitNodeMatcherCommon() argument 1027 HasChain(hasChain), HasInGlue(hasInGlue), HasOutGlue(hasOutGlue), in EmitNodeMatcherCommon() 1047 bool hasChain() const { return HasChain; } in hasChain() function 1070 ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, in EmitNodeMatcher() argument 1073 : EmitNodeMatcherCommon(cgi, vts, operands, hasChain, hasInGlue, in EmitNodeMatcher() 1090 ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, in MorphNodeToMatcher() argument 1093 : EmitNodeMatcherCommon(cgi, vts, operands, hasChain, hasInGlue, in MorphNodeToMatcher()
|
| H A D | CodeGenInstruction.h | 285 bool hasChain : 1; variable
|
| H A D | CodeGenInstruction.cpp | 490 hasChain = false; in CodeGenInstruction()
|
| H A D | CodeGenDAGPatterns.cpp | 3563 bool hasChain; member in InstAnalyzer 3567 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer() 3628 hasChain = true; in AnalyzeNode() 3694 InstInfo.hasChain |= PatInfo.hasChain; in InferFromPattern()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 101 if (!EN->hasChain() && in ContractNodes() 119 if ((EN->hasGlue() || EN->hasChain()) && in ContractNodes() 128 EN->getInstruction(), VTs, Operands, EN->hasChain(), in ContractNodes()
|
| H A D | DAGISelMatcherEmitter.cpp | 914 if (!EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher() 918 } else if (EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher() 922 } else if (!IsEmitNode && !EN->hasChain() && EN->hasInGlue() && in EmitMatcher() 927 } else if (!IsEmitNode && !EN->hasChain() && !EN->hasInGlue() && in EmitMatcher() 941 if (EN->hasChain()) in EmitMatcher()
|
| H A D | DAGISelMatcherGen.cpp | 959 NodeHasChain = II.hasChain; in EmitResultInstructionAsOperand()
|
| /src/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 847 bool hasChain() const { return Chain; } in hasChain() function
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 3127 bool hasChain = false; in LowerADDC_ADDE_SUBC_SUBE() local 3132 case ISD::ADDE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE() 3134 case ISD::SUBE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE() 3138 if (hasChain) { in LowerADDC_ADDE_SUBC_SUBE()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1382 if (Writer.hasChain() && D->isAnonymousNamespace() && in VisitNamespaceDecl()
|
| H A D | ASTWriter.cpp | 4037 assert(Writer.hasChain() && in EmitFileRef()
|