Home
last modified time | relevance | path

Searched refs:PointerTypeMap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp26 Type *classifyPointerType(const Value *V, PointerTypeMap &Map) { in classifyPointerType()
82 Type *classifyFunctionType(const Function &F, PointerTypeMap &Map) { in classifyFunctionType()
123 PointerTypeMap &Map) { in classifyConstantWithOpaquePtr()
181 PointerTypeMap &Map) { in classifyGlobalCtorPointerType()
191 PointerTypeMap PointerTypeAnalysis::run(const Module &M) { in run()
192 PointerTypeMap Map; in run()
H A DPointerTypeAnalysis.h26 using PointerTypeMap = DenseMap<const Value *, Type *>; variable
37 PointerTypeMap run(const Module &M);
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp147 PointerTypeMap &PointerTypes, in maybeGenerateBitcast()
167 PointerTypeMap PointerTypes = PointerTypeAnalysis::run(M); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp128 PointerTypeMap PointerMap;