Searched defs:ValueSize (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 327 unsigned ValueSize = getAtomicOpSize(RMWI); in runOnFunction() local 580 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 596 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local 708 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local 1555 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetFile.cpp | 96 void emitValueToAlignment(Align Alignment, int64_t Value, unsigned ValueSize, in emitValueToAlignment()
|
/openbsd/gnu/llvm/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 176 static std::string createJSONText(size_t MemoryMB, unsigned ValueSize) { in createJSONText()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 307 unsigned ValueSize; variable 344 uint8_t ValueSize; variable
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 375 unsigned ValueSize, in emitValueToAlignment()
|
H A D | MCAsmStreamer.cpp | 1416 unsigned ValueSize, in emitAlignmentDirective() 1485 unsigned ValueSize, in emitValueToAlignment()
|
H A D | MCObjectStreamer.cpp | 647 unsigned ValueSize, in emitValueToAlignment()
|
H A D | MCStreamer.cpp | 1223 unsigned ValueSize, in emitValueToAlignment()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1490 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 437 const uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyFromPartsVector() local 452 unsigned ValueSize = ValueSVT.getSizeInBits(); in getCopyFromPartsVector() local 701 uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyToPartsVector() local
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 3400 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()
|