Home
last modified time | relevance | path

Searched defs:isSupportedType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp
/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp56 static bool isSupportedType(const DataLayout &DL, const ARMTargetLowering &TLI, isSupportedType() function
/llvm-project/mlir/lib/Conversion/ArmSMEToLLVM/
H A DArmSMEToLLVM.cpp701 auto isSupportedType = [](VectorType vectorType) { matchAndRewrite() local
/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp701 bool TypePromotionImpl::isSupportedType(Value *V) { in isSupportedType() function in TypePromotionImpl