OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointerSizeInBits
(Results
26 - 50
of
109
) sorted by null
1
2
3
4
5
/external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp
157
MVT::getIntegerVT(M.getDataLayout().
getPointerSizeInBits
()));
/external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp
100
unsigned BitWidth = DL.
getPointerSizeInBits
(LI.getPointerAddressSpace());
NaryReassociate.cpp
330
DL->
getPointerSizeInBits
(GEP->getType()->getPointerAddressSpace());
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
381
TheInterpreter->getTargetData()->
getPointerSizeInBits
() == 64 &&
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
/frameworks/compile/libbcc/lib/
Compiler.cpp
313
unsigned int pointerSize = dl.
getPointerSizeInBits
();
/external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
77
APInt APOffset(DL.
getPointerSizeInBits
(0), 0);
463
ConstantInt::get(IntPtrTy, DL.
getPointerSizeInBits
(0) - BSI.AlignLog2));
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp
343
if (TD->
getPointerSizeInBits
() > Width)
372
if (unsigned ShiftBits = 64-TD->
getPointerSizeInBits
()) {
[
all
...]
ConstantFolding.cpp
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h
197
if (N < 1 || (!IsJTAllowed && DL.
getPointerSizeInBits
() < N))
211
if (N <= DL.
getPointerSizeInBits
()) {
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h
197
if (N < 1 || (!IsJTAllowed && DL.
getPointerSizeInBits
() < N))
211
if (N <= DL.
getPointerSizeInBits
()) {
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h
197
if (N < 1 || (!IsJTAllowed && DL.
getPointerSizeInBits
() < N))
211
if (N <= DL.
getPointerSizeInBits
()) {
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h
197
if (N < 1 || (!IsJTAllowed && DL.
getPointerSizeInBits
() < N))
211
if (N <= DL.
getPointerSizeInBits
()) {
[
all
...]
/external/llvm/lib/CodeGen/
StackMaps.cpp
99
unsigned Size = DL.
getPointerSizeInBits
();
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
371
TheInterpreter->getDataLayout().
getPointerSizeInBits
() == 64 &&
/external/llvm/lib/IR/
DataLayout.cpp
701
return IntegerType::get(C,
getPointerSizeInBits
(AddressSpace));
/external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
213
IntptrTy = Type::getIntNTy(*C, DL->
getPointerSizeInBits
());
/external/llvm/unittests/IR/
IRBuilderTest.cpp
126
unsigned IntPtrBitSize = DL->
getPointerSizeInBits
(0);
/external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp
311
Type * sizeTy = Type::getIntNTy(*Ctx, M->getDataLayout().
getPointerSizeInBits
(0));
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h
260
SizeInBits = MF->getDataLayout().
getPointerSizeInBits
(0);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h
260
SizeInBits = MF->getDataLayout().
getPointerSizeInBits
(0);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h
260
SizeInBits = MF->getDataLayout().
getPointerSizeInBits
(0);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h
260
SizeInBits = MF->getDataLayout().
getPointerSizeInBits
(0);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h
260
SizeInBits = MF->getDataLayout().
getPointerSizeInBits
(0);
Completed in 1966 milliseconds
1
2
3
4
5