Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
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 …]
DDebugInfoMetadata.cpp337 auto *CountNode = ConstantAsMetadata::get( in getImpl() local
341 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
345 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() argument
350 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
354 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() argument
357 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
358 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
439 Metadata *CountNode, Metadata *LB, in getImpl() argument
443 DEFINE_GETIMPL_LOOKUP(DIGenericSubrange, (CountNode, LB, UB, Stride)); in getImpl()
444 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
DDIBuilder.cpp648 auto *CountNode = ConstantAsMetadata::get( in getOrCreateSubrange() local
650 return DISubrange::get(VMContext, CountNode, LB, nullptr, nullptr); in getOrCreateSubrange()
653 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, Metadata *CountNode) { in getOrCreateSubrange() argument
656 return DISubrange::get(VMContext, CountNode, LB, nullptr, nullptr); in getOrCreateSubrange()
659 DISubrange *DIBuilder::getOrCreateSubrange(Metadata *CountNode, Metadata *LB, in getOrCreateSubrange() argument
661 return DISubrange::get(VMContext, CountNode, LB, UB, Stride); in getOrCreateSubrange()
665 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange() argument
671 return DIGenericSubrange::get(VMContext, ConvToMetadata(CountNode), in getOrCreateGenericSubrange()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp811 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
812 if (!CountNode) in expandRxSBG()
815 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
849 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
850 if (!CountNode) in expandRxSBG()
853 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
876 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
877 if (!CountNode) in expandRxSBG()
880 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h327 Metadata *CountNode;
330 MDNodeKeyImpl(Metadata *CountNode, int64_t LowerBound)
331 : CountNode(CountNode), LowerBound(LowerBound) {}
333 : CountNode(N->getRawCountNode()),
341 if (auto *MD = dyn_cast<ConstantAsMetadata>(CountNode))
346 return CountNode == RHS->getRawCountNode();
350 if (auto *MD = dyn_cast<ConstantAsMetadata>(CountNode))
353 return hash_combine(CountNode, LowerBound);
DDebugInfoMetadata.cpp322 auto *CountNode = ConstantAsMetadata::get( in getImpl() local
324 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate); in getImpl()
327 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() argument
330 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, Lo)); in getImpl()
331 Metadata *Ops[] = { CountNode }; in getImpl()
332 DEFINE_GETIMPL_STORE(DISubrange, (CountNode, Lo), Ops); in getImpl()
DDIBuilder.cpp628 DISubrange *DIBuilder::getOrCreateSubrange(int64_t Lo, Metadata *CountNode) { in getOrCreateSubrange() argument
629 return DISubrange::get(VMContext, CountNode, Lo); in getOrCreateSubrange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp836 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
837 if (!CountNode) in expandRxSBG()
840 RxSBG.Rotate = (RxSBG.Rotate + CountNode->getZExtValue()) & 63; in expandRxSBG()
881 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
882 if (!CountNode) in expandRxSBG()
885 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
908 auto *CountNode = dyn_cast<ConstantSDNode>(N.getOperand(1).getNode()); in expandRxSBG() local
909 if (!CountNode) in expandRxSBG()
912 uint64_t Count = CountNode->getZExtValue(); in expandRxSBG()
/external/llvm-project/llvm/lib/Target/SystemZ/
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()
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h301 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
305 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
319 DEFINE_MDNODE_GET(DISubrange, (Metadata *CountNode, int64_t LowerBound = 0),
320 (CountNode, LowerBound))
323 (Metadata * CountNode, Metadata *LowerBound,
325 (CountNode, LowerBound, UpperBound, Stride))
366 static DIGenericSubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
378 (Metadata * CountNode, Metadata *LowerBound,
380 (CountNode, LowerBound, UpperBound, Stride))
DDIBuilder.h597 DISubrange *getOrCreateSubrange(int64_t Lo, Metadata *CountNode);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h568 DISubrange *getOrCreateSubrange(int64_t Lo, Metadata *CountNode);
DDebugInfoMetadata.h303 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
315 DEFINE_MDNODE_GET(DISubrange, (Metadata *CountNode, int64_t LowerBound = 0),
316 (CountNode, LowerBound))
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2796 auto *CountNode = in CreateType() local
2800 CountNode /*count*/, nullptr /*lowerBound*/, nullptr /*upperBound*/, in CreateType()
2892 auto *CountNode = in CreateType() local
2896 CountNode /*count*/, nullptr /*lowerBound*/, nullptr /*upperBound*/, in CreateType()
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...