reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1922   uint64_t SizeInBits = DL->getTypeSizeInBits(StoredVal->getType());
 1938   unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
 2016   unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
 2032   SCEVExpander Expander(*SE, *DL, "hexagon-loop-idiom");
 2034   Type *IntPtrTy = Builder.getIntPtrTy(*DL, SI->getPointerAddressSpace());
 2053     if (StoreSize != 4 || DL->getTypeSizeInBits(BECountTy) > 32) {
 2154     if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT}))
 2265         if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT}))
 2379   PolynomialMultiplyRecognize PMR(L, *DL, *DT, *TLI, *SE);
 2426   DL = &L->getHeader()->getModule()->getDataLayout();