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

1 2 3 4 5 67 8 910

  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 195 TLI->getDataLayout()->getPrefTypeAlignment(FunctionContextTy);
StackMaps.cpp 86 unsigned Size = AP.TM.getDataLayout()->getPointerSizeInBits();
TargetLoweringBase.cpp 671 : TM(tm), DL(TM.getDataLayout()), TLOF(*tlof) {
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 348 const DataLayout *Other = M->getDataLayout();
  /external/llvm/lib/LTO/
LTOModule.cpp 149 M->setDataLayout(target->getDataLayout());
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 175 DL = DLP ? &DLP->getDataLayout() : nullptr;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 444 const DataLayout *DL = DLP ? &DLP->getDataLayout() : nullptr;
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 117 const DataLayout *getDataLayout() const { return DL; }
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 221 DL = &DLP->getDataLayout();
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 562 DL = DLP ? &DLP->getDataLayout() : nullptr;
SeparateConstOffsetFromGEP.cpp 244 DL = &DLP->getDataLayout();
    [all...]
SCCP.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 821 TheFPM->add(new DataLayout(*TheExecutionEngine->getDataLayout()));
1059 FPM->add(new DataLayout(*EE->getDataLayout()));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 405 Align = TM->getDataLayout()->getPrefTypeAlignment(Type);
408 Align = TM->getDataLayout()->getTypeAllocSize(Type);
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
FastISel.cpp     [all...]
LegalizeDAG.cpp 736 unsigned ABIAlignment= TLI.getDataLayout()->getABITypeAlignment(Ty);
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType());
868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType());
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGDecl.cpp     [all...]
CodeGenModule.h 588 const llvm::DataLayout &getDataLayout() const { return TheDataLayout; }
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 72 TD(tm.getDataLayout()), TM(tm),
374 TD = Target.getDataLayout();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]

Completed in 428 milliseconds

1 2 3 4 5 67 8 910