Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h362 const DebugLoc &getDL() const { return DL; } in getDL() function
375 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI()
384 return MachineInstrBuilder(MF, MF.CreateMachineInstr(MCID, MIMD.getDL())) in BuildMI()
398 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
417 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
450 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
462 MachineInstr *MI = MF.CreateMachineInstr(MCID, MIMD.getDL()); in BuildMI()
H A DFastISel.h250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp41 return BuildMI(getMF(), {getDL(), getPCSections(), getMMRAMetadata()}, in buildInstrNoInsert()
57 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildDirectDbgValue()
59 return insertInstr(BuildMI(getMF(), getDL(), in buildDirectDbgValue()
70 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildIndirectDbgValue()
72 return insertInstr(BuildMI(getMF(), getDL(), in buildIndirectDbgValue()
83 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildFIDbgValue()
98 cast<DILocalVariable>(Variable)->isValidLocationForIntrinsic(getDL()) && in buildConstDbgValue()
H A DIRTranslator.cpp3500 if (auto CurrInstDL = CurBuilder->getDL()) in translate()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1420 MIMD.getDL())) in selectIntrinsicCall()
1442 assert(Var->isValidLocationForIntrinsic(MIMD.getDL()) && in selectIntrinsicCall()
1445 if (!lowerDbgValue(V, Expr, Var, MIMD.getDL())) in selectIntrinsicCall()
1720 fastEmitBranch(FalseMBB, MIMD.getDL()); in finishCondBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1654 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, MIMD.getDL()); return true; in X86SelectBranch()
1655 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, MIMD.getDL()); return true; in X86SelectBranch()
2777 assert(DI->getVariable()->isValidLocationForIntrinsic(MIMD.getDL()) && in fastLowerIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h295 const DebugLoc &getDL() { return State.DL; } in getDL() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1170 MF, MF.CreateMachineInstr(MCID, MIMD.getDL(), /*NoImpl=*/true)) in reassociateOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp802 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2403 fastEmitBranch(FBB, MIMD.getDL()); in selectBranch()
2406 fastEmitBranch(TBB, MIMD.getDL()); in selectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1286 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2495 const DataLayout &DL = A.getInfoCache().getDL(); in getKnownNonNullAndDerefBytesForUse()
6734 const DataLayout &DL = A.getInfoCache().getDL(); in manifest()
7280 !isDenselyPacked(*PrivatizableType, A.getInfoCache().getDL())) { in updateImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1308 const DataLayout &getDL() { return DL; }
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp846 const DebugLoc &DL = B.getDL(); in executeInWaterfallLoop()