Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp86 PointerTypeMap &PointerTypes, in maybeGenerateBitcast() argument
90 auto It = PointerTypes.find(Operand); in maybeGenerateBitcast()
91 if (It != PointerTypes.end()) in maybeGenerateBitcast()
106 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule() local
135 Builder, PointerTypes, I, LI->getPointerOperand(), in runOnModule()
145 Builder, PointerTypes, I, SI->getPointerOperand(), in runOnModule()
156 Builder, PointerTypes, I, GEP->getPointerOperand(), in runOnModule()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp978 std::map<std::string, std::unique_ptr<PointerType>> PointerTypes; member in __anon6618677d0111::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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp748 : CImpl->PointerTypes[AddressSpace]; in get()
H A DLLVMContextImpl.h1577 DenseMap<unsigned, PointerType *> PointerTypes;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h188 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize};
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8366 TypeSet PointerTypes; member in __anon22c3dcc71111::BuiltinCandidateTypeSet
8423 llvm::iterator_range<iterator> pointer_types() { return PointerTypes; } in pointer_types()
8455 if (!PointerTypes.insert(Ty)) in AddPointerWithMoreQualifiedTypeVariants()
8504 PointerTypes.insert(QPointerTy); in AddPointerWithMoreQualifiedTypeVariants()
8590 PointerTypes.insert(Ty); in AddTypesConvertedFrom()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3276 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getPointerType()
3286 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getPointerType()
3291 PointerTypes.InsertNode(New, InsertPos); in getPointerType()