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

References

lib/Target/AMDGPU/AMDGPULibCalls.cpp
  552       getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) ||
  557   if (FInfo.getId() == AMDGPULibFunc::EI_SINCOS)
  682   switch (FInfo.getId()) {
  737   const TableRef tr = getOptTable(FInfo.getId());
  803       !HasNative(FInfo.getId()))
  871   assert((FInfo.getId() == AMDGPULibFunc::EI_POW ||
  872           FInfo.getId() == AMDGPULibFunc::EI_POWR ||
  873           FInfo.getId() == AMDGPULibFunc::EI_POWN) &&
 1036       needcopysign = (FInfo.getId() != AMDGPULibFunc::EI_POWR) &&
 1040       needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR &&
 1048       needcopysign = needabs = FInfo.getId() != AMDGPULibFunc::EI_POWR;
 1076   if (needcopysign && (FInfo.getId() == AMDGPULibFunc::EI_POW)) {
 1120   if (FInfo.getId() == AMDGPULibFunc::EI_POWN) {
 1255   if (getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()))
 1287   assert(fInfo.getId() == AMDGPULibFunc::EI_SIN ||
 1288          fInfo.getId() == AMDGPULibFunc::EI_COS);
 1289   bool const isSin = fInfo.getId() == AMDGPULibFunc::EI_SIN;
 1456   switch (FInfo.getId()) {
 1637       if (FInfo.getId() != AMDGPULibFunc::EI_SINCOS)
 1651   bool hasTwoResults = (FInfo.getId() == AMDGPULibFunc::EI_SINCOS);
 1703     assert(FInfo.getId() == AMDGPULibFunc::EI_SINCOS &&