Home
last modified time | relevance | path

Searched refs:TargetSize (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
DNios2AsmBackend.cpp69 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
78 uint64_t Mask = ((uint64_t)(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp109 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
123 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp100 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
114 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp353 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
459 uint64_t TargetSize = *OptTargetSize; in checkPreStmt() local
487 if (SourceSize == TargetSize) in checkPreStmt()
496 ExplodedNode *N = SourceSize < TargetSize ? C.generateErrorNode() in checkPreStmt()
505 << (TargetSize == 8 ? "an " : "a ") in checkPreStmt()
506 << TargetSize << " bit integer. "; in checkPreStmt()
508 if (SourceSize < TargetSize) in checkPreStmt()
509 os << (TargetSize - SourceSize) in checkPreStmt()
512 os << (SourceSize - TargetSize) in checkPreStmt()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCFixupKindInfo.h35 unsigned TargetSize; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCFixupKindInfo.h35 unsigned TargetSize; member
/external/llvm/include/llvm/MC/
DMCFixupKindInfo.h35 unsigned TargetSize; member
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp79 unsigned NumBytes = (Info.TargetSize + 7) / 8; in applyFixup()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp244 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
277 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp110 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp93 unsigned Size = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp259 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
292 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp238 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
372 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp105 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp335 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp1108 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1469 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp1727 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
Dcompute-gen.go7098 TargetSize int64 `json:"targetSize,omitempty"` member
7477 TargetSize *FixedOrPercent `json:"targetSize,omitempty"` member
7659 TargetSize int64 `json:"targetSize,omitempty"` member