/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.h | 39 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;
|
D | RuntimeDyldCOFF.cpp | 97 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/ |
D | StackSafetyAnalysis.cpp | 89 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/ |
D | OrcABISupport.h | 46 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;
|
D | TPCIndirectionUtils.h | 38 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()
|
D | OrcRemoteTargetServer.h | 323 (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/ |
D | AIXException.cpp | 48 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/ |
D | OrcABISupport.h | 38 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;
|
D | OrcRemoteTargetServer.h | 308 (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/ |
D | StackSafetyAnalysis.cpp | 129 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/ |
D | X86MCAsmInfo.cpp | 47 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/ |
D | OrcABISupport.h | 36 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;
|
D | OrcRemoteTargetServer.h | 322 (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/ |
D | PPCMCAsmInfo.cpp | 23 PointerSize = CalleeSaveStackSlotSize = 8; in PPCMCAsmInfoDarwin() 53 PointerSize = CalleeSaveStackSlotSize = 8; in PPCELFMCAsmInfo()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCAsmInfo.cpp | 43 PointerSize = CalleeSaveStackSlotSize = 8; in AArch64MCAsmInfoDarwin() 75 PointerSize = 8; in AArch64MCAsmInfoELF()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachO.h | 137 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/ |
D | MachO.h | 137 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/ |
D | PPCMCTargetDesc.cpp | 250 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/ |
D | ItaniumCXXABI.cpp | 131 CharUnits PointerSize = in isNearlyEmpty() local 133 return Layout.getNonVirtualSize() == PointerSize; in isNearlyEmpty()
|
/external/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCAsmInfo.cpp | 21 PointerSize = 2; in AVRMCAsmInfo()
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 327 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/ |
D | MSP430MCAsmInfo.cpp | 20 PointerSize = CalleeSaveStackSlotSize = 2; in MSP430MCAsmInfo()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCAsmInfo.cpp | 17 PointerSize = 8; in SystemZMCAsmInfo()
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm64_32.c | 11 int PointerSize = sizeof(void *); variable
|
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.cpp | 293 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry() local 294 Streamer.emitValueToAlignment(PointerSize); in emitTCEntry() 295 Streamer.emitSymbolValue(&S, PointerSize); in emitTCEntry()
|