Searched refs:IsARM (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 1817 Requires<[IsARM, HasV6]>, Sched<[WriteALUsi]> { 1830 Requires<[IsARM, HasV6]>, Sched<[WriteALUsi]> { 1843 Requires<[IsARM, HasV6]>, Sched<[WriteALUsr]> { 1858 Requires<[IsARM, HasV6]>, Sched<[WriteALUsr]> { 1873 Requires<[IsARM]>, 1886 Requires<[IsARM]>, 1902 Requires<[IsARM]>, 1919 Requires<[IsARM]>, 1943 Requires<[IsARM]>, 1969 Requires<[IsARM]>, [all …]
|
| H A D | ARMInstrFormats.td | 358 : InstAlias<Asm, Result, EmitPriority>, Requires<[IsARM]>; 361 Requires<[IsARM,UseNegativeImmediates]>; 483 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>; 511 list<Predicate> Predicates = [IsARM]; 568 list<Predicate> Predicates = [IsARM]; 582 list<Predicate> Predicates = [IsARM]; 602 list<Predicate> Predicates = [IsARM]; 614 list<Predicate> Predicates = [IsARM]; 705 Requires<[IsARM, HasAcquireRelease, HasV7Clrex]>; 710 Requires<[IsARM, HasAcquireRelease, HasV7Clrex]> { [all …]
|
| H A D | ARMScheduleM4.td | 21 let UnsupportedFeatures = [IsARM, HasNEON, HasDotProd, HasZCZ, HasMVEInt,
|
| H A D | ARMPredicates.td | 166 def IsARM : Predicate<"!Subtarget->isThumb()">,
|
| H A D | ARMExpandPseudoInsts.cpp | 2558 bool IsARM = Opcode != ARM::tLDRLIT_ga_pcrel && in ExpandMI() local 2563 unsigned LDRLITOpc = IsARM ? ARM::LDRi12 : ARM::tLDRpci; in ExpandMI() 2567 IsARM in ExpandMI() 2577 unsigned PCAdj = IsARM ? 8 : 4; in ExpandMI() 2591 if (IsARM) in ExpandMI() 2602 if (IsARM) in ExpandMI()
|
| H A D | ARMScheduleM55.td | 93 let UnsupportedFeatures = [IsARM, HasNEON, HasDotProd, HasMatMulInt8, HasZCZ,
|
| H A D | ARMInstrVFP.td | 182 let Predicates = [HasNoFPRegs16, IsARM]; 215 let Predicates = [HasNoFPRegs16, IsARM]; 1297 Requires<[IsARM, HasV6T2]>; 1303 Requires<[IsARM]>;
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 2127 bool IsARM = Name.startswith("arm."); in UpgradeIntrinsicCall() local 2128 if (IsARM) in UpgradeIntrinsicCall() 3950 } else if (IsARM) { in UpgradeIntrinsicCall()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 5740 bool IsARM = S.Context.getTargetInfo().getTriple().isARM(); in handleBuiltinAliasAttr() local 5744 (IsARM && !ArmMveAliasValid(BuiltinID, AliasName) && in handleBuiltinAliasAttr() 5747 (!IsAArch64 && !IsARM && !IsRISCV && !IsHLSL)) { in handleBuiltinAliasAttr()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 3850 bool IsARM = T.isARM() || T.isThumb() || T.isAArch64(); in RenderCharacterOptions() local 3853 (IsARM && !(T.isOSWindows() || T.isOSNetBSD() || T.isOSOpenBSD()))) in RenderCharacterOptions()
|