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

1 2

  /external/llvm/include/llvm/IR/
DataLayout.h 313 unsigned getPointerSizeInBits(unsigned AS = 0) const {
526 return getPointerSizeInBits(0);
528 return getPointerSizeInBits(Ty->getPointerAddressSpace());
Operator.h 450 DL.getPointerSizeInBits(getPointerAddressSpace()) &&
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 257 unsigned int pointerSize = dl->getPointerSizeInBits();
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 245 unsigned IntPtrWidth = DL->getPointerSizeInBits();
408 if (DL && IntegerSize >= DL->getPointerSizeInBits()) {
446 if (DL && IntegerSize <= DL->getPointerSizeInBits()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 757 bool isPPC64 = TD->getPointerSizeInBits() == 64;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
StackMaps.cpp 86 unsigned Size = AP.TM.getDataLayout()->getPointerSizeInBits();
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 125 unsigned IntPtrBitSize = DL->getPointerSizeInBits(0);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 379 TheInterpreter->getDataLayout()->getPointerSizeInBits() == 64 &&
Execution.cpp     [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 705 return IntegerType::get(C, getPointerSizeInBits(AddressSpace));
Value.cpp 439 assert(Offset.getBitWidth() == DL.getPointerSizeInBits(cast<PointerType>(
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 375 if (DL->getPointerSizeInBits(AS) > Width)
403 if (unsigned ShiftBits = 64 - DL->getPointerSizeInBits(AS)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 277 value = APInt(m_target_data.getPointerSizeInBits(), 0);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 160 unsigned getPointerSizeInBits(uint32_t AS = 0) const;
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 630 APInt Offset(DL->getPointerSizeInBits(), 0);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 174 APInt OffsetAI(TD.getPointerSizeInBits(), 0);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 4295 milliseconds

1 2