Home
last modified time | relevance | path

Searched defs:TotalSize (Results 1 – 25 of 79) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp162 size_t TotalSize = Ops.size() + 1; in Finalize() local
178 size_t TotalSize = Ops.size() + 2; in Finalize() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp162 size_t TotalSize = Ops.size() + 1; in Finalize() local
178 size_t TotalSize = Ops.size() + 2; in Finalize() local
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp162 size_t TotalSize = Ops.size() + 1; in Finalize() local
178 size_t TotalSize = Ops.size() + 2; in Finalize() local
/external/llvm/lib/DebugInfo/CodeView/
DMemoryTypeTableBuilder.cpp28 int TotalSize = alignTo(Data.size() + SizeOfRecLen, Align); in writeRecord() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_errors.cpp60 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()
/external/llvm/lib/Support/
DCachePruning.cpp89 uint64_t TotalSize = 0; in prune() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp86 size_t TotalSize = 0; in allocate() local
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp86 size_t TotalSize = 0; in allocate() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management.cc38 size_t TotalSize(const ObjectsAssignment<size_t>& assignment) { in TotalSize() function
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp95 unsigned TotalSize = BlockOffsets[Begin->getNumber()]; in measureFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp95 unsigned TotalSize = BlockOffsets[Begin->getNumber()]; in measureFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp205 uint64_t TotalSize = 0; in pruneCache() local
/external/llvm-project/llvm/lib/Support/
DCachePruning.cpp205 uint64_t TotalSize = 0; in pruneCache() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp123 uint32_t TotalSize; // total size of header member
134 uint32_t TotalSize; member
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp309 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores()
398 unsigned TotalSize) { in createWideStores()
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp122 uint32_t TotalSize; // total size of header member
133 uint32_t TotalSize; member
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores()
392 unsigned TotalSize) { in createWideStores()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp306 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores()
392 unsigned TotalSize) { in createWideStores()
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp185 unsigned TotalSize = 0; in combineLoads() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()
/external/scudo/standalone/
Dreport.cpp95 void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize, in reportAllocationSizeTooBig()
/external/llvm/lib/ProfileData/
DInstrProf.cpp592 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) { in allocValueProfData()
624 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness); in getValueProfData() local
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp475 unsigned TotalSize = in emitExceptionTable() local
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h396 auto TotalSize = calcTotalAllocSize(Request, TargetPageSize); in allocateHostBlocks() local
500 size_t TotalSize = 0; in calcTotalAllocSize() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1014 SVal TotalSize = SB.evalBinOp(State, BO_Mul, BlocksVal, BlockBytesVal, in evalMulForBufferSize() local
1208 SVal TotalSize = evalMulForBufferSize(C, Call.getArgExpr(0), Call.getArgExpr(1)); in checkGMallocN() local
1220 SVal TotalSize = evalMulForBufferSize(C, Call.getArgExpr(0), Call.getArgExpr(1)); in checkGMallocN0() local
2448 SVal TotalSize = C.getSVal(Arg1); in ReallocMemAux() local
2538 SVal TotalSize = in CallocMem() local

1234