Searched refs:PointerTypes (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 85 PointerTypeMap &PointerTypes, in maybeGenerateBitcast() argument 89 auto It = PointerTypes.find(Operand); in maybeGenerateBitcast() 90 if (It != PointerTypes.end()) in maybeGenerateBitcast() 105 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule() local 137 Builder, PointerTypes, I, LI->getPointerOperand(), in runOnModule() 147 Builder, PointerTypes, I, SI->getPointerOperand(), in runOnModule() 158 Builder, PointerTypes, I, GEP->getPointerOperand(), in runOnModule()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 978 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anonece5a09e0111::EmitterBase 1019 if (PointerTypes.find(key) == PointerTypes.end()) in getPointerType() 1020 PointerTypes[key] = std::make_unique<PointerType>(PT); in getPointerType() 1021 return PointerTypes[key].get(); in getPointerType()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Type.cpp | 740 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get() 756 ? CImpl->PointerTypes[nullptr] in get()
|
| H A D | LLVMContextImpl.h | 1538 DenseMap<Type *, PointerType *> PointerTypes; // Pointers in AddrSpace = 0
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 188 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize};
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7992 TypeSet PointerTypes; member in __anona0c7ad680b11::BuiltinCandidateTypeSet 8049 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types() 8081 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants() 8130 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants() 8216 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3315 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType() 3325 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() 3330 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
|