| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MachO.cpp | 27 assert(T.isARM() || T.isThumb()); in getARMSubType() 84 if (T.isARM() || T.isThumb()) in getCPUType() 100 if (T.isARM() || T.isThumb()) in getCPUSubType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 241 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate() argument 245 if (isARM) in emitRegPlusImmediate() 253 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate() argument 259 emitRegPlusImmediate(isARM, MBB, MBBI, dl, TII, ARM::SP, ARM::SP, NumBytes, in emitSPUpdate() 444 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local 473 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -ArgRegsSaveSize, in emitPrologue() 481 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -(NumBytes - ArgRegsSaveSize), in emitPrologue() 580 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -DPRGapSize, in emitPrologue() 660 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes, in emitPrologue() 665 if (HasFP && isARM) in emitPrologue() [all …]
|
| H A D | ARMExpandPseudoInsts.cpp | 2453 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local 2454 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; in ExpandMI() 2455 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel; in ExpandMI() 2458 unsigned PICAddOpc = isARM in ExpandMI() 2475 if (isARM) { in ExpandMI()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.h | 86 return T.isARM() || T.isAArch64(); in isSupportedCXXABI()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 115 } else if (T.isARM() || T.isThumb()) { in PrintSwitchToSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 115 if (T.isARM() || T.isThumb()) in buildCFICheck()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 236 bool isARM = (T.getArch() == Triple::aarch64 || in initialize() local 238 bool hasPartialFloat = (isARM || in initialize() 264 if (!isARM) in initialize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 719 bool isARM() const { in isARM() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 205 if ((Triple.isARM() || Triple.isAArch64()) && Triple.isAndroid()) { in Linux()
|
| H A D | CommonArgs.cpp | 1663 if (!(Triple.isARM() || Triple.isThumb() || in addMachineOutlinerArgs()
|
| H A D | Gnu.cpp | 443 if (Triple.isARM() || Triple.isThumb() || Triple.isAArch64()) { in ConstructJob()
|
| H A D | Clang.cpp | 3598 bool IsARM = T.isARM() || T.isThumb() || T.isAArch64(); in RenderCharacterOptions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 794 (TI.getTriple().isThumb() || TI.getTriple().isARM())) in InitializePredefinedMacros()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
| H A D | sancov.cpp | 692 if (TheTriple.isARM()) { in getPreviousInstructionPc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 454 bool IsArmOrThumb = TargetTriple.isARM() || TargetTriple.isThumb(); in getShadowMapping()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 5196 bool IsARM = S.Context.getTargetInfo().getTriple().isARM(); in handleBuiltinAliasAttr()
|