Searched refs:hasChain (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 1007 bool hasChain, bool hasInGlue, bool hasOutGlue, in EmitNodeMatcherCommon() argument 1012 HasChain(hasChain), HasInGlue(hasInGlue), HasOutGlue(hasOutGlue), in EmitNodeMatcherCommon() 1033 bool hasChain() const { return HasChain; } in hasChain() function 1056 bool hasChain, bool hasInFlag, bool hasOutFlag, in EmitNodeMatcher() argument 1059 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in EmitNodeMatcher() 1079 bool hasChain, bool hasInFlag, bool hasOutFlag, in MorphNodeToMatcher() argument 1082 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in MorphNodeToMatcher()
|
H A D | DAGISelMatcherOpt.cpp | 100 if (!EN->hasChain() && in ContractNodes() 119 if ((EN->hasGlue() || EN->hasChain()) && in ContractNodes() 129 EN->hasChain(), EN->hasInFlag(), in ContractNodes()
|
H A D | CodeGenInstruction.h | 291 bool hasChain : 1; variable
|
H A D | CodeGenDAGPatterns.cpp | 3578 bool hasChain; member in InstAnalyzer 3582 isBitcast(false), isVariadic(false), hasChain(false) {} in InstAnalyzer() 3635 if (N->NodeHasProperty(SDNPHasChain, CDP)) hasChain = true; in AnalyzeNode() 3703 InstInfo.hasChain |= PatInfo.hasChain; in InferFromPattern()
|
H A D | CodeGenInstruction.cpp | 491 hasChain = false; in CodeGenInstruction()
|
H A D | DAGISelMatcherGen.cpp | 973 NodeHasChain = II.hasChain; in EmitResultInstructionAsOperand()
|
H A D | DAGISelMatcherEmitter.cpp | 777 if (EN->hasChain()) OS << "|OPFL_Chain"; in EmitMatcher()
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 736 bool hasChain() const { return Chain; } in hasChain() function
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 3081 bool hasChain = false; in LowerADDC_ADDE_SUBC_SUBE() local 3086 case ISD::ADDE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE() 3088 case ISD::SUBE: hasChain = true; break; in LowerADDC_ADDE_SUBC_SUBE() 3092 if (hasChain) { in LowerADDC_ADDE_SUBC_SUBE()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1276 if (Writer.hasChain() && D->isAnonymousNamespace() && in VisitNamespaceDecl()
|
H A D | ASTWriter.cpp | 3770 assert(Writer.hasChain() && in EmitFileRef()
|