HomeSort by relevance Sort by last modified time
    Searched refs:getPointerSizeInBits (Results 1 - 25 of 35) sorted by null

1 2

  /external/llvm/lib/IR/
Operator.cpp 18 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
DataLayout.cpp 701 return IntegerType::get(C, getPointerSizeInBits(AddressSpace));
Value.cpp 485 assert(Offset.getBitWidth() == DL.getPointerSizeInBits(cast<PointerType>(
  /external/llvm/include/llvm/IR/
DataLayout.h 329 unsigned getPointerSizeInBits(unsigned AS = 0) const {
516 return getPointerSizeInBits(0);
518 return getPointerSizeInBits(Ty->getPointerAddressSpace());
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 119 const size_t PointerSizeInBits = DL.getPointerSizeInBits();
  /external/llvm/lib/Analysis/
InlineCost.cpp 264 unsigned IntPtrWidth = DL.getPointerSizeInBits();
427 if (IntegerSize >= DL.getPointerSizeInBits()) {
465 if (IntegerSize <= DL.getPointerSizeInBits()) {
    [all...]
BasicAliasAnalysis.cpp 418 unsigned PointerSize = DL.getPointerSizeInBits(AS);
    [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 261 DL.getPointerSizeInBits() ==
269 DL.getPointerSizeInBits() ==
StackMaps.cpp 99 unsigned Size = DL.getPointerSizeInBits();
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 361 DL->getPointerSizeInBits(GEP->getType()->getPointerAddressSpace());
SROA.cpp     [all...]
SeparateConstOffsetFromGEP.cpp     [all...]
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 245 unsigned int pointerSize = dl.getPointerSizeInBits();
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 76 APInt APOffset(DL.getPointerSizeInBits(0), 0);
499 ConstantInt::get(IntPtrTy, DL.getPointerSizeInBits(0) - BSI.AlignLog2));
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 371 TheInterpreter->getDataLayout().getPointerSizeInBits() == 64 &&
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 189 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits());
AddressSanitizer.cpp     [all...]
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 126 unsigned IntPtrBitSize = DL->getPointerSizeInBits(0);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 47 useImageRel32 = (A->getDataLayout().getPointerSizeInBits() == 64);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 174 return MVT::getIntegerVT(DL.getPointerSizeInBits(AS));
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 652 APInt Offset(DL.getPointerSizeInBits(), 0);
    [all...]

Completed in 1072 milliseconds

1 2