Home
last modified time | relevance | path

Searched refs:CustomNames (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h52 llvm::DenseMap<unsigned, std::string> CustomNames; variable
132 CustomNames[F] = Name; in setAvailableWithName()
133 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
353 return Impl->CustomNames.find(F)->second; in getName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp571 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
580 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
591 CustomNames = TLI.CustomNames; in operator =()
600 CustomNames = std::move(TLI.CustomNames); in operator =()