Home
last modified time | relevance | path

Searched refs:RecSize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h479 llvm::GlobalVariable *RecSize = nullptr; member
H A DCGOpenMPRuntimeGPU.cpp1837 auto *RecSize = new llvm::GlobalVariable( in emitGenericVarsProlog() local
1841 RecSize->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global); in emitGenericVarsProlog()
1843 Address(RecSize, CGM.getSizeAlign()), /*Volatile=*/false, in emitGenericVarsProlog()
1857 GlobalizedRecords.back().RecSize = RecSize; in emitGenericVarsProlog()
4591 unsigned RecSize = C.getTypeSizeInChars(RDTy).getQuantity(); in clear() local
4593 llvm::alignTo(llvm::alignTo(Size, Alignment) + RecSize, Alignment); in clear()
4614 Records.RecSize->setInitializer(llvm::ConstantInt::get(CGM.SizeTy, Size)); in clear()
H A DCGOpenMPRuntime.cpp4985 llvm::Value *RecSize = CGM.getSize(SizeInBytes); in emitDepobjDependClause() local
4986 Size = CGF.Builder.CreateNUWMul(Size, RecSize); in emitDepobjDependClause()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer476 # RecSize; Size of one record like: 5Ch
477 >>&12 ulelong x \b, RecSize %#x
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4200 unsigned RecSize = Record.size(); in parseFunctionBody() local
4201 if (OpNum == RecSize) in parseFunctionBody()
4205 for (; OpNum != RecSize; ++OpNum) { in parseFunctionBody()
4241 unsigned RecSize = Record.size(); in parseFunctionBody() local
4242 if (OpNum == RecSize) in parseFunctionBody()
4247 for (; OpNum != RecSize; ++OpNum) { in parseFunctionBody()