Searched refs:isSupportedType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 56 static bool isSupportedType(const DataLayout &DL, const ARMTargetLowering &TLI, in isSupportedType() function 59 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType() 68 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType() 195 if (!isSupportedType(DL, TLI, Val->getType())) in lowerReturnVal() 387 if (!isSupportedType(DL, TLI, Arg.getType())) in lowerFormalArguments() 497 if (!isSupportedType(DL, TLI, Arg.Ty)) in lowerCall() 517 if (!isSupportedType(DL, TLI, Info.OrigRet.Ty)) in lowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 165 bool isSupportedType(Value *V); 693 bool TypePromotionImpl::isSupportedType(Value *V) { in isSupportedType() function in TypePromotionImpl 715 return isa<BinaryOperator>(I) && isSupportedType(I) && in isSupportedValue() 727 return isSupportedType(I); in isSupportedValue() 731 return isSupportedType(I->getOperand(0)); in isSupportedValue() 745 return isSupportedType(Call) && in isSupportedValue() 750 return isSupportedType(V); in isSupportedValue() 752 return isSupportedType(V); in isSupportedValue()
|