HomeSort by relevance Sort by last modified time
    Searched refs:getDataLayout (Results 176 - 200 of 238) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1116 TheModule->setDataLayout(TheExecutionEngine->getDataLayout());
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp     [all...]
toy.cpp 921 FPM->add(new DataLayout(*NewEngine->getDataLayout()));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 794 FPM->add(new DataLayout(*NewEngine->getDataLayout()));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp     [all...]
toy.cpp 824 FPM->add(new DataLayout(*NewEngine->getDataLayout()));
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp     [all...]
Lint.cpp 180 DL = DLP ? &DLP->getDataLayout() : nullptr;
MemoryDependenceAnalysis.cpp 92 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 156 TLI.getDataLayout()->getPrefTypeAlignment(NOutVT.
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 308 if (!TM->getDataLayout()->isLittleEndian()) {
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 561 const DataLayout *DL = TM.getDataLayout();
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 109 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 195 V = ConstantFoldConstantExpression(CE, IC.getDataLayout(),
    [all...]
InstructionCombining.cpp 99 return llvm::EmitGEPOffset(Builder, *getDataLayout(), GEP);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 235 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
LoopRerollPass.cpp     [all...]
MemCpyOptimizer.cpp     [all...]
Scalarizer.cpp 245 DL = DLP ? &DLP->getDataLayout() : nullptr;
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 796 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 425 if (M->getDataLayout() != nullptr)
426 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(),
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 379 if (M->getDataLayout() != nullptr)
380 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout()->getStringRepresentation(),
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 139 return (CGM.getDataLayout().getTypeStoreSize(type) * 8 == expectedSize);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 150 const DataLayout *getDataLayout() const { return DL; }
    [all...]

Completed in 3005 milliseconds

1 2 3 4 5 6 78 910