Home
last modified time | relevance | path

Searched refs:PointerSize (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp88 explicit UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo()
106 : AI(AI), Size(Size), Use(PointerSize) {} in AllocaInfo()
120 : Arg(Arg), Use(PointerSize) {} in ParamInfo()
195 Params.emplace_back(PointerSize, nullptr); in FunctionInfo()
207 unsigned PointerSize = 0; member in __anonbb2e384e0211::StackSafetyLocalAnalysis
220 return ConstantRange(APInt(PointerSize, Lower), APInt(PointerSize, Upper)); in getRange()
226 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
227 UnknownRange(PointerSize, true) {} in StackSafetyLocalAnalysis()
384 Info.Params.emplace_back(PointerSize, &A); in run()
403 unsigned PointerSize = 0; member in __anonbb2e384e0211::StackSafetyDataFlowAnalysis
[all …]
H A DBasicAliasAnalysis.cpp397 static APInt adjustToPointerSize(APInt Offset, unsigned PointerSize) { in adjustToPointerSize() argument
398 assert(PointerSize <= Offset.getBitWidth() && "Invalid PointerSize!"); in adjustToPointerSize()
399 unsigned ShiftBits = Offset.getBitWidth() - PointerSize; in adjustToPointerSize()
498 unsigned PointerSize = DL.getPointerSizeInBits(AS); in DecomposeGEPExpression() local
535 if (PointerSize > Width) in DecomposeGEPExpression()
536 SExtBits += PointerSize - Width; in DecomposeGEPExpression()
563 if (PointerSize > Width) in DecomposeGEPExpression()
564 SExtBits += PointerSize - Width; in DecomposeGEPExpression()
586 Scale = adjustToPointerSize(Scale, PointerSize); in DecomposeGEPExpression()
597 adjustToPointerSize(Decomposed.StructOffset, PointerSize); in DecomposeGEPExpression()
[all …]
H A DInlineCost.cpp1965 unsigned PointerSize = DL.getPointerSizeInBits(AS); in getCallsiteCost() local
1967 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
246 static const unsigned PointerSize = 4;
288 static const unsigned PointerSize = 8;
H A DOrcRemoteTargetServer.h309 (sys::Process::getPageSize() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
338 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo() local
344 << " pointer size = " << PointerSize << "\n" in handleGetRemoteInfo()
349 return std::make_tuple(ProcessTriple, PointerSize, PageSize, TrampolineSize, in handleGetRemoteInfo()
H A DIndirectionUtils.h156 (sys::Process::getPageSize() - ORCABI::PointerSize) / in grow()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h140 uint8_t PointerSize, int32_t SegIndex,
202 uint8_t PointerSize; variable
259 uint8_t PointerSize; variable
426 uint8_t PointerSize, int32_t SegIndex, in BindEntryCheckCountAndSkip() argument
428 return BindRebaseSectionTable->checkCountAndSkip(Count, Skip, PointerSize, in BindEntryCheckCountAndSkip()
442 uint8_t PointerSize, int32_t SegIndex, in RebaseEntryCheckCountAndSkip() argument
444 return BindRebaseSectionTable->checkCountAndSkip(Count, Skip, PointerSize, in RebaseEntryCheckCountAndSkip()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumCXXABI.cpp193 CharUnits PointerSize = in isNearlyEmpty() local
195 return Layout.getNonVirtualSize() == PointerSize; in isNearlyEmpty()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp422 int PointerSize) { in emitDwarfSetLineAddr() argument
425 OS.EmitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
427 OS.EmitSymbolValue(Label, PointerSize); in emitDwarfSetLineAddr()
436 unsigned PointerSize) { in EmitDwarfAdvanceLineAddr() argument
439 Label, PointerSize); in EmitDwarfAdvanceLineAddr()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp106 uint32_t PointerSize = VTableType->getLength(); in start() local
110 << " [sizeof=" << PointerSize << "] "; in start()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp867 unsigned int PointerSize = in tryLoad() local
943 if (PointerSize == 64) in tryLoad()
961 if (PointerSize == 64) in tryLoad()
1011 unsigned int PointerSize = in tryLoadVector() local
1126 if (PointerSize == 64) { in tryLoadVector()
1174 if (PointerSize == 64) { in tryLoadVector()
1730 unsigned int PointerSize = in tryStore() local
1813 if (PointerSize == 64) in tryStore()
1837 if (PointerSize == 64) in tryStore()
1887 unsigned int PointerSize = in tryStoreVector() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3037 PointerSize(is64Bit ? 8 : 4) {} in MachORebaseEntry()
3154 SegmentOffset += ImmValue * PointerSize; in moveNext()
3181 AdvanceAmount = PointerSize; in moveNext()
3215 AdvanceAmount = PointerSize; in moveNext()
3264 AdvanceAmount = Skip + PointerSize; in moveNext()
3317 AdvanceAmount = Skip + PointerSize; in moveNext()
3665 AdvanceAmount = PointerSize; in moveNext()
3793 AdvanceAmount = ImmValue * PointerSize + PointerSize; in moveNext()
3833 AdvanceAmount = Skip + PointerSize; in moveNext()
4031 i = (Skip + PointerSize) * (Count - 1); in checkCountAndSkip()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp214 unsigned PointerSize = Asm->getDataLayout().getPointerSize(); in getOrCreateGlobalVariableDIE() local
215 assert((PointerSize == 4 || PointerSize == 8) && in getOrCreateGlobalVariableDIE()
221 PointerSize == 4 ? dwarf::DW_OP_const4u in getOrCreateGlobalVariableDIE()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h147 unsigned PointerSize);
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1306 unsigned PointerSize = M.getDataLayout().getPointerSize(); in rebuildGlobal() local
1307 B.Before.Bytes.resize(alignTo(B.Before.Bytes.size(), PointerSize)); in rebuildGlobal()
1308 B.After.Bytes.resize(alignTo(B.After.Bytes.size(), PointerSize)); in rebuildGlobal()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7490 uint32_t PointerSize = Is64 ? sizeof(uint64_t) : sizeof(uint32_t); in printMachOCompactUnwindSection() local
7491 uint32_t EntrySize = 3 * PointerSize + 2 * sizeof(uint32_t); in printMachOCompactUnwindSection()
7515 else if (OffsetInEntry == PointerSize + 2 * sizeof(uint32_t)) in printMachOCompactUnwindSection()
7517 else if (OffsetInEntry == 2 * PointerSize + 2 * sizeof(uint32_t)) in printMachOCompactUnwindSection()