reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1466 ComputePTXValueVTs(*this, DL, Ty, VTs, &Offsets); 1468 getArgumentAlignment(Callee, CS, Ty, paramCount + 1, DL); 1469 unsigned AllocSize = DL.getTypeAllocSize(Ty); 1504 Ty->isIntegerTy() && DL.getTypeAllocSizeInBits(Ty) < 32; 1582 ComputePTXValueVTs(*this, DL, PTy->getElementType(), VTs, &Offsets, 0); 1607 auto PtrVT = getPointerTy(DL); 1636 ComputeValueVTs(*this, DL, RetTy, resvtparts); 1641 unsigned resultsz = DL.getTypeAllocSizeInBits(RetTy); 1659 retAlignment = getArgumentAlignment(Callee, CS, RetTy, 0, DL); 1697 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); 1767 ComputePTXValueVTs(*this, DL, RetTy, VTs, &Offsets, 0); 1770 unsigned RetAlign = getArgumentAlignment(Callee, CS, RetTy, 0, DL); 1780 RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32;