/external/llvm/include/llvm/IR/ |
D | Metadata.h | 658 class MDOperand { 659 MDOperand(MDOperand &&) = delete; 660 MDOperand(const MDOperand &) = delete; 661 MDOperand &operator=(MDOperand &&) = delete; 662 MDOperand &operator=(const MDOperand &) = delete; 667 MDOperand() : MD(nullptr) {} 668 ~MDOperand() { untrack(); } 701 template <> struct simplify_type<MDOperand> { 703 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 706 template <> struct simplify_type<const MDOperand> { [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 679 class MDOperand { 683 MDOperand() = default; 684 MDOperand(MDOperand &&) = delete; 685 MDOperand(const MDOperand &) = delete; 686 MDOperand &operator=(MDOperand &&) = delete; 687 MDOperand &operator=(const MDOperand &) = delete; 688 ~MDOperand() { untrack(); } 722 template <> struct simplify_type<MDOperand> { 724 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 727 template <> struct simplify_type<const MDOperand> { [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.h | 719 class MDOperand { 723 MDOperand() = default; 724 MDOperand(MDOperand &&) = delete; 725 MDOperand(const MDOperand &) = delete; 726 MDOperand &operator=(MDOperand &&) = delete; 727 MDOperand &operator=(const MDOperand &) = delete; 728 ~MDOperand() { untrack(); } 762 template <> struct simplify_type<MDOperand> { 765 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 768 template <> struct simplify_type<const MDOperand> { [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Metadata.h | 717 class MDOperand { 721 MDOperand() = default; 722 MDOperand(MDOperand &&) = delete; 723 MDOperand(const MDOperand &) = delete; 724 MDOperand &operator=(MDOperand &&) = delete; 725 MDOperand &operator=(const MDOperand &) = delete; 726 ~MDOperand() { untrack(); } 760 template <> struct simplify_type<MDOperand> { 763 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); } 766 template <> struct simplify_type<const MDOperand> { [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 482 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() 487 MDOperand *O = static_cast<MDOperand *>(Ptr); in operator new() 488 for (MDOperand *E = O - NumOps; O != E; --O) in operator new() 489 (void)new (O - 1) MDOperand; in operator new() 497 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() 500 MDOperand *O = static_cast<MDOperand *>(Mem); in operator delete() 501 for (MDOperand *E = O - N->NumOperands; O != E; --O) in operator delete() 502 (O - 1)->~MDOperand(); in operator delete() 699 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand() 931 for (const MDOperand &MDOp : A->operands()) in getMostGenericAliasScope() [all …]
|
D | AbstractCallSite.cpp | 45 for (const MDOperand &Op : CallbackMD->operands()) { in getCallbackUses() 103 for (const MDOperand &Op : CallbackMD->operands()) { in AbstractCallSite()
|
D | LLVMContextImpl.cpp | 170 static const Metadata *get_hashable_data(const MDOperand &X) { return X.get(); } in get_hashable_data()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AbstractCallSite.cpp | 46 for (const MDOperand &Op : CallbackMD->operands()) { in getCallbackUses() 102 for (const MDOperand &Op : CallbackMD->operands()) { in AbstractCallSite()
|
D | Metadata.cpp | 481 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() 486 MDOperand *O = static_cast<MDOperand *>(Ptr); in operator new() 487 for (MDOperand *E = O - NumOps; O != E; --O) in operator new() 488 (void)new (O - 1) MDOperand; in operator new() 496 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() 499 MDOperand *O = static_cast<MDOperand *>(Mem); in operator delete() 500 for (MDOperand *E = O - N->NumOperands; O != E; --O) in operator delete() 501 (O - 1)->~MDOperand(); in operator delete() 701 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand()
|
D | LLVMContextImpl.cpp | 178 static const Metadata *get_hashable_data(const MDOperand &X) { return X.get(); } in get_hashable_data()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 110 for (const MDOperand &MDOp : List->operands()) in collectMDInDomain() 123 for (const MDOperand &MDOp : NoAlias->operands()) in mayAliasInScopes()
|
D | LoopInfo.cpp | 570 for (const MDOperand &MD : drop_begin(ParallelAccesses->operands(), 1)) { in isAnnotatedParallel() 595 for (const MDOperand &AccessListItem : AG->operands()) { in isAnnotatedParallel() 620 for (const MDOperand &MDOp : LoopIdMD->operands()) { in isAnnotatedParallel()
|
/external/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 133 for (const MDOperand &MDOp : List->operands()) in collectMDInDomain() 146 for (const MDOperand &MDOp : NoAlias->operands()) in mayAliasInScopes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScopedNoAliasAA.cpp | 135 for (const MDOperand &MDOp : List->operands()) in collectMDInDomain() 148 for (const MDOperand &MDOp : NoAlias->operands()) in mayAliasInScopes()
|
D | LoopInfo.cpp | 548 for (const MDOperand &MD : drop_begin(ParallelAccesses->operands(), 1)) { in isAnnotatedParallel() 573 for (const MDOperand &AccessListItem : AG->operands()) { in isAnnotatedParallel() 598 for (const MDOperand &MDOp : LoopIdMD->operands()) { in isAnnotatedParallel()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 445 size_t OpSize = NumOps * sizeof(MDOperand); in operator new() 450 MDOperand *O = static_cast<MDOperand *>(Ptr); in operator new() 451 for (MDOperand *E = O - NumOps; O != E; --O) in operator new() 452 (void)new (O - 1) MDOperand; in operator new() 458 size_t OpSize = N->NumOperands * sizeof(MDOperand); in operator delete() 461 MDOperand *O = static_cast<MDOperand *>(Mem); in operator delete() 462 for (MDOperand *E = O - N->NumOperands; O != E; --O) in operator delete() 463 (O - 1)->~MDOperand(); in operator delete() 663 unsigned Op = static_cast<MDOperand *>(Ref) - op_begin(); in handleChangedOperand()
|
D | LLVMContextImpl.cpp | 178 static const Metadata *get_hashable_data(const MDOperand &X) { return X.get(); } in get_hashable_data()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | AnnotationRemarks.cpp | 40 for (const MDOperand &Op : in runImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 251 Optional<const MDOperand *> llvm::findStringMetadataForLoop(const Loop *TheLoop, in findStringMetadataForLoop() 290 const MDOperand *AttrMD = in getOptionalIntLoopAttribute() 321 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands(), 1)) { in makeFollowupLoopID() 358 for (const MDOperand &Option : drop_begin(FollowupNode->operands(), 1)) { in makeFollowupLoopID()
|
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | metadata.hpp | 82 return map([=](const ::llvm::MDOperand& o) { in get_uint_vector_kernel_metadata()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 181 Optional<const MDOperand *> findStringMetadataForLoop(const Loop *TheLoop,
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 37 class MDOperand; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 407 Optional<const MDOperand *> findStringMetadataForLoop(Loop *TheLoop,
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 832 Optional<const MDOperand *> Value = in setForced() 837 const MDOperand *Op = *Value; in setForced()
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 210 Optional<const MDOperand *> findStringMetadataForLoop(const Loop *TheLoop,
|