Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h354 const DebugLoc &getDL() const { return DL; } in getDL() function
365 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI()
373 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI()
386 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
404 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
436 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
446 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
H A DFastISel.h250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc()
/freebsd-14.2/contrib/llvm-project/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.cpp3302 if (auto CurrInstDL = CurBuilder->getDL()) in translate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1391 MIMD.getDL())) in selectIntrinsicCall()
1406 assert(Var->isValidLocationForIntrinsic(MIMD.getDL()) && in selectIntrinsicCall()
1409 if (!lowerDbgValue(V, Expr, Var, MIMD.getDL())) in selectIntrinsicCall()
1675 fastEmitBranch(FalseMBB, MIMD.getDL()); in finishCondBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1653 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, MIMD.getDL()); return true; in X86SelectBranch()
1654 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, MIMD.getDL()); return true; in X86SelectBranch()
2775 assert(DI->getVariable()->isValidLocationForIntrinsic(MIMD.getDL()) && in fastLowerIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h292 const DebugLoc &getDL() { return State.DL; } in getDL() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp802 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2402 fastEmitBranch(FBB, MIMD.getDL()); in selectBranch()
2405 fastEmitBranch(TBB, MIMD.getDL()); in selectBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1286 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2492 const DataLayout &DL = A.getInfoCache().getDL(); in getKnownNonNullAndDerefBytesForUse()
6719 const DataLayout &DL = A.getInfoCache().getDL(); in manifest()
7265 !isDenselyPacked(*PrivatizableType, A.getInfoCache().getDL())) { in updateImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1307 const DataLayout &getDL() { return DL; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp846 const DebugLoc &DL = B.getDL(); in executeInWaterfallLoop()