/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | ase_warnings.ll | 61 ; 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 …]
|
D | micromips-ase-function-attribute.ll | 3 ; RUN: FileCheck --check-prefix=ASE-MICROMIPS %s 11 ; ASE-MICROMIPS: microMIPS (0x800)
|
/external/llvm-project/llvm/lib/Target/Mips/ |
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 …]
|
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
|
D | MipsEVAInstrInfo.td | 1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=// 9 // This file describes Mips EVA ASE instructions.
|
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips.td | 34 // 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">;
|
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
|
D | MipsEVAInstrInfo.td | 1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=// 9 // This file describes Mips EVA ASE instructions.
|
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 1021 // MIPS DSP ASE, HasDSP 1389 // MIPS MSA ASE - hasMSA
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | micromips-ase-directive.s | 3 # RUN: FileCheck --check-prefix=ASE-MICROMIPS %s 10 # ASE-MICROMIPS: microMIPS (0x800)
|
D | set-push-pop-directives.s | 19 .set nomsa # Test the Features option (ASE).
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
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()
|
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()
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 31 // 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">;
|
D | MipsEVAInstrInfo.td | 1 //===- MipsEVAInstrInfo.td - EVA ASE instructions -*- tablegen ------------*-=// 10 // This file describes Mips EVA ASE instructions.
|
/external/llvm-project/llvm/test/MC/Mips/mt/ |
D | abiflag.s | 4 # Test that the usage of the MT ASE is recorded in .MIPS.abiflags
|
D | set-directive.s | 6 # Test that the MT ASE flag in .MIPS.abiflags is _not_ set by .set.
|
/external/llvm/test/CodeGen/Mips/mips32r6/ |
D | compatibility.ll | 5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
|
/external/llvm-project/llvm/test/CodeGen/Mips/mips32r6/ |
D | compatibility.ll | 5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
|
/external/llvm/test/CodeGen/Mips/mips64r6/ |
D | compatibility.ll | 5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
|
/external/llvm-project/llvm/test/CodeGen/Mips/mips64r6/ |
D | compatibility.ll | 5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 540 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/ |
D | ReachableCode.cpp | 582 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/ |
D | set-push-pop-directives.s | 19 .set nomsa # Test the Features option (ASE).
|