Searched refs:DLC (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp811 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); local
813 W.printNumber("ilocalsym", DLC.ilocalsym);
814 W.printNumber("nlocalsym", DLC.nlocalsym);
815 W.printNumber("iextdefsym", DLC.iextdefsym);
816 W.printNumber("nextdefsym", DLC.nextdefsym);
817 W.printNumber("iundefsym", DLC.iundefsym);
818 W.printNumber("nundefsym", DLC.nundefsym);
819 W.printNumber("tocoff", DLC.tocoff);
820 W.printNumber("ntoc", DLC.ntoc);
821 W.printNumber("modtaboff", DLC
859 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixupVectorISel.cpp200 MachineOperand *DLC = TII->getNamedOperand(MI, AMDGPU::OpName::dlc); local
201 if (DLC)
202 NewGlob->addOperand(MF, *DLC);
H A DAMDGPUISelDAGToDAG.cpp211 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const;
214 SDValue &SLC, SDValue &TFE, SDValue &DLC,
228 SDValue &TFE, SDValue &DLC, SDValue &SWZ) const;
1343 SDValue &TFE, SDValue &DLC,
1356 DLC = CurDAG->getTargetConstant(0, DL, MVT::i1);
1437 SDValue &DLC, SDValue &SWZ) const {
1445 GLC, SLC, TFE, DLC, SWZ))
1467 SDValue GLC, TFE, DLC, SWZ; local
1469 return SelectMUBUFAddr64(Addr, SRsrc, VAddr, SOffset, Offset, GLC, SLC, TFE, DLC, SWZ);
1594 SDValue &TFE, SDValue &DLC,
1338 SelectMUBUF(SDValue Addr, SDValue &Ptr, SDValue &VAddr, SDValue &SOffset, SDValue &Offset, SDValue &Offen, SDValue &Idxen, SDValue &Addr64, SDValue &GLC, SDValue &SLC, SDValue &TFE, SDValue &DLC, SDValue &SWZ) const argument
1433 SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc, SDValue &VAddr, SDValue &SOffset, SDValue &Offset, SDValue &GLC, SDValue &SLC, SDValue &TFE, SDValue &DLC, SDValue &SWZ) const argument
1591 SelectMUBUFOffset(SDValue Addr, SDValue &SRsrc, SDValue &SOffset, SDValue &Offset, SDValue &GLC, SDValue &SLC, SDValue &TFE, SDValue &DLC, SDValue &SWZ) const argument
1623 SDValue GLC, SLC, TFE, DLC, SWZ; local
1630 SDValue GLC, TFE, DLC, SWZ; local
[all...]
H A DSILoadStoreOptimizer.cpp127 bool DLC; member in struct:__anon5021::SILoadStoreOptimizer::CombineInfo
515 DLC = TII.getNamedOperand(*I, AMDGPU::OpName::dlc)->getImm();
768 CI.GLC == Paired.GLC && CI.DLC == Paired.DLC &&
1195 .addImm(CI.DLC) // dlc
1256 .addImm(CI.DLC) // dlc
1322 .addImm(CI.DLC) // dlc
1401 .addImm(CI.DLC) // dlc
1560 .addImm(CI.DLC) // dlc
H A DSIISelLowering.h63 SDValue GLC, SDValue DLC, SelectionDAG &DAG) const;
H A DSIISelLowering.cpp5212 SDValue *GLC, SDValue *SLC, SDValue *DLC) {
5225 if (DLC) {
5226 *DLC = DAG.getTargetConstant((Value & 0x4) ? 1 : 0, DL, MVT::i32);
5574 SDValue DLC; local
5578 IsGFX10 ? &DLC : nullptr))
5582 IsGFX10 ? &DLC : nullptr))
5603 Ops.push_back(DLC);
5658 SDValue Offset, SDValue GLC, SDValue DLC,
5677 DLC,
5900 SDValue DLC local
5211 parseCachePolicy(SDValue CachePolicy, SelectionDAG &DAG, SDValue *GLC, SDValue *SLC, SDValue *DLC) argument
5657 lowerSBuffer(EVT VT, SDLoc DL, SDValue Rsrc, SDValue Offset, SDValue GLC, SDValue DLC, SelectionDAG &DAG) const argument
[all...]
H A DSIInstrInfo.cpp4779 if (const MachineOperand *DLC =
4781 MIB.addImm(DLC->getImm());
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h548 getIndirectSymbolTableEntry(const MachO::dysymtab_command &DLC,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4449 const MachO::dysymtab_command &DLC,
4451 uint64_t Offset = DLC.indirectsymoff + Index * sizeof(uint32_t);
4448 getIndirectSymbolTableEntry( const MachO::dysymtab_command &DLC, unsigned Index) const argument

Completed in 208 milliseconds