Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp327 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 DSnippetFile.cpp96 void emitValueToAlignment(Align Alignment, int64_t Value, unsigned ValueSize, in emitValueToAlignment()
/openbsd/gnu/llvm/llvm/utils/yaml-bench/
H A DYAMLBench.cpp176 static std::string createJSONText(size_t MemoryMB, unsigned ValueSize) { in createJSONText()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCFragment.h307 unsigned ValueSize; variable
344 uint8_t ValueSize; variable
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCELFStreamer.cpp375 unsigned ValueSize, in emitValueToAlignment()
H A DMCAsmStreamer.cpp1416 unsigned ValueSize, in emitAlignmentDirective()
1485 unsigned ValueSize, in emitValueToAlignment()
H A DMCObjectStreamer.cpp647 unsigned ValueSize, in emitValueToAlignment()
H A DMCStreamer.cpp1223 unsigned ValueSize, in emitValueToAlignment()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1490 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp437 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 DAsmParser.cpp3400 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()