HomeSort by relevance Sort by last modified time
    Searched refs:LocalMemoryObjects (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.h 28 std::map<const GlobalValue *, unsigned> LocalMemoryObjects;
AMDGPUISelLowering.cpp 688 if (MFI->LocalMemoryObjects.count(GV) == 0) {
691 MFI->LocalMemoryObjects[GV] = Offset;
695 Offset = MFI->LocalMemoryObjects[GV];
    [all...]

Completed in 96 milliseconds