Home
last modified time | relevance | path

Searched refs:ValueSize (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFragment.h307 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 DMCObjectStreamer.h156 unsigned ValueSize = 1,
H A DMCStreamer.h857 unsigned ValueSize = 1,
/llvm-project-15.0.7/llvm/utils/yaml-bench/
H A DYAMLBench.cpp176 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 DAtomicExpandPass.cpp300 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 Didentifier-naming-hungarian-notation-cfgfile.cpp483 size_t ValueSize = 0; variable
H A Didentifier-naming-hungarian-notation.cpp483 size_t ValueSize = 0; variable
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp97 unsigned ValueSize, in emitValueToAlignment() argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp249 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 DMCELFStreamer.cpp368 unsigned ValueSize, in emitValueToAlignment() argument
373 ValueSize, MaxBytesToEmit); in emitValueToAlignment()
H A DMCObjectStreamer.cpp646 unsigned ValueSize, in emitValueToAlignment() argument
650 insert(new MCAlignFragment(Align(ByteAlignment), Value, ValueSize, in emitValueToAlignment()
H A DMCStreamer.cpp1213 unsigned ValueSize, in emitValueToAlignment() argument
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1414 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 DAsmParser.cpp578 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 DSelectionDAGBuilder.cpp435 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()