Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp694 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 DMetadata.h934 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h956 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp591 NewM = MDNode::replaceWithDistinct(N.clone()); in mapDistinctNode()
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp545 : 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 DMetadata.h1002 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp546 return MDNode::replaceWithDistinct(N.clone()); in cloneOrBuildODR()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DMetadata.h1177 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DMetadata.h1309 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DMetadata.h1272 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DMetadata.h1309 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDIBuilder.cpp541 return MDNode::replaceWithDistinct(std::move(NewSP)); in createArtificialSubprogram()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DMetadata.h1309 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDIBuilder.cpp615 return MDNode::replaceWithDistinct(std::move(NewSP)); in createArtificialSubprogram()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2555 llvm::MDNode::replaceWithDistinct(llvm::TempDICompositeType(RealDecl)); in CreateLimitedType()