HomeSort by: relevance | last modified time | path
    Searched refs:TargetSize (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFixupKindInfo.h 42 unsigned TargetSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 99 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8;
113 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
Utils.cpp 753 static unsigned getLCMSize(unsigned OrigSize, unsigned TargetSize) {
754 unsigned Mul = OrigSize * TargetSize;
755 unsigned GCDSize = greatestCommonDivisor(OrigSize, TargetSize);
761 const unsigned TargetSize = TargetTy.getSizeInBits();
763 if (OrigSize == TargetSize)
780 if (OrigElt.getSizeInBits() == TargetSize)
784 unsigned LCMSize = getLCMSize(OrigSize, TargetSize);
789 unsigned LCMSize = getLCMSize(OrigSize, TargetSize);
793 unsigned LCMSize = getLCMSize(OrigSize, TargetSize);
798 if (LCMSize == TargetSize)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroCleanup.cpp 90 auto *TargetSize = Target->getOperand(1);
92 if (TargetSize->isElementWiseEqual(SourceSize)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 96 unsigned BitSize = getFixupKindInfo(Kind).TargetSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.cpp 116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8;
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.cpp 247 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize;
373 auto NumBits = Info.TargetSize + Info.TargetOffset;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8;
291 (64 - getFixupKindInfo(Kind).TargetSize));
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp 402 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);

Completed in 36 milliseconds