Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h298 unsigned ValueSize; variable
308 MCAlignFragment(Align Alignment, int64_t Value, unsigned ValueSize, in MCAlignFragment()
335 uint8_t ValueSize; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp607 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
623 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
646 unsigned ValueSize = getAtomicOpSize(AI); in tryExpandAtomicRMW() local
746 unsigned ValueSize = DL.getTypeStoreSize(ValueType); in createMaskInstrs() local
1625 unsigned ValueSize = getAtomicOpSize(CI); in tryExpandAtomicCmpXchg() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp327 unsigned ValueSize, in emitValueToAlignment()
H A DMCObjectStreamer.cpp555 unsigned ValueSize, in emitValueToAlignment()
H A DMCAsmStreamer.cpp1499 unsigned ValueSize, in emitAlignmentDirective()
1568 unsigned ValueSize, in emitValueToAlignment()
H A DMCStreamer.cpp1233 unsigned ValueSize, in emitValueToAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1609 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment() local
1636 TypeSize ValueSize = DL.getTypeAllocSizeInBits(ValTy); in valueCoversEntireFragment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1784 Value *ValueSize = Constant::getIntegerValue( in propagateNonFTStore() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp462 const uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyFromPartsVector() local
477 unsigned ValueSize = ValueSVT.getSizeInBits(); in getCopyFromPartsVector() local
745 uint64_t ValueSize = ValueVT.getFixedSizeInBits(); in getCopyToPartsVector() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3398 bool AsmParser::parseDirectiveAlign(bool IsPow2, unsigned ValueSize) { in parseDirectiveAlign()