Home
last modified time | relevance | path

Searched refs:PointerTypes (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp85 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()
H A DDXILPointerType.cpp24 DenseMap<Type *, std::unique_ptr<TypedPointerType>> PointerTypes; member in TypedPointerTracking
46 ? Tracking->PointerTypes[EltTy] in get()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp978 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anondd1c47770111::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()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp738 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
754 ? CImpl->PointerTypes[nullptr] in get()
H A DLLVMContextImpl.h1485 DenseMap<Type *, PointerType *> PointerTypes; // Pointers in AddrSpace = 0
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h215 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize};
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7867 TypeSet PointerTypes; member in __anon85f2cfc10b11::BuiltinCandidateTypeSet
7924 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types()
7956 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants()
8005 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants()
8091 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3292 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType()
3302 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType()
3307 PointerTypes.InsertNode(New, InsertPos); in getPointerType()