Searched defs:isExport (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUExportClustering.cpp | 29 static bool isExport(const SUnit &SU) { in isExport() function |
H A D | R600InstrInfo.cpp | 174 bool R600InstrInfo::isExport(unsigned Opcode) const { isExport() function in R600InstrInfo |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaHLSL.cpp | 711 bool isExport = FD->isInExportDeclContext(); RunOnTranslationUnit() local |