| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 305 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 D | DebugInfoMetadata.cpp | 344 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 D | DIBuilder.cpp | 660 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 D | SystemZISelDAGToDAG.cpp | 840 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 D | DebugInfoMetadata.h | 309 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 D | DIBuilder.h | 609 DISubrange *getOrCreateSubrange(int64_t Lo, Metadata *CountNode);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2872 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()
|