Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn() local
243 Params.push_back(SelType); in getGetPropertyFn()
259 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn() local
261 Params.push_back(SelType); in getSetPropertyFn()
287 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn() local
289 Params.push_back(SelType); in getOptimizedSetPropertyFn()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp421 bool AMDGPUTargetLowering::isSelectSupported(SelectSupportKind SelType) const { in isSelectSupported()