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

1 2

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 191 unsigned IntPtrWidth = TD.getPointerSizeInBits();
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 253 unsigned IntPtrWidth = TD->getPointerSizeInBits();
406 if (TD && IntegerSize >= TD->getPointerSizeInBits()) {
443 if (TD && IntegerSize <= TD->getPointerSizeInBits()) {
860 unsigned IntPtrWidth = TD->getPointerSizeInBits();
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 517 return getPointerSizeInBits(0);
520 return getPointerSizeInBits(AS);
649 return IntegerType::get(C, getPointerSizeInBits(AddressSpace));
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 257 OpTy->getScalarSizeInBits() <= DL->getPointerSizeInBits())
267 Ty->getScalarSizeInBits() >= DL->getPointerSizeInBits())
ConstantFolding.cpp 413 APInt Offset(TD.getPointerSizeInBits(), 0);
578 unsigned PtrSize = DL->getPointerSizeInBits();
    [all...]
BasicAliasAnalysis.cpp 318 if (TD->getPointerSizeInBits() > Width)
347 if (unsigned ShiftBits = 64-TD->getPointerSizeInBits()) {
    [all...]
ValueTracking.cpp 43 return TD ? TD->getPointerSizeInBits() : 0;
    [all...]
InstructionSimplify.cpp 679 unsigned IntPtrWidth = TD->getPointerSizeInBits();
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 268 unsigned getPointerSizeInBits(unsigned AS = 0) const {
Operator.h 446 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 116 unsigned IntPtrBitSize = DL->getPointerSizeInBits(0);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 758 bool isPPC64 = TD->getPointerSizeInBits() == 64;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 379 TheInterpreter->getDataLayout()->getPointerSizeInBits() == 64 &&
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp 372 Idx->getType()->getPrimitiveSizeInBits() > TD->getPointerSizeInBits())
534 unsigned IntPtrWidth = TD.getPointerSizeInBits();
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp 339 unsigned PtrSize = TD->getPointerSizeInBits(/* AddressSpace */0);
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 349 unsigned BitWidth = TD ? TD->getPointerSizeInBits() : 1;
  /external/llvm/lib/Transforms/Utils/
Local.cpp 810 unsigned BitWidth = TD ? TD->getPointerSizeInBits() : 64;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 392 unsigned PtrSize = TD->getPointerSizeInBits()/8;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 559 APInt Offset(TD->getPointerSizeInBits(), 0);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 168 APInt OffsetAI(TD.getPointerSizeInBits(), 0);
    [all...]

Completed in 699 milliseconds

1 2