Searched refs:replaceWithDistinct (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 694 TEST_F(MDNodeTest, replaceWithDistinct) { in TEST_F() argument 703 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp)); in TEST_F() 716 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp)); in TEST_F()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Metadata.h | 934 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Metadata.h | 956 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 591 NewM = MDNode::replaceWithDistinct(N.clone()); in mapDistinctNode()
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 545 : M.mapToMetadata(&N, MDNode::replaceWithDistinct(N.clone())))); in mapDistinctNode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Metadata.h | 1002 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 546 return MDNode::replaceWithDistinct(N.clone()); in cloneOrBuildODR()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Metadata.h | 1177 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Metadata.h | 1309 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Metadata.h | 1272 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Metadata.h | 1309 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 541 return MDNode::replaceWithDistinct(std::move(NewSP)); in createArtificialSubprogram()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Metadata.h | 1309 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 615 return MDNode::replaceWithDistinct(std::move(NewSP)); in createArtificialSubprogram()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2555 llvm::MDNode::replaceWithDistinct(llvm::TempDICompositeType(RealDecl)); in CreateLimitedType()
|