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

References

lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  410         if (ArgType->isFPOrFPVectorTy() &&
  411             (ArgType->getTypeID() != Type::VectorTyID)) {
  412           Type *IType = (ArgType->isFloatTy()) ? Int32Ty : Int64Ty;
  433         } else if (ArgType->getTypeID() == Type::PointerTyID) {
  434           if (shouldPrintAsStr(OpConvSpecifiers[ArgCount - 1], ArgType)) {
  474             uint64_t Size = TD->getTypeAllocSizeInBits(ArgType);
  480         } else if (ArgType->getTypeID() == Type::VectorTyID) {
  482           uint32_t EleCount = cast<VectorType>(ArgType)->getNumElements();
  483           uint32_t EleSize = ArgType->getScalarSizeInBits();
  486             IntegerType *Int32Ty = Type::getInt32Ty(ArgType->getContext());
  494             ArgType = Arg->getType();
  500             IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext()));
  505               IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext()));
  508               IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext()));
  511               IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext()));
  517               IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext()));
  520               IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext()));