Searched refs:hasChain (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | DAGISelMatcher.h | 939 bool hasChain, bool hasInGlue, bool hasOutGlue, in EmitNodeMatcherCommon() argument 944 HasChain(hasChain), HasInGlue(hasInGlue), HasOutGlue(hasOutGlue), in EmitNodeMatcherCommon() 965 bool hasChain() const { return HasChain; } in hasChain() function 988 bool hasChain, bool hasInFlag, bool hasOutFlag, in EmitNodeMatcher() argument 991 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in EmitNodeMatcher() 1011 bool hasChain, bool hasInFlag, bool hasOutFlag, in MorphNodeToMatcher() argument 1014 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in MorphNodeToMatcher()
|
| H A D | DAGISelMatcherOpt.cpp | 97 if (!EN->hasChain() && in ContractNodes() 116 if ((EN->hasGlue() || EN->hasChain()) && in ContractNodes() 126 EN->hasChain(), EN->hasInFlag(), in ContractNodes()
|
| H A D | CodeGenInstruction.h | 276 bool hasChain : 1; variable
|
| H A D | CodeGenDAGPatterns.cpp | 3327 bool hasChain; member in InstAnalyzer 3331 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer() 3381 if (N->NodeHasProperty(SDNPHasChain, CDP)) hasChain = true; in AnalyzeNode() 3448 InstInfo.hasChain |= PatInfo.hasChain; in InferFromPattern()
|
| H A D | CodeGenInstruction.cpp | 392 hasChain = false; in CodeGenInstruction()
|
| H A D | DAGISelMatcherGen.cpp | 898 NodeHasChain = II.hasChain; in EmitResultInstructionAsOperand()
|
| H A D | DAGISelMatcherEmitter.cpp | 704 if (EN->hasChain()) OS << "|OPFL_Chain"; in EmitMatcher()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 698 bool hasChain() const { return Chain; } in hasChain() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2900 bool hasChain = false; in LowerADDC_ADDE_SUBC_SUBE() local 2905 case ISD::ADDE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE() 2907 case ISD::SUBE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE() 2911 if (hasChain) { in LowerADDC_ADDE_SUBC_SUBE()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1173 if (Writer.hasChain() && D->isAnonymousNamespace() && in VisitNamespaceDecl()
|
| H A D | ASTWriter.cpp | 3857 assert(Writer.hasChain() && in EmitFileRef()
|