Home
last modified time | relevance | path

Searched refs:ptrSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1020 const unsigned int ptrSize = MAI->getCodePointerSize(); in printModuleLevelGV() local
1021 if (ElementSize % ptrSize || in printModuleLevelGV()
1022 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()
1035 O << " .u" << ptrSize * 8 << " "; in printModuleLevelGV()
1037 O << "[" << ElementSize / ptrSize << "] = {"; in printModuleLevelGV()
1092 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes() local
1121 for (unsigned i = 0; i < ptrSize; ++i) { in printBytes()
1127 pos += ptrSize; in printBytes()
1134 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords() local
1138 assert(nextSymbolPos % ptrSize == 0); in printWords()
[all …]
H A DNVPTXAsmPrinter.h85 bool allSymbolsAligned(unsigned ptrSize) const { in allSymbolsAligned() argument
87 [=](unsigned pos) { return pos % ptrSize == 0; }); in allSymbolsAligned()
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp1007 uint32_t *ptrSize = (uint32_t *)(const_cast<uint8_t *>(bodyData.data()) + in emitCategoryBody() local
1009 *ptrSize = catLayout.totalSize; in emitCategoryBody()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp6877 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local
6878 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()
6879 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()