OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerSizeInBits
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMELFWriterInfo.cpp
29
: TargetELFWriterInfo(TM.getTargetData()->
getPointerSizeInBits
() == 64,
/external/llvm/lib/IR/
Operator.cpp
24
DL.
getPointerSizeInBits
(getPointerAddressSpace()) &&
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeELFWriterInfo.cpp
29
: TargetELFWriterInfo(TM.getTargetData()->
getPointerSizeInBits
() == 64,
/external/llvm/include/llvm/IR/
DataLayout.h
326
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
514
return
getPointerSizeInBits
(0);
516
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h
339
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
527
return
getPointerSizeInBits
(0);
529
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h
339
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
527
return
getPointerSizeInBits
(0);
529
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h
346
unsigned
getPointerSizeInBits
(unsigned AS = 0) const {
536
return
getPointerSizeInBits
(0);
538
return
getPointerSizeInBits
(Ty->getPointerAddressSpace());
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h
197
unsigned
getPointerSizeInBits
() const { return 8*PointerMemSize; }
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp
402
bool isPPC64 = TD->
getPointerSizeInBits
() == 64;
483
bool isPPC64 = TM.getTargetData()->
getPointerSizeInBits
() == 64;
578
bool isPPC64 = TM.getTargetData()->
getPointerSizeInBits
() == 64;
/external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp
405
return
getPointerSizeInBits
();
528
return IntegerType::get(C,
getPointerSizeInBits
());
/frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp
119
const size_t PointerSizeInBits = DL.
getPointerSizeInBits
();
/external/llvm/lib/Analysis/
InlineCost.cpp
308
unsigned IntPtrWidth = DL.
getPointerSizeInBits
();
473
if (IntegerSize >= DL.
getPointerSizeInBits
()) {
511
if (IntegerSize <= DL.
getPointerSizeInBits
()) {
[
all
...]
/external/llvm/lib/CodeGen/
Analysis.cpp
260
DL.
getPointerSizeInBits
() ==
268
DL.
getPointerSizeInBits
() ==
/external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp
508
DL->
getPointerSizeInBits
(GEP->getAddressSpace())) {
519
DL->
getPointerSizeInBits
(GEP->getAddressSpace())) {
Completed in 587 milliseconds
1
2
3
4
5