OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeStoreSizeInBits
(Results
1 - 25
of
29
) sorted by null
1
2
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h
227
///
getTypeStoreSizeInBits
- Return the maximum number of bits that may be
230
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/external/llvm/include/llvm/IR/
DataLayout.h
376
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
477
DL.isLegalInteger(DL.
getTypeStoreSizeInBits
(Ty)) &&
478
DL.
getTypeStoreSizeInBits
(Ty) == DL.getTypeSizeInBits(Ty)) {
485
Type::getIntNTy(LI.getContext(), DL.
getTypeStoreSizeInBits
(Ty)));
[
all
...]
/external/llvm/lib/Analysis/
Loads.cpp
48
APInt Offset(DL.
getTypeStoreSizeInBits
(Ty), 0);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h
389
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h
389
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h
396
uint64_t
getTypeStoreSizeInBits
(Type *Ty) const {
/external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp
673
const uint32_t TypeSizeBytes = DL.
getTypeStoreSizeInBits
(OrigTy) / 8;
[
all
...]
ThreadSanitizer.cpp
496
const uint32_t TypeSize = DL.
getTypeStoreSizeInBits
(OrigTy);
668
uint32_t TypeSize = DL.
getTypeStoreSizeInBits
(OrigTy);
AddressSanitizer.cpp
[
all
...]
SanitizerCoverage.cpp
499
uint64_t TypeSize = DL->
getTypeStoreSizeInBits
(A0->getType());
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
739
// from the pointer given by
getTypeStoreSizeInBits
. This matters for
741
ShAmt = TD.
getTypeStoreSizeInBits
(NTy) -
742
TD.
getTypeStoreSizeInBits
(ToType) - Offset;
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
[
all
...]
Scalarizer.cpp
363
DL.
getTypeStoreSizeInBits
(Layout.ElemTy))
Completed in 2003 milliseconds
1
2