Searched defs:getPointerSize (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h73 unsigned getPointerSize() const { return 4; } function in class:llvm::ARMAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp187 unsigned getPointerSize() const { function in class:__anon13110::PPCAsmBackend
208 bool is64 = getPointerSize() == 8;
224 bool is64 = getPointerSize() == 8;
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp65 unsigned getPointerSize() const { function in class:__anon18778::MBlazeAsmBackend
/external/clang/lib/CodeGen/
H A DCodeGenTypeCache.h92 CharUnits getPointerSize() const { function in struct:clang::CodeGen::CodeGenTypeCache
/external/llvm/include/llvm/Target/
H A DTargetMachine.h147 unsigned getPointerSize() const { return DL.getPointerSize(); } function in class:llvm::TargetMachine
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetData.h195 unsigned getPointerSize() const { return PointerMemSize; } function in class:llvm::TargetData
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp121 unsigned getPointerSize() const { return 4; } function in class:__anon18741::ARMAsmBackend
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp110 unsigned getPointerSize() const { function in class:__anon18806::PPCAsmBackend
132 bool is64 = getPointerSize() == 8;
167 bool is64 = getPointerSize() == 8;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp87 unsigned getPointerSize() const { return 8; } function in class:__anon12834::AArch64AsmBackend
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp256 static uint64_t getPointerSize(Value *V, AliasAnalysis &AA) { function
653 AA->getModRefInfo(CS, *I, getPointerSize(*I, *AA));
726 AliasAnalysis::Location StackLoc(*I, getPointerSize(*I, *AA));
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DModule.cpp86 Module::PointerSize Module::getPointerSize() const { function in class:Module
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp276 static uint64_t getPointerSize(const Value *V, const DataLayout &DL, function
336 uint64_t ObjectSize = getPointerSize(UO2, DL, TLI);
659 MemoryLocation StackLoc(I, getPointerSize(I, DL, *TLI));
768 ModRefInfo A = AA->getModRefInfo(CS, I, getPointerSize(I, DL, *TLI));
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h557 K.second * Remote.getPointerSize();
734 uint32_t getPointerSize() const { return RemotePointerSize; } function in class:llvm::orc::remote::OrcRemoteTargetClient
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h384 unsigned getPointerSize() const { return PointerSize; } function in class:llvm::MCAsmInfo
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmInfo.h353 /// getPointerSize - Get the pointer size in bytes.
354 unsigned getPointerSize() const { function in class:llvm::MCAsmInfo
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp147 unsigned AsmPrinter::getPointerSize() const { return TM.getPointerSize(); } function in class:AsmPrinter
1160 DL.getPointerSize());
1233 unsigned PtrSize = M.getDataLayout().getPointerSize(0);

Completed in 380 milliseconds