| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 34 // Predicate for the ASE that an instruction belongs to. 157 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">; 159 "Mips DSP-R2 ASE", [FeatureDSP]>; 161 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE", 164 def FeatureMips3D : SubtargetFeature<"mips3d", "Has3D", "true", "Mips 3D ASE">; 166 def FeatureMSA : SubtargetFeature<"msa", "HasMSA", "true", "Mips MSA ASE">; 168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">; 170 def FeatureCRC : SubtargetFeature<"crc", "HasCRC", "true", "Mips R6 CRC ASE">; 173 "Mips Virtualization ASE">; 176 "Mips Global Invalidate ASE">; [all …]
|
| H A D | MipsMTInstrInfo.td | 9 // This file describes the MIPS MT ASE as defined by MD00378 1.12. 11 // TODO: Add support for the microMIPS encodings for the MT ASE and add the
|
| H A D | MipsEVAInstrInfo.td | 1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=// 9 // This file describes Mips EVA ASE instructions.
|
| H A D | MipsScheduleGeneric.td | 511 // MIPS MT ASE - hasMT 521 // MIPS Virtualization ASE 528 // MIPS64 Virtualization ASE 533 // microMIPS virtualization ASE 619 // microMIPS EVA ASE - InMicroMipsMode, hasEVA 704 // MIPSR6 CRC ASE - hasCRC 710 // MIPS64R6 CRC ASE - hasCRC 1024 // MIPS DSP ASE, HasDSP 1392 // MIPS MSA ASE - hasMSA
|
| H A D | MipsRegisterInfo.td | 236 // DSP-ASE control register fields. 254 // MSA-ASE control registers. 263 // MSA-ASE fake control registers.
|
| H A D | MipsDSPInstrInfo.td | 1 //===- MipsDSPInstrInfo.td - DSP ASE instructions -*- tablegen ------------*-=// 9 // This file describes Mips DSP ASE instructions.
|
| H A D | MipsScheduleP5600.td | 101 // MIPS Virtualization ASE
|
| H A D | Mips64InstrInfo.td | 630 /// Move between CPU and guest coprocessor registers (Virtualization ASE)
|
| H A D | MipsInstrInfo.td | 281 // Mips ISA/ASE membership and instruction group membership adjectives. 2650 // Virtualization ASE
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InvalidatedIteratorChecker.cpp | 45 void checkPreStmt(const ArraySubscriptExpr *ASE, CheckerContext &C) const; 100 void InvalidatedIteratorChecker::checkPreStmt(const ArraySubscriptExpr *ASE, in checkPreStmt() argument 103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt()
|
| H A D | IteratorRangeChecker.cpp | 54 void checkPreStmt(const ArraySubscriptExpr *ASE, CheckerContext &C) const; 179 void IteratorRangeChecker::checkPreStmt(const ArraySubscriptExpr *ASE, in checkPreStmt() argument 182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); in checkPreStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 286 const ArraySubscriptExpr *ASE; member in __anon22606b750211::ArraySubscriptGadget 291 ASE(Result.Nodes.getNodeAs<ArraySubscriptExpr>(ArraySubscrTag)) {} in ArraySubscriptGadget() 309 const ArraySubscriptExpr *getBaseStmt() const override { return ASE; } in getBaseStmt() 313 dyn_cast<DeclRefExpr>(ASE->getBase()->IgnoreParenImpCasts())) { in getClaimedVarUseSites()
|
| H A D | ReachableCode.cpp | 587 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); in GetUnreachableLoc() local 588 R1 = ASE->getLHS()->getSourceRange(); in GetUnreachableLoc() 589 R2 = ASE->getRHS()->getSourceRange(); in GetUnreachableLoc() 590 return ASE->getRBracketLoc(); in GetUnreachableLoc()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips-dsp.md | 9 ;; This mode macro allows si, v2hi, v4qi for all possible modes in DSP ASE. 35 ;; MIPS DSP ASE Revision 0.98 3/24/2005 36 ;; Table 2-1. MIPS DSP ASE Instructions: Arithmetic 295 ;; Table 2-2. MIPS DSP ASE Instructions: Shift 398 ;; Table 2-3. MIPS DSP ASE Instructions: Multiply 660 ;; Table 2-4. MIPS DSP ASE Instructions: General Bit/Manipulation 713 ;; Table 2-5. MIPS DSP ASE Instructions: Compare-Pick 801 ;; Table 2-6. MIPS DSP ASE Instructions: Accumulator and DSPControl Access 1009 ;; Table 2-7. MIPS DSP ASE Instructions: Indexed-Load 1045 ;; Table 2-8. MIPS DSP ASE Instructions: Branch
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-mips.texi | 32 * MIPS ASE instruction generation overrides:: Directives to control 33 generation of MIPS ASE instructions 366 @node MIPS ASE instruction generation overrides 367 @section Directives to control generation of MIPS ASE instructions
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-mips.texi | 33 * MIPS ASE instruction generation overrides:: Directives to control 34 generation of MIPS ASE instructions 455 @node MIPS ASE instruction generation overrides 456 @section Directives to control generation of MIPS ASE instructions
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 9063 auto ASE = dyn_cast<ArraySubscriptExpr>(UnaOp->getSubExpr()); in checkFormatStringExpr() local 9064 if (UnaOp->getOpcode() == UO_AddrOf && ASE) { in checkFormatStringExpr() 9066 if (ASE->getRHS()->EvaluateAsInt(IndexResult, S.Context, in checkFormatStringExpr() 9071 E = ASE->getBase(); in checkFormatStringExpr() 15272 void VisitArraySubscriptExpr(const ArraySubscriptExpr *ASE) { in VisitArraySubscriptExpr() argument 15277 VisitSequencedExpressions(ASE->getLHS(), ASE->getRHS()); in VisitArraySubscriptExpr() 15279 Visit(ASE->getLHS()); in VisitArraySubscriptExpr() 15280 Visit(ASE->getRHS()); in VisitArraySubscriptExpr() 15996 auto *ASE = cast<ArraySubscriptExpr>(E); in getBaseAlignmentAndOffsetFromLValue() local 15997 return getAlignmentAndOffsetFromBinAddOrSub(ASE->getBase(), ASE->getIdx(), in getBaseAlignmentAndOffsetFromLValue() [all …]
|
| H A D | AnalysisBasedWarnings.cpp | 2161 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Operation)) { in handleUnsafeOperation() local 2162 Loc = ASE->getBase()->getExprLoc(); in handleUnsafeOperation() 2163 Range = ASE->getBase()->getSourceRange(); in handleUnsafeOperation()
|
| H A D | SemaOpenMP.cpp | 5365 if (auto *ASE = dyn_cast_or_null<ArraySubscriptExpr>(RefExpr)) { in getPrivateItem() local 5366 Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem() 19207 auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr->IgnoreParens()); in actOnOMPReductionKindClause() local 19209 if (ASE) { in actOnOMPReductionKindClause() 19210 Type = ASE->getType().getNonReferenceType(); in actOnOMPReductionKindClause() 19234 /*AcceptIfMutable*/ false, ASE || OASE)) in actOnOMPReductionKindClause() 19241 if (!ASE && !OASE) { in actOnOMPReductionKindClause() 19347 if (!ASE && !OASE) { in actOnOMPReductionKindClause() 19360 if (!ASE && !OASE) { in actOnOMPReductionKindClause() 19397 (!OASE && !ASE && in actOnOMPReductionKindClause() [all …]
|
| H A D | SemaExpr.cpp | 13807 } else if (const ArraySubscriptExpr *ASE = in DiagnoseConstAssignment() local 13809 E = ASE->getBase()->IgnoreParenImpCasts(); in DiagnoseConstAssignment() 19464 auto *ASE = cast<ArraySubscriptExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local 19465 Expr *OldBase = ASE->getBase()->IgnoreImplicit(); in rebuildPotentialResultsAsNonOdrUsed() 19471 Expr *LHS = ASE->getBase() == ASE->getLHS() ? Base.get() : ASE->getLHS(); in rebuildPotentialResultsAsNonOdrUsed() 19472 Expr *RHS = ASE->getBase() == ASE->getRHS() ? Base.get() : ASE->getRHS(); in rebuildPotentialResultsAsNonOdrUsed() 19473 SourceLocation LBracketLoc = ASE->getBeginLoc(); // FIXME: Not stored. in rebuildPotentialResultsAsNonOdrUsed() 19475 ASE->getRBracketLoc()); in rebuildPotentialResultsAsNonOdrUsed()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | ChangeLog | 131 (INSN_MT): New define for MT ASE. 142 (INSN_DSP): New define for DSP ASE.
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1196 const ArraySubscriptExpr *ASE; in ProcessInitializer() local 1197 while ((ASE = dyn_cast<ArraySubscriptExpr>(Init))) in ProcessInitializer() 1198 Init = ASE->getBase()->IgnoreImplicit(); in ProcessInitializer() 3127 else if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(BD->getBinding())) { in VisitCommonDeclRefExpr() local 3128 SVal Idx = state->getSVal(ASE->getIdx(), LCtx); in VisitCommonDeclRefExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3896 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Array)) in EmitArraySubscriptExpr() local 3897 ArrayLV = EmitArraySubscriptExpr(ASE, /*Accessed*/ true); in EmitArraySubscriptExpr() 3954 if (auto *ASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParenImpCasts())) { in emitOMPArraySectionBase() local 3955 BaseLVal = CGF.EmitOMPArraySectionExpr(ASE, IsLowerBound); in emitOMPArraySectionBase() 4122 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(Array)) in EmitOMPArraySectionExpr() local 4123 ArrayLV = EmitArraySubscriptExpr(ASE, /*Accessed*/ true); in EmitOMPArraySectionExpr()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 102 if (const auto *ASE = dyn_cast<ArraySubscriptExpr>(RefExpr)) { in getPrivateItem() local 103 const Expr *Base = ASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 4086 if (const ArraySubscriptExpr *ASE = dyn_cast<ArraySubscriptExpr>(E)) in refersToVectorElement() local 4087 return ASE->getBase()->getType()->isVectorType(); in refersToVectorElement() 4894 while (auto *ASE = in getBaseOriginalType() local 4896 Base = ASE->getBase(); in getBaseOriginalType()
|