Home
last modified time | relevance | path

Searched refs:ASE (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/Mips/
Dase_warnings.ll61 ; MSA_32: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
62 ; MSA_64: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
63 ; MSA_32_NO_WARNING-NOT: warning: the 'msa' ASE requires MIPS32 revision 5 or greater
64 ; MSA_64_NO_WARNING-NOT: warning: the 'msa' ASE requires MIPS64 revision 5 or greater
66 ; DSPR2_32: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
67 ; DSPR2_64: warning: the 'dspr2' ASE requires MIPS64 revision 2 or greater
68 ; DSPR2_32_NO_WARNING-NOT: warning: the 'dspr2' ASE requires MIPS32 revision 2 or greater
69 ; DSPR2_64_NO_WARNING-NOT: warning: the 'dspr2' ASE requires MIPS64 revision 2 or greater
71 ; DSP_32: warning: the 'dsp' ASE requires MIPS32 revision 2 or greater
72 ; DSP_64: warning: the 'dsp' ASE requires MIPS64 revision 2 or greater
[all …]
Dmicromips-ase-function-attribute.ll3 ; RUN: FileCheck --check-prefix=ASE-MICROMIPS %s
11 ; ASE-MICROMIPS: microMIPS (0x800)
/external/llvm-project/llvm/lib/Target/Mips/
DMips.td34 // 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 …]
DMipsMTInstrInfo.td9 // 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
DMipsEVAInstrInfo.td1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=//
9 // This file describes Mips EVA ASE instructions.
DMipsScheduleGeneric.td511 // 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips.td34 // Predicate for the ASE that an instruction belongs to.
173 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">;
175 "Mips DSP-R2 ASE", [FeatureDSP]>;
177 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
180 def FeatureMSA : SubtargetFeature<"msa", "HasMSA", "true", "Mips MSA ASE">;
182 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
184 def FeatureCRC : SubtargetFeature<"crc", "HasCRC", "true", "Mips R6 CRC ASE">;
187 "Mips Virtualization ASE">;
190 "Mips Global Invalidate ASE">;
212 def FeatureMT : SubtargetFeature<"mt", "HasMT", "true", "Mips MT ASE">;
DMipsMTInstrInfo.td9 // 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
DMipsEVAInstrInfo.td1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=//
9 // This file describes Mips EVA ASE instructions.
DMipsScheduleGeneric.td511 // 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
1021 // MIPS DSP ASE, HasDSP
1389 // MIPS MSA ASE - hasMSA
/external/llvm-project/llvm/test/MC/Mips/
Dmicromips-ase-directive.s3 # RUN: FileCheck --check-prefix=ASE-MICROMIPS %s
10 # ASE-MICROMIPS: microMIPS (0x800)
Dset-push-pop-directives.s19 .set nomsa # Test the Features option (ASE).
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DInvalidatedIteratorChecker.cpp45 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()
DIteratorRangeChecker.cpp54 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()
/external/llvm/lib/Target/Mips/
DMips.td31 // Predicates for the instruction group membership such as ISA's and ASE's
159 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">;
161 "Mips DSP-R2 ASE", [FeatureDSP]>;
163 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
166 def FeatureMSA : SubtargetFeature<"msa", "HasMSA", "true", "Mips MSA ASE">;
168 def FeatureEVA : SubtargetFeature<"eva", "HasEVA", "true", "Mips EVA ASE">;
DMipsEVAInstrInfo.td1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=//
10 // This file describes Mips EVA ASE instructions.
/external/llvm-project/llvm/test/MC/Mips/mt/
Dabiflag.s4 # Test that the usage of the MT ASE is recorded in .MIPS.abiflags
Dset-directive.s6 # Test that the MT ASE flag in .MIPS.abiflags is _not_ set by .set.
/external/llvm/test/CodeGen/Mips/mips32r6/
Dcompatibility.ll5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
/external/llvm-project/llvm/test/CodeGen/Mips/mips32r6/
Dcompatibility.ll5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
/external/llvm/test/CodeGen/Mips/mips64r6/
Dcompatibility.ll5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
/external/llvm-project/llvm/test/CodeGen/Mips/mips64r6/
Dcompatibility.ll5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
/external/clang/lib/Analysis/
DReachableCode.cpp540 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); in GetUnreachableLoc() local
541 R1 = ASE->getLHS()->getSourceRange(); in GetUnreachableLoc()
542 R2 = ASE->getRHS()->getSourceRange(); in GetUnreachableLoc()
543 return ASE->getRBracketLoc(); in GetUnreachableLoc()
/external/llvm-project/clang/lib/Analysis/
DReachableCode.cpp582 const ArraySubscriptExpr *ASE = cast<ArraySubscriptExpr>(S); in GetUnreachableLoc() local
583 R1 = ASE->getLHS()->getSourceRange(); in GetUnreachableLoc()
584 R2 = ASE->getRHS()->getSourceRange(); in GetUnreachableLoc()
585 return ASE->getRBracketLoc(); in GetUnreachableLoc()
/external/llvm/test/MC/Mips/
Dset-push-pop-directives.s19 .set nomsa # Test the Features option (ASE).

123