Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h348 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 DFastISel.h250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp40 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 DIRTranslator.cpp3049 if (auto CurrInstDL = CurBuilder->getDL()) in translate()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1248 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 DX86FastISel.cpp1656 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 DMachineIRBuilder.h288 const DebugLoc &getDL() { return State.DL; } in getDL() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp802 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2408 fastEmitBranch(FBB, MIMD.getDL()); in selectBranch()
2411 fastEmitBranch(TBB, MIMD.getDL()); in selectBranch()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2635 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 DARMFastISel.cpp1286 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1295 const DataLayout &getDL() { return DL; }
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp829 const DebugLoc &DL = B.getDL(); in executeInWaterfallLoop()