Home
last modified time | relevance | path

Searched refs:getDataLayout (Results 1 – 25 of 513) sorted by relevance

12345678910>>...21

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp208 if (DAG.getDataLayout().isBigEndian()) in getCopyFromParts()
222 if (DAG.getDataLayout().isBigEndian()) in getCopyFromParts()
600 if (DAG.getDataLayout().isBigEndian()) in getCopyToParts()
635 if (DAG.getDataLayout().isBigEndian()) in getCopyToParts()
2130 auto &DL = DAG.getDataLayout(); in visitRet()
4244 auto &DL = DAG.getDataLayout(); in visitAlloca()
4620 const DataLayout &DL = DAG.getDataLayout(); in getUniformBase()
8301 auto &DL = DAG.getDataLayout(); in LowerCallTo()
9057 auto &DL = DAG.getDataLayout(); in getAddressForMemoryInput()
9830 const DataLayout &DL = DAG.getDataLayout(); in visitVAArg()
[all …]
H A DLegalizeTypesGeneric.cpp63 auto &DL = DAG.getDataLayout(); in ExpandRes_BITCAST()
75 if (TLI.hasBigEndianPartOrdering(OutVT, DAG.getDataLayout())) in ExpandRes_BITCAST()
94 if (TLI.hasBigEndianPartOrdering(OutVT, DAG.getDataLayout())) in ExpandRes_BITCAST()
136 if (DAG.getDataLayout().isBigEndian()) in ExpandRes_BITCAST()
147 if (DAG.getDataLayout().isBigEndian()) in ExpandRes_BITCAST()
186 if (TLI.hasBigEndianPartOrdering(OutVT, DAG.getDataLayout())) in ExpandRes_BITCAST()
243 if (DAG.getDataLayout().isBigEndian()) in ExpandRes_EXTRACT_VECTOR_ELT()
300 if (TLI.hasBigEndianPartOrdering(OVT, DAG.getDataLayout())) in ExpandRes_VAARG()
323 if (DAG.getDataLayout().isBigEndian()) in IntegerToVector()
387 if (DAG.getDataLayout().isBigEndian()) in ExpandOp_BUILD_VECTOR()
[all …]
H A DFunctionLoweringInfo.cpp100 mf.getDataLayout()); in set()
147 MF->getDataLayout().getTypeAllocSize(Ty).getKnownMinValue(); in set()
189 TLI->ParseConstraints(Fn->getParent()->getDataLayout(), TRI, in set()
285 ComputeValueVTs(*TLI, MF->getDataLayout(), PN.getType(), ValueVTs); in set()
377 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs); in CreateRegs()
427 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs); in ComputePHILiveOutRegInfo()
556 ComputeValueVTs(*TLI, Fn->getParent()->getDataLayout(), in getValueFromVirtualReg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp35 const DataLayout &DL = MF.getDataLayout(); in getPICOffsetSymbol()
42 const DataLayout &DL = MF.getDataLayout(); in getGlobalEPSymbol()
49 const DataLayout &DL = MF.getDataLayout(); in getLocalEPSymbol()
56 const DataLayout &DL = MF.getDataLayout(); in getTOCOffsetSymbol()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h175 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
196 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
216 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
232 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
248 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
281 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout();
345 const llvm::DataLayout &DL = BB->getParent()->getParent()->getDataLayout(); in CreatePreserveStructAccessIndex()
H A DCGRecordLayoutBuilder.cpp235 DataLayout(Types.getDataLayout()), IsZeroInitializable(true), in CGRecordLowering()
860 CharUnits::fromQuantity(Types.getDataLayout().getTypeAllocSize(Ty)); in MakeInfo()
882 if (Types.getDataLayout().isBigEndian()) { in MakeInfo()
944 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) && in ComputeRecordLayout()
954 getDataLayout().getTypeAllocSizeInBits(BaseTy) && in ComputeRecordLayout()
960 const llvm::StructLayout *SL = getDataLayout().getStructLayout(ST); in ComputeRecordLayout()
995 if (getDataLayout().isBigEndian()) in ComputeRecordLayout()
1006 getDataLayout().getTypeAllocSizeInBits(ElementTy) || in ComputeRecordLayout()
1008 getDataLayout().getTypeAllocSizeInBits(ElementTy)) && in ComputeRecordLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp25 PointerType::getUnqual(C), M.getDataLayout().getIntPtrType(C), in getEntryTy()
37 Type *SizeTy = M.getDataLayout().getIntPtrType(M.getContext()); in getOffloadingEntryInitializer()
71 M.getDataLayout().getDefaultGlobalsAddressSpace()); in emitOffloadingEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp37 const auto &DL = LI->getModule()->getDataLayout(); in get()
46 const auto &DL = SI->getModule()->getDataLayout(); in get()
60 const auto &DL = CXI->getModule()->getDataLayout(); in get()
69 const auto &DL = RMWI->getModule()->getDataLayout(); in get()
168 const DataLayout &DL = II->getModule()->getDataLayout(); in getForArgument()
H A DLoopUnrollAnalyzer.cpp87 const DataLayout &DL = I.getModule()->getDataLayout(); in visitBinaryOperator()
160 const DataLayout &DL = I.getModule()->getDataLayout(); in visitCastInst()
197 const DataLayout &DL = I.getModule()->getDataLayout(); in visitCmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp29 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemcpy()
40 "__memcpy_4", TLI.getPointerTy(DAG.getDataLayout())), in EmitTargetCodeForMemcpy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp86 if (First->getDataLayout().isDefault()) in MCJIT()
87 First->setDataLayout(getDataLayout()); in MCJIT()
108 if (M->getDataLayout().isDefault()) in addModule()
109 M->setDataLayout(getDataLayout()); in addModule()
206 assert(M->getDataLayout() == getDataLayout() && "DataLayout Mismatch"); in generateCodeForModule()
298 if (DemangledName[0] == getDataLayout().getGlobalPrefix()) in findModuleForSymbol()
327 Mangler::getNameWithPrefix(MangledNameStream, Name, getDataLayout()); in getSymbolAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kCallLowering.cpp56 DL(MIRBuilder.getMF().getDataLayout()), in M68kOutgoingArgHandler()
106 auto &DL = F.getParent()->getDataLayout(); in lowerReturn()
128 const auto &DL = F.getParent()->getDataLayout(); in lowerFormalArguments()
177 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
194 auto &DL = F.getParent()->getDataLayout(); in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp36 Entry.Ty = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemcpy()
57 SpecialMemcpyName, TLI.getPointerTy(DAG.getDataLayout()), Flags), in EmitTargetCodeForMemcpy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp403 return MMI->getModule()->getDataLayout(); in getDataLayout()
2165 const DataLayout &DL = M.getDataLayout(); in emitGlobalAlias()
2225 const DataLayout &DL = M.getDataLayout(); in emitGlobalIFunc()
2630 getDataLayout(), Kind, C, Alignment); in emitConstantPool()
2689 const DataLayout &DL = MF->getDataLayout(); in emitJumpTableInfo()
3188 const DataLayout &DL = getDataLayout(); in lowerConstant()
3202 const DataLayout &DL = getDataLayout(); in lowerConstant()
3526 const DataLayout &DL = AP.getDataLayout(); in emitGlobalConstantFP()
3535 const DataLayout &DL = AP.getDataLayout(); in emitGlobalConstantLargeInt()
3840 const DataLayout &DL = getDataLayout(); in GetCPISymbol()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h55 return AMDGPUAAResult(F.getParent()->getDataLayout()); in run()
72 Result.reset(new AMDGPUAAResult(M.getDataLayout())); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp35 auto &DL = MF->getDataLayout(); in getOrCreateVReg()
57 auto &DL = MF->getDataLayout(); in getOrCreateVRegDefAt()
125 auto &DL = MF->getDataLayout(); in createEntriesInEntryBlock()
239 auto &DL = MF->getDataLayout(); in propagateVRegs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCCallLowering.cpp83 auto &DL = F.getParent()->getDataLayout(); in lowerReturn()
120 const auto &DL = F.getParent()->getDataLayout(); in lowerFormalArguments()
178 0, MIRBuilder.getMF().getDataLayout().getPointerSizeInBits()); in getStackAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp81 : DL(M->getDataLayout()), LazyFunctionCreator(nullptr) { in ExecutionEngine()
124 return GVMemoryBlock::Create(GV, getDataLayout()); in getMemoryForGV()
195 GV->getParent()->getDataLayout().isDefault() in getMangledName()
196 ? getDataLayout() in getMangledName()
197 : GV->getParent()->getDataLayout(); in getMangledName()
339 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in reset()
415 unsigned PtrSize = EE->getDataLayout().getPointerSize(); in isTargetNullPtr()
1043 const unsigned StoreBytes = getDataLayout().getTypeStoreSize(Ty); in StoreValueToMemory()
1084 if (sys::IsLittleEndianHost != getDataLayout().isLittleEndian()) in StoreValueToMemory()
1097 const unsigned LoadBytes = getDataLayout().getTypeStoreSize(Ty); in LoadValueFromMemory()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp130 const DataLayout &DL = GV->getParent()->getDataLayout(); in getNameWithPrefix()
229 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
258 if (Flag[0] == GV->getParent()->getDataLayout().getGlobalPrefix()) in emitLinkerFlagsForGlobalCOFF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp102 const DataLayout &DL = F.getParent()->getDataLayout(); in runOnFunction()
128 const DataLayout &DL = F.getParent()->getDataLayout(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430MCInstLower.cpp52 const DataLayout &DL = Printer.getDataLayout(); in GetJumpTableSymbol()
69 const DataLayout &DL = Printer.getDataLayout(); in GetConstantPoolIndexSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp89 DL(MIRBuilder.getMF().getDataLayout()), in X86OutgoingValueHandler()
159 const DataLayout &DL = MF.getDataLayout(); in lowerReturn()
185 DL(MIRBuilder.getMF().getDataLayout()) {} in X86IncomingValueHandler()
260 auto DL = MF.getDataLayout(); in lowerFormalArguments()
312 const DataLayout &DL = F.getParent()->getDataLayout(); in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp587 DAG.getRegister(Lanai::RV, getPointerTy(DAG.getDataLayout()))); in LowerReturn()
646 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy(DAG.getDataLayout())); in LowerCCCCallTo()
699 getPointerTy(DAG.getDataLayout())); in LowerCCCCallTo()
733 G->getGlobal(), DL, getPointerTy(DAG.getDataLayout()), 0, OpFlag); in LowerCCCCallTo()
736 E->getSymbol(), getPointerTy(DAG.getDataLayout()), OpFlag); in LowerCCCCallTo()
1010 getPointerTy(DAG.getDataLayout())); in LowerVASTART()
1139 TLOF->isConstantInSmallSection(DAG.getDataLayout(), C)) { in LowerConstantPool()
1185 GV, DL, getPointerTy(DAG.getDataLayout()), Offset, OpFlagHi); in LowerGlobalAddress()
1187 GV, DL, getPointerTy(DAG.getDataLayout()), Offset, OpFlagLo); in LowerGlobalAddress()
1227 JT->getIndex(), getPointerTy(DAG.getDataLayout()), OpFlagHi); in LowerJumpTable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp78 TLI->getPointerTy(CurDAG->getDataLayout())) in INITIALIZE_PASS()
86 FIN->getIndex(), TLI->getPointerTy(CurDAG->getDataLayout())); in SelectADDRri()
102 FIN->getIndex(), TLI->getPointerTy(CurDAG->getDataLayout())); in SelectADDRri()
147 R2 = CurDAG->getRegister(SP::G0, TLI->getPointerTy(CurDAG->getDataLayout())); in SelectADDRrr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp65 VersionedLoop->getHeader()->getModule()->getDataLayout(), in versionLoop()
70 SCEVExpander Exp(*SE, RuntimeCheckBB->getModule()->getDataLayout(), in versionLoop()
77 InstSimplifyFolder(RuntimeCheckBB->getModule()->getDataLayout())); in versionLoop()

12345678910>>...21