Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DMveEmitter.cpp978 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 DType.cpp740 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
756 ? CImpl->PointerTypes[nullptr] in get()
H A DLLVMContextImpl.h1538 DenseMap<Type *, PointerType *> PointerTypes; // Pointers in AddrSpace = 0
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h188 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize};
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp7992 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 DASTContext.cpp3315 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()