| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 362 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 D | FastISel.h | 250 DebugLoc getCurDebugLoc() const { return MIMD.getDL(); } in getCurDebugLoc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.cpp | 41 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 D | IRTranslator.cpp | 3651 if (auto CurrInstDL = CurBuilder->getDL()) in translate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 1675 MIRBuilder.getDL(), TII.get(SPIRVOPcode)) in getOrCreateSPIRVType() 1735 MIRBuilder.getDL(), TII.get(SPIRV::OpTypeBool)) in getOrCreateSPIRVBoolType() 1763 MIRBuilder.getDL(), TII.get(SPIRV::OpTypeVector)) in getOrCreateSPIRVVectorType() 1855 MIRBuilder.getDL(), TII.get(SPIRV::OpUndef)) in getOrCreateUndef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1655 case CmpInst::FCMP_FALSE: fastEmitBranch(FalseMBB, MIMD.getDL()); return true; in X86SelectBranch() 1656 case CmpInst::FCMP_TRUE: fastEmitBranch(TrueMBB, MIMD.getDL()); return true; in X86SelectBranch() 2813 assert(DI->getVariable()->isValidLocationForIntrinsic(MIMD.getDL()) && in fastLowerIntrinsicCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | MachineIRBuilder.h | 307 const DebugLoc &getDL() { return State.DL; } in getDL() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 1402 MF, MF.CreateMachineInstr(MCID, MIMD.getDL(), /*NoImpl=*/true)) in reassociateOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1661 fastEmitBranch(FalseMBB, MIMD.getDL()); in finishCondBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 790 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 2401 fastEmitBranch(FBB, MIMD.getDL()); in selectBranch() 2404 fastEmitBranch(TBB, MIMD.getDL()); in selectBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1328 fastEmitBranch(Target, MIMD.getDL()); in SelectBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 2537 const DataLayout &DL = A.getInfoCache().getDL(); in getKnownNonNullAndDerefBytesForUse() 6795 const DataLayout &DL = A.getInfoCache().getDL(); in manifest() 7341 !isDenselyPacked(*PrivatizableType, A.getInfoCache().getDL())) { in updateImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 1327 const DataLayout &getDL() { return DL; }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 846 const DebugLoc &DL = B.getDL(); in executeInWaterfallLoop()
|