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

1 2

  /external/llvm/include/llvm/Target/
TargetData.h 339 uint64_t getElementOffset(unsigned Idx) const {
345 return getElementOffset(Idx)*8;
  /external/llvm/lib/Target/
Target.cpp 103 return unwrap(TD)->getStructLayout(STy)->getElementOffset(Element);
TargetData.cpp 552 Result += Layout->getElementOffset(FieldNo);
  /frameworks/compile/slang/
slang_rs_export_func.cpp 160 size_t T2Offset = ParamTySL->getElementOffset(Index);
  /external/llvm/lib/CodeGen/
Analysis.cpp 87 StartingOffset + SL->getElementOffset(EI - EB));
ELFWriter.cpp 432 uint64_t padSize = ((i == e-1 ? Size : cvsLayout->getElementOffset(i+1))
433 - cvsLayout->getElementOffset(i)) - fieldSize;
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 222 Offset += TD.getStructLayout(ST)->getElementOffset(CI->getZExtValue());
279 uint64_t CurEltOffset = SL->getElementOffset(Index);
299 uint64_t NextEltOffset = SL->getElementOffset(Index);
693 Offset -= APInt(BitWidth, SL.getElementOffset(ElIdx));
    [all...]
ValueTracking.cpp 567 uint64_t Offset = SL->getElementOffset(Idx);
    [all...]
BasicAliasAnalysis.cpp 326 BaseOffs += TD->getStructLayout(STy)->getElementOffset(FieldNo);
    [all...]
ScalarEvolutionExpander.cpp 448 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 229 ConstantOffset += SL->getElementOffset(Idx);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
MemCpyOptimizer.cpp 58 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 424 Size = TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
InstructionCombining.cpp 772 Offset -= SL->getElementOffset(Elt);
    [all...]
InstCombineCompares.cpp 488 Offset += TD.getStructLayout(STy)->getElementOffset(CI->getZExtValue());
518 Offset += TD.getStructLayout(STy)->getElementOffset(CI->getZExtValue());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 712 reinterpret_cast<uint8_t*>(Addr) + SL->getElementOffset(i));
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 439 uint64_t Offs = TD.getStructLayout(StTy)->getElementOffset(Field);
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 762 // getElementOffset - The workhorse for getelementptr.
768 "Cannot getElementOffset of a nonpointer type!");
779 Total += SLO->getElementOffset(Index);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 764 TmpOffset += SL->getElementOffset(Idx);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 419 Disp += SL->getElementOffset(cast<ConstantInt>(Op)->getZExtValue());
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 531 uint64_t FieldOffset = Layout.getElementOffset(i);
    [all...]

Completed in 374 milliseconds

1 2