Lines Matching refs:DataLayout
165 Module &M, const DataLayout &DL, StructType *StructTy,
167 GlobalVariable *createCacheFragInfoGV(Module &M, const DataLayout &DL,
169 Constant *createEsanInitToolInfoArg(Module &M, const DataLayout &DL);
172 bool instrumentLoadOrStore(Instruction *I, const DataLayout &DL);
190 int getMemoryAccessFuncIndex(Value *Addr, const DataLayout &DL);
192 bool instrumentFastpath(Instruction *I, const DataLayout &DL, bool IsStore,
195 bool instrumentFastpathCacheFrag(Instruction *I, const DataLayout &DL,
197 bool instrumentFastpathWorkingSet(Instruction *I, const DataLayout &DL,
322 Module &M, const DataLayout &DL, StructType *StructTy, in createCacheFragAuxGV()
364 Module &M, const DataLayout &DL, Constant *UnitName) { in createCacheFragInfoGV()
484 const DataLayout &DL) { in createEsanInitToolInfoArg()
531 const DataLayout &DL = M.getDataLayout(); in initOnModule()
606 const DataLayout &DL = M.getDataLayout(); in runOnFunction()
647 const DataLayout &DL) { in instrumentLoadOrStore()
809 const DataLayout &DL) { in getMemoryAccessFuncIndex()
827 const DataLayout &DL, bool IsStore, in instrumentFastpath()
838 const DataLayout &DL, in instrumentFastpathCacheFrag()
846 Instruction *I, const DataLayout &DL, Value *Addr, unsigned Alignment) { in instrumentFastpathWorkingSet()