Searched defs:ISA (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp109 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; local
114 report_fatal_error(ISA + " is not compatible with the DSP ASE", false);
/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp53 IsaVersion ISA = getIsaVersion(Features); local
60 Header.amd_machine_version_major = ISA.Major;
61 Header.amd_machine_version_minor = ISA.Minor;
62 Header.amd_machine_version_stepping = ISA.Stepping;
/external/libdivsufsort/lib/
H A Dtrsort.c264 tr_copy(saidx_t *ISA, const saidx_t *SA, argument
274 if((0 <= (s = *c - depth)) && (ISA[s] == v)) {
276 ISA[s] = d - SA;
280 if((0 <= (s = *c - depth)) && (ISA[s] == v)) {
282 ISA[s] = d - SA;
289 tr_partialcopy(saidx_t *ISA, const saidx_t *SA, argument
299 if((0 <= (s = *c - depth)) && (ISA[s] == v)) {
301 rank = ISA[s + depth];
303 ISA[s] = newrank;
309 rank = ISA[*
327 tr_introsort(saidx_t *ISA, const saidx_t *ISAd, saidx_t *SA, saidx_t *first, saidx_t *last, trbudget_t *budget) argument
555 trsort(saidx_t *ISA, saidx_t *SA, saidx_t n, saidx_t depth) argument
[all...]
/external/llvm/lib/Support/
H A DTriple.cpp292 unsigned ISA = ARM::parseArchISA(ArchName); local
298 switch (ISA) {
312 switch (ISA) {
332 if (ISA == ARM::IK_THUMB &&
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp111 AMDGPU::IsaVersion ISA = AMDGPU::getIsaVersion(STI->getFeatureBits()); local
112 TS->EmitDirectiveHSACodeObjectISA(ISA.Major, ISA.Minor, ISA.Stepping,
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DTriple.cpp305 unsigned ISA = ARM::parseArchISA(ArchName); local
311 switch (ISA) {
325 switch (ISA) {
345 if (ISA == ARM::IK_THUMB &&
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp299 InitSegAttr *ISA) {
303 PtrArray->setSection(ISA->getSection());
344 auto *ISA = D->getAttr<InitSegAttr>(); local
360 } else if (PerformInit && ISA) {
361 EmitPointerToInitFunc(D, Addr, Fn, ISA);
296 EmitPointerToInitFunc(const VarDecl *D, llvm::GlobalVariable *GV, llvm::Function *InitFunc, InitSegAttr *ISA) argument
H A DCGOpenMPRuntime.cpp6291 // register of that ISA for which current vector version is generated. The
6333 char ISA; member in struct:ISADataTy
6367 Out << "_ZGV" << Data.ISA << Mask;
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp443 /// True if all of $fcc0 - $fcc7 exist for the current ISA.
1594 std::string ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; local
1595 Warning(IDLoc, "ssnop is deprecated for " + ISA + " and is equivalent to a "

Completed in 390 milliseconds