Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h377 Param *getLeads();
378 const Param *getLeads() const;
DAMDGPULibCalls.cpp427 return FInfo.getLeads()[0].VectorSize; in getVecSize()
431 return (AMDGPULibFunc::EType)FInfo.getLeads()[0].ArgType; in getArgType()
475 nf.getLeads()[0].ArgType = FInfo.getLeads()[0].ArgType; in sincosUseNative()
476 nf.getLeads()[0].VectorSize = FInfo.getLeads()[0].VectorSize; in sincosUseNative()
1281 nf.getLeads()[0].PtrKind = AMDGPULibFunc::getEPtrKindFromAddrSpace(AMDGPUAS::FLAT_ADDRESS); in fold_sincos()
DAMDGPULibFunc.cpp1052 AMDGPULibFunc::Param *AMDGPULibFunc::getLeads() { in getLeads() function in AMDGPULibFunc
1058 const AMDGPULibFunc::Param *AMDGPULibFunc::getLeads() const { in getLeads() function in AMDGPULibFunc