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.cpp2439 BufferFatPtrToStructTypeMap StructTM(DL); in run() local
2450 if (VT != StructTM.remapType(VT)) { in run()
2494 bool InterfaceChange = hasFatPointerInterface(F, &StructTM); in run()
2495 bool BodyChanges = containsBufferFatPointers(F, &StructTM); in run()
2509 FatPtrConstMaterializer Materializer(&StructTM, CloneMap); in run()
2511 ValueMapper LowerInFuncs(CloneMap, RF_None, &StructTM, &Materializer); in run()
2516 F, cast<FunctionType>(StructTM.remapType(F->getFunctionType())), in run()
2531 StructTM.clear(); in run()