Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h459 llvm::GlobalVariable *RecSize = nullptr; member
H A DCGOpenMPRuntimeNVPTX.cpp2208 auto *RecSize = new llvm::GlobalVariable( in emitGenericVarsProlog() local
2212 RecSize->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global); in emitGenericVarsProlog()
2214 Address(RecSize, CGM.getSizeAlign()), /*Volatile=*/false, in emitGenericVarsProlog()
2227 GlobalizedRecords.back().RecSize = RecSize; in emitGenericVarsProlog()
4517 unsigned RecSize = C.getTypeSizeInChars(RDTy).getQuantity(); in clear() local
4519 llvm::alignTo(llvm::alignTo(Size, Alignment) + RecSize, Alignment); in clear()
4540 Records.RecSize->setInitializer(llvm::ConstantInt::get(CGM.SizeTy, Size)); in clear()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3708 unsigned RecSize = Record.size(); in parseFunctionBody() local
3709 if (OpNum == RecSize) in parseFunctionBody()
3714 for (; OpNum != RecSize; ++OpNum) { in parseFunctionBody()
3750 unsigned RecSize = Record.size(); in parseFunctionBody() local
3751 if (OpNum == RecSize) in parseFunctionBody()
3756 for (; OpNum != RecSize; ++OpNum) { in parseFunctionBody()