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

References

lib/Target/NVPTX/NVPTXISelLowering.cpp
 1636     ComputeValueVTs(*this, DL, RetTy, resvtparts);
 1641     unsigned resultsz = DL.getTypeAllocSizeInBits(RetTy);
 1646     if (RetTy->isFloatingPointTy() || RetTy->isPointerTy() ||
 1646     if (RetTy->isFloatingPointTy() || RetTy->isPointerTy() ||
 1647         (RetTy->isIntegerTy() && !RetTy->isIntegerTy(128))) {
 1647         (RetTy->isIntegerTy() && !RetTy->isIntegerTy(128))) {
 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;
 1780         RetTy->isIntegerTy() && DL.getTypeAllocSizeInBits(RetTy) < 32;