HomeSort by: relevance | last modified time | path
    Searched refs:AMDGPULibFunc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.cpp 1 //===-- AMDGPULibFunc.cpp -------------------------------------------------===//
13 #include "AMDGPULibFunc.h"
82 using ID = AMDGPULibFunc::EFuncId;
89 static_cast<unsigned>(AMDGPULibFunc::EI_LAST_MANGLED) &&
92 static_cast<unsigned>(AMDGPULibFunc::EI_LAST_MANGLED);
98 Index + 1 + static_cast<unsigned>(AMDGPULibFunc::EI_LAST_MANGLED));
111 // corresponds to the EFuncId enum at AMDGPULibFunc.h
119 // same order should be preserved for arguments in the AMDGPULibFunc structure
124 // AMDGPULibFunc insc;
346 static AMDGPULibFunc::Param getRetType(AMDGPULibFunc::EFuncId id
    [all...]
AMDGPULibCalls.cpp 15 #include "AMDGPULibFunc.h"
47 typedef llvm::AMDGPULibFunc FuncInfo;
375 static bool HasNative(AMDGPULibFunc::EFuncId id) {
377 case AMDGPULibFunc::EI_DIVIDE:
378 case AMDGPULibFunc::EI_COS:
379 case AMDGPULibFunc::EI_EXP:
380 case AMDGPULibFunc::EI_EXP2:
381 case AMDGPULibFunc::EI_EXP10:
382 case AMDGPULibFunc::EI_LOG:
383 case AMDGPULibFunc::EI_LOG2
    [all...]
AMDGPULibFunc.h 1 //===-- AMDGPULibFunc.h ----------------------------------------*- C++ -*--===//
357 class AMDGPULibFunc : public AMDGPULibFuncBase {
359 explicit AMDGPULibFunc() : Impl(std::unique_ptr<AMDGPULibFuncImpl>()) {}
360 AMDGPULibFunc(const AMDGPULibFunc &F);
363 explicit AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom);
365 explicit AMDGPULibFunc(StringRef FName, FunctionType *FT);
367 AMDGPULibFunc &operator=(const AMDGPULibFunc &F)
    [all...]
  /src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
Makefile 33 AMDGPULibFunc.cpp \

Completed in 25 milliseconds