Home
last modified time | relevance | path

Searched refs:hasPointeeTypeAttr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h302 inline bool hasPointeeTypeAttr(Argument *Arg) { in hasPointeeTypeAttr() function
H A DSPIRVEmitIntrinsics.cpp1621 if (!ElemTy && hasPointeeTypeAttr(CalledArg)) in insertPtrCastOrAssignTypeInstr()
2183 if (hasPointeeTypeAttr(Arg) && in processParamTypesByFunHeader()
2335 if (!hasPointeeTypeAttr(Arg)) { in applyDemangledPtrArgTypes()
2552 if (isPointerTy(Arg->getType()) && !hasPointeeTypeAttr(Arg)) in parseFunDeclarations()
H A DSPIRVCallLowering.cpp231 if (hasPointeeTypeAttr(Arg)) { in getArgSPIRVType()