Searched refs:DLC (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 903 W.printNumber("ilocalsym", DLC.ilocalsym); in printMachODysymtab() 904 W.printNumber("nlocalsym", DLC.nlocalsym); in printMachODysymtab() 907 W.printNumber("iundefsym", DLC.iundefsym); in printMachODysymtab() 908 W.printNumber("nundefsym", DLC.nundefsym); in printMachODysymtab() 909 W.printNumber("tocoff", DLC.tocoff); in printMachODysymtab() 910 W.printNumber("ntoc", DLC.ntoc); in printMachODysymtab() 911 W.printNumber("modtaboff", DLC.modtaboff); in printMachODysymtab() 912 W.printNumber("nmodtab", DLC.nmodtab); in printMachODysymtab() 917 W.printNumber("extreloff", DLC.extreloff); in printMachODysymtab() 918 W.printNumber("nextrel", DLC.nextrel); in printMachODysymtab() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrFormats.td | 286 int DLC = 2; 364 let Inst{7} = cpol{CPolBit.DLC}; 392 let Inst{13} = cpol{CPolBit.DLC};
|
| H A D | SIDefines.h | 306 DLC = 4, enumerator 311 ALL = GLC | SLC | DLC | SCC
|
| H A D | SMInstructions.td | 1001 let Inst{14} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ?); 1104 let Inst{14} = !if(ps.has_dlc, cpol{CPolBit.DLC}, 0); 1204 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, 0);
|
| H A D | BUFInstructions.td | 2073 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value); 2094 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value); 2503 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value); 2572 let Inst{15} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlc_value);
|
| H A D | SIMemoryLegalizer.cpp | 519 return enableNamedBit(MI, AMDGPU::CPol::DLC); in enableDLCBit()
|
| H A D | FLATInstructions.td | 1904 let Inst{12} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlcValue); 2139 let Inst{13} = !if(ps.has_dlc, cpol{CPolBit.DLC}, ps.dlcValue);
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | macho2yaml.cpp | 618 MachO::dysymtab_command DLC = Obj.getDysymtabLoadCommand(); in dumpIndirectSymbols() local 619 for (unsigned i = 0; i < DLC.nindirectsyms; ++i) in dumpIndirectSymbols() 620 LEData.IndirectSymbols.push_back(Obj.getIndirectSymbolTableEntry(DLC, i)); in dumpIndirectSymbols()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/AMDGPU/ |
| H A D | load-store-opt-dlc.mir | 4 # operations correctly with/without DLC bit.
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | MachO.h | 676 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUInstPrinter.cpp | 213 if ((Imm & CPol::DLC) && AMDGPU::isGFX10Plus(STI)) in printCPol()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 4452 if (CPol & ~(AMDGPU::CPol::GLC | AMDGPU::CPol::DLC)) { in validateCoherencyBits() 5946 CPolOn = AMDGPU::CPol::DLC; in parseCPol() 5948 CPolOff = AMDGPU::CPol::DLC; in parseCPol() 5956 if (!isGFX10Plus() && ((CPolOn | CPolOff) & AMDGPU::CPol::DLC)) { in parseCPol()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 4626 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry() argument 4628 uint64_t Offset = DLC.indirectsymoff + Index * sizeof(uint32_t); in getIndirectSymbolTableEntry()
|