Searched refs:isSupportedType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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() 194 if (!isSupportedType(DL, TLI, Val->getType())) in lowerReturnVal() 385 if (!isSupportedType(DL, TLI, Arg.getType())) in lowerFormalArguments() 495 if (!isSupportedType(DL, TLI, Arg.Ty)) in lowerCall() 515 if (!isSupportedType(DL, TLI, Info.OrigRet.Ty)) in lowerCall()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 162 bool isSupportedType(Value *V); 678 bool TypePromotion::isSupportedType(Value *V) { in isSupportedType() function in TypePromotion 700 return isa<BinaryOperator>(I) && isSupportedType(I) && in isSupportedValue() 713 return isSupportedType(I); in isSupportedValue() 715 return isSupportedType(I->getOperand(0)); in isSupportedValue() 729 return isSupportedType(Call) && in isSupportedValue() 734 return isSupportedType(V); in isSupportedValue() 736 return isSupportedType(V); in isSupportedValue()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ |
| H A D | ConvertGPULaunchFuncToVulkanLaunchFunc.cpp | 56 bool isSupportedType(Type type) { in isSupportedType() function in __anon00041bec0111::ConvertGpuLaunchFuncToVulkanLaunchFunc 120 if (!isSupportedType(type)) in declareVulkanLaunchFunc()
|