| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 307 unsigned ValueSize; variable 317 MCAlignFragment(Align Alignment, int64_t Value, unsigned ValueSize, 320 Value(Value), ValueSize(ValueSize), MaxBytesToEmit(MaxBytesToEmit) {} in MCFragment() 326 unsigned getValueSize() const { return ValueSize; } in getValueSize() 344 uint8_t ValueSize; variable 356 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() 360 uint8_t getValueSize() const { return ValueSize; } in getValueSize()
|
| H A D | MCObjectStreamer.h | 156 unsigned ValueSize = 1,
|
| H A D | MCStreamer.h | 857 unsigned ValueSize = 1,
|
| /llvm-project-15.0.7/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 176 static std::string createJSONText(size_t MemoryMB, unsigned ValueSize) { in createJSONText() argument 183 << " \"key1\": \"" << std::string(ValueSize, '*') << "\",\n" in createJSONText() 184 << " \"key2\": \"" << std::string(ValueSize, '*') << "\",\n" in createJSONText() 185 << " \"key3\": \"" << std::string(ValueSize, '*') << "\"\n" in createJSONText()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 300 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local 301 if (ValueSize < MinCASSize && in runOnFunction() 567 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 568 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW() 583 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 584 if (ValueSize < MinCASSize) { in tryExpandAtomicRMW() 691 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local 704 assert(ValueSize < MinWordSize); in createMaskInstrs() 723 Builder.CreateXor(PtrLSB, MinWordSize - ValueSize), 3); in createMaskInstrs() 1504 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | identifier-naming-hungarian-notation-cfgfile.cpp | 483 size_t ValueSize = 0; variable
|
| H A D | identifier-naming-hungarian-notation.cpp | 483 size_t ValueSize = 0; variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | SnippetFile.cpp | 97 unsigned ValueSize, in emitValueToAlignment() argument
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 249 unsigned ValueSize = 1, 1400 unsigned ValueSize, in emitValueToAlignment() argument 1415 switch (ValueSize) { in emitValueToAlignment() 1435 OS.write_hex(truncateToSize(Value, ValueSize)); in emitValueToAlignment() 1446 switch (ValueSize) { in emitValueToAlignment() 1455 OS << ", " << truncateToSize(Value, ValueSize); in emitValueToAlignment()
|
| H A D | MCELFStreamer.cpp | 368 unsigned ValueSize, in emitValueToAlignment() argument 373 ValueSize, MaxBytesToEmit); in emitValueToAlignment()
|
| H A D | MCObjectStreamer.cpp | 646 unsigned ValueSize, in emitValueToAlignment() argument 650 insert(new MCAlignFragment(Align(ByteAlignment), Value, ValueSize, in emitValueToAlignment()
|
| H A D | MCStreamer.cpp | 1213 unsigned ValueSize, in emitValueToAlignment() argument
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1414 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment() local 1416 assert(!ValueSize.isScalable() && in valueCoversEntireFragment() 1418 return ValueSize.getFixedSize() >= *FragmentSize; in valueCoversEntireFragment() 1430 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 578 bool parseDirectiveAlign(bool IsPow2, unsigned ValueSize); 3399 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign() argument 3430 if (IsPow2 && (ValueSize == 1) && getTok().is(AsmToken::EndOfStatement)) { in parseDirectiveAlign() 3487 ValueSize == 1 && useCodeAlign) { in parseDirectiveAlign() 3492 getStreamer().emitValueToAlignment(Alignment, FillExpr, ValueSize, in parseDirectiveAlign()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 435 const uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyFromPartsVector() local 436 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyFromPartsVector() 685 uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyToPartsVector() local 686 assert(PartVT.getFixedSizeInBits() > ValueSize && in getCopyToPartsVector() 688 EVT IntermediateType = EVT::getIntegerVT(*DAG.getContext(), ValueSize); in getCopyToPartsVector()
|