Home
last modified time | relevance | path

Searched refs:isSupportedType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp63 static bool isSupportedType(const DataLayout &DL, const ARMTargetLowering &TLI, in isSupportedType() function
66 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
75 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType()
202 if (!isSupportedType(DL, TLI, Val->getType())) in lowerReturnVal()
394 if (!isSupportedType(DL, TLI, Arg.getType())) in lowerFormalArguments()
504 if (!isSupportedType(DL, TLI, Arg.Ty)) in lowerCall()
524 if (!isSupportedType(DL, TLI, Info.OrigRet.Ty)) in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp166 bool isSupportedType(Value *V);
701 bool TypePromotionImpl::isSupportedType(Value *V) { in isSupportedType() function in TypePromotionImpl
723 return isa<BinaryOperator>(I) && isSupportedType(I) && in isSupportedValue()
735 return isSupportedType(I); in isSupportedValue()
739 return isSupportedType(I->getOperand(0)); in isSupportedValue()
753 return isSupportedType(Call) && in isSupportedValue()
758 return isSupportedType(V); in isSupportedValue()
760 return isSupportedType(V); in isSupportedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19140 auto isSupportedType = [](EVT VT) { in tryToReplaceScalarFPConversionWithSVE() local
19148 if (!isSupportedType(SrcTy) || !isSupportedType(DestTy)) in tryToReplaceScalarFPConversionWithSVE()