| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 348 const DebugLoc &getDL() const { return DL; } in getDL() function 359 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI() 367 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI() 380 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI() 398 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI() 430 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI() 440 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
|
| H A D | FastISel.h | 250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 40 return BuildMI(getMF(), {getDL(), getPCSections()}, 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 D | IRTranslator.cpp | 3049 if (auto CurrInstDL = CurBuilder->getDL()) in translate()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1248 assert(DI->getVariable()->isValidLocationForIntrinsic(MIMD.getDL()) && in selectIntrinsicCall() 1257 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD.getDL(), in selectIntrinsicCall() 1263 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD.getDL(), in selectIntrinsicCall() 1280 assert(DI->getVariable()->isValidLocationForIntrinsic(MIMD.getDL()) && in selectIntrinsicCall() 1285 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD.getDL(), II, false, 0U, in selectIntrinsicCall() 1314 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD.getDL(), II, IsIndirect, in selectIntrinsicCall() 1326 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD.getDL(), in selectIntrinsicCall() 1597 fastEmitBranch(FalseMBB, MIMD.getDL()); in finishCondBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1656 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, MIMD.getDL()); return true; in X86SelectBranch() 1657 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, MIMD.getDL()); return true; in X86SelectBranch() 2778 assert(DI->getVariable()->isValidLocationForIntrinsic(MIMD.getDL()) && in fastLowerIntrinsicCall()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 288 const DebugLoc &getDL() { return State.DL; } in getDL() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 802 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 2408 fastEmitBranch(FBB, MIMD.getDL()); in selectBranch() 2411 fastEmitBranch(TBB, MIMD.getDL()); in selectBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2635 const DataLayout &DL = A.getInfoCache().getDL(); in getKnownNonNullAndDerefBytesForUse() 6678 const DataLayout &DL = A.getInfoCache().getDL(); in manifest() 7209 !isDenselyPacked(*PrivatizableType, A.getInfoCache().getDL())) { in updateImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1286 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1295 const DataLayout &getDL() { return DL; }
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 829 const DebugLoc &DL = B.getDL(); in executeInWaterfallLoop()
|