HomeSort by relevance Sort by last modified time
    Searched refs:getValueSize (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 397 uint64_t Count = FragmentSize / AF.getValueSize();
399 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!");
404 if (Count * AF.getValueSize() != FragmentSize)
406 Twine(AF.getValueSize()) +
423 switch (AF.getValueSize()) {
445 assert(FF.getValueSize() && "Invalid virtual align in concrete fragment!");
447 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
448 switch (FF.getValueSize()) {
523 assert((!cast<MCAlignFragment>(it)->getValueSize() ||
528 assert(!cast<MCFillFragment>(it)->getValueSize() &
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 304 int64_t Size = NumValues * FF.getValueSize();
510 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!");
512 uint64_t Count = FragmentSize / AF.getValueSize();
517 if (Count * AF.getValueSize() != FragmentSize)
519 Twine(AF.getValueSize()) +
536 switch (AF.getValueSize()) {
572 unsigned VSize = FF.getValueSize();
690 assert((cast<MCAlignFragment>(F).getValueSize() == 0 ||
    [all...]
MCFragment.cpp 348 << " Value:" << AF->getValue() << " ValueSize:" << AF->getValueSize()
391 << " ValueSize:" << static_cast<unsigned>(FF->getValueSize())
WasmObjectWriter.cpp 625 if (Align->getValueSize() != 1)
638 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues,
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 441 assert(AF.getValueSize() && "Invalid virtual align in concrete fragment!");
443 uint64_t Count = FragmentSize / AF.getValueSize();
448 if (Count * AF.getValueSize() != FragmentSize)
450 Twine(AF.getValueSize()) +
467 switch (AF.getValueSize()) {
593 assert((cast<MCAlignFragment>(F).getValueSize() == 0 ||
MCFragment.cpp 352 << " Value:" << AF->getValue() << " ValueSize:" << AF->getValueSize()
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCFragment.h 322 unsigned getValueSize() const { return ValueSize; }
445 uint8_t getValueSize() const { return ValueSize; }
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.hpp 188 size_t getValueSize (const size_t valueIndex) const
vktSpvAsmComputeShaderCase.cpp 310 const size_t valueSize = specConstants.getValueSize(ndx);
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 250 unsigned getValueSize() const { return ValueSize; }
290 unsigned getValueSize() const { return ValueSize; }
  /external/llvm/include/llvm/MC/
MCFragment.h 311 unsigned getValueSize() const { return ValueSize; }

Completed in 464 milliseconds