Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp39 MachineInstrBuilder MIB = BuildMI(getMF(), getDL(), getTII().get(Opcode)); in buildInstrNoInsert()
55 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildDirectDbgValue()
57 return insertInstr(BuildMI(getMF(), getDL(), in buildDirectDbgValue()
68 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildIndirectDbgValue()
70 return insertInstr(BuildMI(getMF(), getDL(), in buildIndirectDbgValue()
81 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildFIDbgValue()
96 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildConstDbgValue()
H A DIRTranslator.cpp3024 if (auto CurrInstDL = CurBuilder->getDL()) in translate()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h284 const DebugLoc &getDL() { return State.DL; } in getDL() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2211 const DataLayout &DL = A.getInfoCache().getDL(); in getKnownNonNullAndDerefBytesForUse()
5971 const DataLayout &DL = A.getInfoCache().getDL(); in manifest()
6496 !isDenselyPacked(*PrivatizableType, A.getInfoCache().getDL())) { in updateImpl()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1135 const DataLayout &getDL() { return DL; }
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp828 const DebugLoc &DL = B.getDL(); in executeInWaterfallLoop()