Home
last modified time | relevance | path

Searched refs:isInlineCompatible (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1097 bool isInlineCompatible(SIModeRegisterDefaults CalleeMode) const { in isInlineCompatible() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1085 if (!CallerMode.isInlineCompatible(CalleeMode)) in areInlineCompatible()