Searched refs:setSize (Results 1 - 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolELF.h22 void setSize(const MCExpr *SS) { SymbolSize = SS; } function in class:llvm::MCSymbolELF
H A DMCSymbolWasm.h41 void setSize(const MCExpr *SS) { SymbolSize = SS; } function in class:llvm::MCSymbolWasm
H A DMCFragment.h542 void setSize(uint64_t Value) { Size = Value; } function in class:llvm::MCBoundaryAlignFragment
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h177 void setSize(uint64_t Size) { Range.End = Range.Start + Size; } function in struct:llvm::gsym::FunctionInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp790 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } function in class:__anon2739::ItaniumRecordLayoutBuilder
791 void setSize(uint64_t NewSize) { Size = NewSize; } function in class:__anon2739::ItaniumRecordLayoutBuilder
997 setSize(getSize().alignTo(BaseAlign));
1046 setSize(getSize() + PtrWidth);
1210 setSize(std::max(getSize(), Layout.getSize()));
1246 setSize(std::max(getSize(), getDataSize()));
1248 setSize(std::max(getSize(), Offset + Layout.getSize()));
1361 setSize(getDataSize());
1456 setSize(std::max(getSizeInBits(), getDataSizeInBits()));
1725 setSize(st
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp136 ELFSymbol->setSize(MCConstantExpr::create(Size, getContext()));
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2841 int setSize = 0; local
2854 setSize = 0;
2876 setSize = 1;
2911 setSize++;
2914 if (setSize > 0) {
3045 int *setSize) {
3072 (*setSize)++;
3107 (*setSize)++;
3158 (*setSize)++;
3174 int *setSize) {
3042 __kmp_process_subplace_list(const char **scan, kmp_affin_mask_t *osId2Mask, int maxOsId, kmp_affin_mask_t *tempMask, int *setSize) argument
3172 __kmp_process_place(const char **scan, kmp_affin_mask_t *osId2Mask, int maxOsId, kmp_affin_mask_t *tempMask, int *setSize) argument
3232 int setSize = 0; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h514 /// setSize - Update the node size.
515 void setSize(unsigned n) { pip.setInt(n - 1); } function in class:llvm::IntervalMapImpl::NodeRef
843 /// setSize - Set the size of a node both in the path and in the tree.
847 void setSize(unsigned Level, unsigned Size) {
850 subtree(Level - 1).setSize(Size);
1746 P.setSize(0, ++IM.rootSize);
1771 P.setSize(Level, P.size(Level) + 1);
1792 P.setSize(0, IM.rootSize = Size);
1860 P.setSize(P.height(), Size);
1877 P.setSize(
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp143 cast<MCSymbolWasm>(Symbol)->setSize(Value);
H A DMCELFStreamer.cpp319 ->setSize(MCConstantExpr::create(Size, getContext()));
323 cast<MCSymbolELF>(Symbol)->setSize(Value);
H A DMCAssembler.cpp1021 BF.setSize(NewSize);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp527 SymbolELF->setSize(MCConstantExpr::create(Size, getContext()));
632 KernelDescriptorSymbol->setSize(
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h816 void setSize(unsigned S) { Size = S; } function in class:llvm::DIE
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp309 setSize(CUOffset - getOffset());
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c2048 uint32_t numOfWays, setSize, setSizeCode, keySize; local
2117 NEXT_POWER_OF_2(numOfWays * waySize, setSize);
2120 LOG2(setSize, setSizeCode);
2144 autoLearnHashTblSize = numOfSets * setSize;
2147 PTR_TO_UINT(XX_MallocSmart(autoLearnHashTblSize, p_Manip->reassmParams.dataMemId, setSize));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1028 static_cast<MCSymbolELF *>(Sym)->setSize(Size);

Completed in 182 milliseconds