Home
last modified time | relevance | path

Searched refs:InstructionMetadata (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1201 auto &InstructionMetadata = getContext().pImpl->InstructionMetadata; in dropUnknownNonDebugMetadata() local
1207 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()
1212 auto &Info = InstructionMetadata[this]; in dropUnknownNonDebugMetadata()
1219 InstructionMetadata.erase(this); in dropUnknownNonDebugMetadata()
1236 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()
1247 (getContext().pImpl->InstructionMetadata.count(this) > 0)) && in setMetadata()
1251 auto &Info = getContext().pImpl->InstructionMetadata[this]; in setMetadata()
1259 getContext().pImpl->InstructionMetadata.erase(this); in setMetadata()
1277 auto &Info = getContext().pImpl->InstructionMetadata[this]; in getMetadataImpl()
1296 getContext().pImpl->InstructionMetadata.count(this) && in getAllMetadataImpl()
[all …]
DLLVMContextImpl.cpp52 for (auto &Pair : InstructionMetadata) in ~LLVMContextImpl()
54 assert(InstructionMetadata.empty() && in ~LLVMContextImpl()
DLLVMContextImpl.h1351 DenseMap<const Instruction *, MDAttachmentMap> InstructionMetadata;