Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h376 Param *getLeads();
377 const Param *getLeads() const;
H A DAMDGPULibCalls.cpp453 return FInfo.getLeads()[0].VectorSize; in getVecSize()
457 return (AMDGPULibFunc::EType)FInfo.getLeads()[0].ArgType; in getArgType()
501 nf.getLeads()[0].ArgType = FInfo.getLeads()[0].ArgType; in sincosUseNative()
502 nf.getLeads()[0].VectorSize = FInfo.getLeads()[0].VectorSize; in sincosUseNative()
1328 nf.getLeads()[0].PtrKind = AMDGPULibFunc::getEPtrKindFromAddrSpace(AMDGPUAS::FLAT_ADDRESS); in fold_sincos()
H A DAMDGPULibFunc.cpp1043 AMDGPULibFunc::Param *AMDGPULibFunc::getLeads() { in getLeads() function in AMDGPULibFunc
1049 const AMDGPULibFunc::Param *AMDGPULibFunc::getLeads() const { in getLeads() function in AMDGPULibFunc