Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1737 BufferFatPtrToStructTypeMap StructTM(DL); in run() local
1744 if (VT != StructTM.remapType(VT)) in run()
1782 bool InterfaceChange = hasFatPointerInterface(F, &StructTM); in run()
1783 bool BodyChanges = containsBufferFatPointers(F, &StructTM); in run()
1795 FatPtrConstMaterializer Materializer(&StructTM, CloneMap); in run()
1797 ValueMapper LowerInFuncs(CloneMap, RF_None, &StructTM, &Materializer); in run()
1802 F, cast<FunctionType>(StructTM.remapType(F->getFunctionType())), in run()
1817 StructTM.clear(); in run()