HomeSort by relevance Sort by last modified time
    Searched refs:replaceWithDistinct (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
Metadata.h 934 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Metadata.h 992 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 956 replaceWithDistinct(std::unique_ptr<T, TempMDNodeDeleter> N) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 545 : M.mapToMetadata(&N, MDNode::replaceWithDistinct(N.clone()))));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIBuilder.cpp 540 return MDNode::replaceWithDistinct(std::move(NewSP));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ValueMapper.cpp 547 return MDNode::replaceWithDistinct(N.clone());
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 694 TEST_F(MDNodeTest, replaceWithDistinct) {
703 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp));
716 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
MetadataTest.cpp 754 TEST_F(MDNodeTest, replaceWithDistinct) {
763 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp));
776 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp));
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 2920 milliseconds