Home
last modified time | relevance | path

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

1234

/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h39 JITSymbolResolver &Resolver, unsigned PointerSize, in RuntimeDyldCOFF() argument
41 : RuntimeDyldImpl(MemMgr, Resolver), PointerSize(PointerSize), in RuntimeDyldCOFF()
43 assert((PointerSize == 4 || PointerSize == 8) && "Unexpected pointer size"); in RuntimeDyldCOFF()
53 unsigned PointerSize;
DRuntimeDyldCOFF.cpp97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset()
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
102 Log2_64(PointerSize)); in getDLLImportOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp89 explicit UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo()
106 AllocaInfo(unsigned PointerSize, const AllocaInst *AI, uint64_t Size) in AllocaInfo()
107 : AI(AI), Size(Size), Use(PointerSize) {} in AllocaInfo()
120 explicit ParamInfo(unsigned PointerSize, const Argument *Arg) in ParamInfo()
121 : Arg(Arg), Use(PointerSize) {} in ParamInfo()
191 unsigned PointerSize = A->getParent()->getDataLayout().getPointerSizeInBits(); in FunctionInfo() local
196 Params.emplace_back(PointerSize, nullptr); in FunctionInfo()
198 US.Calls.emplace_back(Aliasee, ArgNo, ConstantRange(APInt(PointerSize, 0))); in FunctionInfo()
208 unsigned PointerSize = 0; member in __anon8f0197140211::StackSafetyLocalAnalysis
221 return ConstantRange(APInt(PointerSize, Lower), APInt(PointerSize, Upper)); in getRange()
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h46 uint64_t PointerBytes = NumStubs * ORCABI::PointerSize;
58 static constexpr unsigned PointerSize = sizeof(uintptr_t);
91 static constexpr unsigned PointerSize = 8;
131 static constexpr unsigned PointerSize = 8;
198 static constexpr unsigned PointerSize = 4;
238 static constexpr unsigned PointerSize = 4;
300 static constexpr unsigned PointerSize = 8;
DTPCIndirectionUtils.h38 ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize, in ABISupport() argument
40 : PointerSize(PointerSize), TrampolineSize(TrampolineSize), in ABISupport()
48 unsigned getPointerSize() const { return PointerSize; } in getPointerSize()
73 unsigned PointerSize = 0;
179 : ABISupport(ORCABI::PointerSize, ORCABI::TrampolineSize, in ABISupportImpl()
DOrcRemoteTargetServer.h323 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
351 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo() local
357 << " pointer size = " << PointerSize << "\n" in handleGetRemoteInfo()
362 return std::make_tuple(ProcessTriple, PointerSize, PageSize, TrampolineSize, in handleGetRemoteInfo()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAIXException.cpp48 const unsigned PointerSize = DL.getPointerSize(); in emitExceptionInfoTable() local
51 Asm->OutStreamer->emitValueToAlignment(PointerSize); in emitExceptionInfoTable()
55 PointerSize); in emitExceptionInfoTable()
59 PointerSize); in emitExceptionInfoTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h38 static const unsigned PointerSize = sizeof(uintptr_t);
117 static const unsigned PointerSize = 8;
152 static const unsigned PointerSize = 8;
210 static const unsigned PointerSize = 4;
245 static const unsigned PointerSize = 4;
287 static const unsigned PointerSize = 8;
DOrcRemoteTargetServer.h308 (sys::Process::getPageSizeEstimate() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
337 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo() local
343 << " pointer size = " << PointerSize << "\n" in handleGetRemoteInfo()
348 return std::make_tuple(ProcessTriple, PointerSize, PageSize, TrampolineSize, in handleGetRemoteInfo()
/external/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp129 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo()
149 unsigned PointerSize = DL.getMaxPointerSizeInBits(); in getStaticAllocaSizeRange() local
151 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
154 APInt APSize(PointerSize, TS.getFixedSize(), true); in getStaticAllocaSizeRange()
165 Mul = Mul.sextOrTrunc(PointerSize); in getStaticAllocaSizeRange()
170 R = ConstantRange(APInt::getNullValue(PointerSize), APSize); in getStaticAllocaSizeRange()
234 unsigned PointerSize = 0; member in __anon850a2da00211::StackSafetyLocalAnalysis
251 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
252 UnknownRange(PointerSize, true) {} in StackSafetyLocalAnalysis()
270 return Offset.sextOrTrunc(PointerSize); in offsetFrom()
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp47 PointerSize = CalleeSaveStackSlotSize = 8; in X86MCAsmInfoDarwin()
96 PointerSize = (is64Bit && !isX32) ? 8 : 4; in X86ELFMCAsmInfo()
133 PointerSize = 8; in X86MCAsmInfoMicrosoft()
160 PointerSize = 8; in X86MCAsmInfoGNUCOFF()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h36 static const unsigned PointerSize = sizeof(uintptr_t);
112 static const unsigned PointerSize = 8;
146 static const unsigned PointerSize = 8;
200 static const unsigned PointerSize = 4;
DOrcRemoteTargetServer.h322 (sys::Process::getPageSize() - TargetT::PointerSize) / in handleEmitTrampolineBlock()
351 uint32_t PointerSize = TargetT::PointerSize; in handleGetRemoteInfo() local
357 << " pointer size = " << PointerSize << "\n" in handleGetRemoteInfo()
361 return std::make_tuple(ProcessTriple, PointerSize, PageSize, TrampolineSize, in handleGetRemoteInfo()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp23 PointerSize = CalleeSaveStackSlotSize = 8; in PPCMCAsmInfoDarwin()
53 PointerSize = CalleeSaveStackSlotSize = 8; in PPCELFMCAsmInfo()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp43 PointerSize = CalleeSaveStackSlotSize = 8; in AArch64MCAsmInfoDarwin()
75 PointerSize = 8; in AArch64MCAsmInfoELF()
/external/llvm-project/llvm/include/llvm/Object/
DMachO.h137 uint8_t PointerSize, uint32_t Count=1,
199 uint8_t PointerSize; variable
256 uint8_t PointerSize; variable
421 uint8_t PointerSize, uint32_t Count=1,
424 PointerSize, Count, Skip);
435 uint8_t PointerSize,
439 PointerSize, Count, Skip);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h137 uint8_t PointerSize, uint32_t Count=1,
199 uint8_t PointerSize; variable
256 uint8_t PointerSize; variable
420 uint8_t PointerSize, uint32_t Count=1,
423 PointerSize, Count, Skip);
434 uint8_t PointerSize,
438 PointerSize, Count, Skip);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp250 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry() local
251 Streamer.EmitValueToAlignment(PointerSize); in emitTCEntry()
252 Streamer.EmitSymbolValue(&S, PointerSize); in emitTCEntry()
/external/clang/lib/AST/
DItaniumCXXABI.cpp131 CharUnits PointerSize = in isNearlyEmpty() local
133 return Layout.getNonVirtualSize() == PointerSize; in isNearlyEmpty()
/external/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCAsmInfo.cpp21 PointerSize = 2; in AVRMCAsmInfo()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp327 int PointerSize) { in emitDwarfSetLineAddr() argument
330 OS.EmitULEB128IntValue(PointerSize + 1); in emitDwarfSetLineAddr()
332 OS.EmitSymbolValue(Label, PointerSize); in emitDwarfSetLineAddr()
341 unsigned PointerSize) { in EmitDwarfAdvanceLineAddr() argument
344 Label, PointerSize); in EmitDwarfAdvanceLineAddr()
/external/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCAsmInfo.cpp20 PointerSize = CalleeSaveStackSlotSize = 2; in MSP430MCAsmInfo()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmInfo.cpp17 PointerSize = 8; in SystemZMCAsmInfo()
/external/llvm-project/clang/test/CodeGen/
Darm64_32.c11 int PointerSize = sizeof(void *); variable
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp293 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry() local
294 Streamer.emitValueToAlignment(PointerSize); in emitTCEntry()
295 Streamer.emitSymbolValue(&S, PointerSize); in emitTCEntry()

1234