Home
last modified time | relevance | path

Searched refs:CountNode (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h305 Metadata *CountNode;
310 MDNodeKeyImpl(Metadata *CountNode, Metadata *LowerBound, Metadata *UpperBound,
312 : CountNode(CountNode), LowerBound(LowerBound), UpperBound(UpperBound),
315 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
334 return BoundsEqual(CountNode, RHS->getRawCountNode()) &&
341 if (CountNode)
342 if (auto *MD = dyn_cast<ConstantAsMetadata>(CountNode))
345 return hash_combine(CountNode, LowerBound, UpperBound, Stride);
350 Metadata *CountNode;
355 MDNodeKeyImpl(Metadata *CountNode, Metadata *LowerBound, Metadata *UpperBound,
[all …]
H A DDebugInfoMetadata.cpp344 auto *CountNode = ConstantAsMetadata::get( in getImpl() local
348 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
352 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() argument
357 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
361 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() argument
364 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
365 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
454 Metadata *CountNode, Metadata *LB, in getImpl() argument
458 DEFINE_GETIMPL_LOOKUP(DIGenericSubrange, (CountNode, LB, UB, Stride)); in getImpl()
459 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
H A DDIBuilder.cpp660 auto *CountNode = ConstantAsMetadata::get( in getOrCreateSubrange() local
662 return DISubrange::get(VMContext, CountNode, LB, nullptr, nullptr); in getOrCreateSubrange()
665 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, Metadata *CountNode) { in getOrCreateSubrange() argument
668 return DISubrange::get(VMContext, CountNode, LB, nullptr, nullptr); in getOrCreateSubrange()
671 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange() argument
673 return DISubrange::get(VMContext, CountNode, LB, UB, Stride); in getOrCreateSubrange()
677 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange() argument
683 return DIGenericSubrange::get(VMContext, ConvToMetadata(CountNode), in getOrCreateGenericSubrange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp840 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
841 if (!CountNode) in expandRxSBG()
844 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
885 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
886 if (!CountNode) in expandRxSBG()
889 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
912 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
913 if (!CountNode) in expandRxSBG()
916 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h309 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
313 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
327 DEFINE_MDNODE_GET(DISubrange, (Metadata *CountNode, int64_t LowerBound = 0),
328 (CountNode, LowerBound))
331 (Metadata * CountNode, Metadata *LowerBound,
333 (CountNode, LowerBound, UpperBound, Stride))
373 static DIGenericSubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
385 (Metadata * CountNode, Metadata *LowerBound,
387 (CountNode, LowerBound, UpperBound, Stride))
H A DDIBuilder.h609 DISubrange *getOrCreateSubrange(int64_t Lo, Metadata *CountNode);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2872 auto *CountNode = in CreateType() local
2876 CountNode /*count*/, nullptr /*lowerBound*/, nullptr /*upperBound*/, in CreateType()
2968 auto *CountNode = in CreateType() local
2972 CountNode /*count*/, nullptr /*lowerBound*/, nullptr /*upperBound*/, in CreateType()