/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/ |
D | Nios2AsmBackend.cpp | 69 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/ |
D | LanaiAsmBackend.cpp | 109 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/ |
D | LanaiAsmBackend.cpp | 100 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/ |
D | BasicObjCFoundationChecks.cpp | 353 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/ |
D | MCFixupKindInfo.h | 35 unsigned TargetSize; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCFixupKindInfo.h | 35 unsigned TargetSize; member
|
/external/llvm/include/llvm/MC/ |
D | MCFixupKindInfo.h | 35 unsigned TargetSize; member
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyAsmBackend.cpp | 79 unsigned NumBytes = (Info.TargetSize + 7) / 8; in applyFixup()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 244 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/ |
D | WebAssemblyAsmBackend.cpp | 110 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCAsmBackend.cpp | 93 unsigned Size = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 259 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/ |
D | AVRAsmBackend.cpp | 238 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/ |
D | SystemZMCAsmBackend.cpp | 105 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 335 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmStreamer.cpp | 1108 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
|
/external/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 1469 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmStreamer.cpp | 1727 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
|
/external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/ |
D | compute-gen.go | 7098 TargetSize int64 `json:"targetSize,omitempty"` member 7477 TargetSize *FixedOrPercent `json:"targetSize,omitempty"` member 7659 TargetSize int64 `json:"targetSize,omitempty"` member
|