Home
last modified time | relevance | path

Searched defs:ValueSize (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEGenerator.h164 unsigned ValueSize = ValueRef.sizeOf(CU.getFormParams()); in addAttribute() local
/llvm-project/llvm/utils/yaml-bench/
H A DYAMLBench.cpp176 createJSONText(size_t MemoryMB,unsigned ValueSize) createJSONText() argument
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp204 emitValueToAlignment(Align Alignment,int64_t Value,unsigned ValueSize,unsigned MaxBytesToEmit) emitValueToAlignment() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h298 unsigned ValueSize; global() variable
308 MCAlignFragment(Align Alignment,int64_t Value,unsigned ValueSize,unsigned MaxBytesToEmit) MCAlignFragment() argument
335 uint8_t ValueSize; global() variable
/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp607 unsigned ValueSize = getAtomicOpSize(AI); tryExpandAtomicRMW() local
623 unsigned ValueSize = getAtomicOpSize(AI); tryExpandAtomicRMW() local
646 unsigned ValueSize = getAtomicOpSize(AI); tryExpandAtomicRMW() local
746 unsigned ValueSize = DL.getTypeStoreSize(ValueType); createMaskInstrs() local
1625 unsigned ValueSize = getAtomicOpSize(CI); tryExpandAtomicCmpXchg() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation-c-language.c359 size_t ValueSize = 0; variable
H A Didentifier-naming-hungarian-notation.cpp449 size_t ValueSize = 0; variable
H A Didentifier-naming-hungarian-notation-lower-case-prefix.cpp449 size_t ValueSize = 0; variable
H A Didentifier-naming-hungarian-notation-cfgfile.cpp444 size_t ValueSize = 0; variable
/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp335 emitValueToAlignment(Align Alignment,int64_t Value,unsigned ValueSize,unsigned MaxBytesToEmit) emitValueToAlignment() argument
H A DMCObjectStreamer.cpp555 emitValueToAlignment(Align Alignment,int64_t Value,unsigned ValueSize,unsigned MaxBytesToEmit) emitValueToAlignment() argument
H A DMCAsmStreamer.cpp1483 emitAlignmentDirective(unsigned ByteAlignment,std::optional<int64_t> Value,unsigned ValueSize,unsigned MaxBytesToEmit) emitAlignmentDirective() argument
1552 emitValueToAlignment(Align Alignment,int64_t Value,unsigned ValueSize,unsigned MaxBytesToEmit) emitValueToAlignment() argument
H A DMCStreamer.cpp1233 emitValueToAlignment(Align Alignment,int64_t Value,unsigned ValueSize,unsigned MaxBytesToEmit) emitValueToAlignment() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1603 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); valueCoversEntireFragment() local
1630 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); valueCoversEntireFragment() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1784 Value *ValueSize = Constant::getIntegerValue( propagateNonFTStore() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp462 const uint64_t ValueSize = ValueVT.getFixedSizeInBits(); getCopyFromPartsVector() local
477 unsigned ValueSize = ValueSVT.getSizeInBits(); getCopyFromPartsVector() local
745 uint64_t ValueSize = ValueVT.getFixedSizeInBits(); getCopyToPartsVector() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3389 parseDirectiveAlign(bool IsPow2,unsigned ValueSize) parseDirectiveAlign() argument