Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h51 llvm::DenseMap<unsigned, std::string> CustomNames; variable
130 CustomNames[F] = Name; in setAvailableWithName()
131 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
299 return Impl->CustomNames.find(F)->second; in getName()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h63 llvm::DenseMap<unsigned, std::string> CustomNames; variable
140 CustomNames[F] = Name; in setAvailableWithName()
141 assert(CustomNames.find(F) != CustomNames.end()); in setAvailableWithName()
278 return Impl->CustomNames.find(F)->second; in getName()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp432 : CustomNames(TLI.CustomNames) { in TargetLibraryInfoImpl()
439 : CustomNames(std::move(TLI.CustomNames)) { in TargetLibraryInfoImpl()
447 CustomNames = TLI.CustomNames; in operator =()
453 CustomNames = std::move(TLI.CustomNames); in operator =()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp535 : CustomNames(TLI.CustomNames), ShouldExtI32Param(TLI.ShouldExtI32Param), in TargetLibraryInfoImpl()
544 : CustomNames(std::move(TLI.CustomNames)), in TargetLibraryInfoImpl()
555 CustomNames = TLI.CustomNames; in operator =()
564 CustomNames = std::move(TLI.CustomNames); in operator =()