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

Declarations

lib/Target/AArch64/AArch64FastISel.cpp
  183   bool isTypeSupported(Type *Ty, MVT &VT, bool IsVectorAllowed = false);

References

lib/Target/AArch64/AArch64FastISel.cpp
 1924   if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
 1950   if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
 1982   if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true) ||
 2012       if (isTypeSupported(ZE->getType(), RetVT))
 2017       if (isTypeSupported(SE->getType(), RetVT))
 2185   if (!isTypeSupported(Op0->getType(), VT, /*IsVectorAllowed=*/true))
 2309   if (!isTypeSupported(LHS->getType(), VT))
 2712   if (!isTypeSupported(I->getType(), VT))
 4583   if (!isTypeSupported(I->getType(), RetVT))
 4586   if (!isTypeSupported(I->getOperand(0)->getType(), SrcVT))
 4680   if (!isTypeSupported(I->getType(), VT, /*IsVectorAllowed=*/true))
 4701           if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), VT)) {
 4710           if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), VT)) {
 4753   if (!isTypeSupported(I->getType(), RetVT, /*IsVectorAllowed=*/true))
 4768         if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) {
 4777         if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) {