Searched refs:PointerTypes (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 147 PointerTypeMap &PointerTypes, in maybeGenerateBitcast() argument 151 auto It = PointerTypes.find(Operand); in maybeGenerateBitcast() 152 if (It != PointerTypes.end()) in maybeGenerateBitcast() 167 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule() local 205 Builder, PointerTypes, I, LI->getPointerOperand(), in runOnModule() 215 Builder, PointerTypes, I, SI->getPointerOperand(), in runOnModule() 226 Builder, PointerTypes, I, GEP->getPointerOperand(), in runOnModule()
|
| /src/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 979 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anon7767069c0111::EmitterBase 1020 if (PointerTypes.find(key) == PointerTypes.end()) in getPointerType() 1021 PointerTypes[key] = std::make_unique<PointerType>(PT); in getPointerType() 1022 return PointerTypes[key].get(); in getPointerType()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 748 : CImpl->PointerTypes[AddressSpace]; in get()
|
| H A D | LLVMContextImpl.h | 1610 DenseMap<unsigned, PointerType *> PointerTypes;
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 192 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize};
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8368 TypeSet PointerTypes; member in __anon2239c4661211::BuiltinCandidateTypeSet 8428 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types() 8461 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants() 8510 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants() 8596 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3657 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType() 3667 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() 3672 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
|