reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPULibCalls.cpp
  393 static bool HasNative(AMDGPULibFunc::EFuncId id) {
  426 static TableRef getOptTable(AMDGPULibFunc::EFuncId id) {
lib/Target/AMDGPU/AMDGPULibFunc.cpp
   84   using ID = AMDGPULibFunc::EFuncId;
  348 static AMDGPULibFunc::Param getRetType(AMDGPULibFunc::EFuncId id,
  519     EFuncId id, const AMDGPUMangledLibFunc &copyFrom) {
 1034 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom) {
lib/Target/AMDGPU/AMDGPULibFunc.h
  307   static bool isMangled(EFuncId Id) {
  332   EFuncId getId() const { return FuncId; }
  337   void setId(EFuncId id) { FuncId = id; }
  350   EFuncId FuncId;
  362   explicit AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom);
  372   EFuncId getId() const { return Impl->getId(); }
  379   void setId(EFuncId Id) { Impl->setId(Id); }
  411   explicit AMDGPUMangledLibFunc(EFuncId id,