Searched refs:PointerTypes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILPrepare.cpp | 148 PointerTypeMap &PointerTypes, in maybeGenerateBitcast() argument 152 auto It = PointerTypes.find(Operand); in maybeGenerateBitcast() 153 if (It != PointerTypes.end()) { in maybeGenerateBitcast() 217 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule() local 258 Builder, PointerTypes, I, LI->getPointerOperand(), in runOnModule() 268 Builder, PointerTypes, I, SI->getPointerOperand(), in runOnModule() 279 Builder, PointerTypes, I, GEP->getPointerOperand(), in runOnModule()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 977 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anon819a2c470111::EmitterBase 1021 auto [It, Inserted] = PointerTypes.try_emplace(key); in getPointerType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 862 : CImpl->PointerTypes[AddressSpace]; in get()
|
| H A D | LLVMContextImpl.h | 1786 DenseMap<unsigned, PointerType *> PointerTypes;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 194 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize};
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 8829 TypeSet PointerTypes; member in __anon2e1ecc911a11::BuiltinCandidateTypeSet 8889 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types() 8922 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants() 8971 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants() 9057 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3936 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType() 3946 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType() 3951 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
|