| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ARMErrataFix.cpp | 72 bool isARM); 95 bool isARM; member in elf::Patch657417Section 136 uint32_t instr, bool isARM) in Patch657417Section() argument 139 patchee(p), patcheeOffset(off), instr(instr), isARM(isARM) { in Patch657417Section() 143 STT_FUNC, isARM ? 0 : 1, getSize(), *this); in Patch657417Section() 144 addSyntheticLocal(ctx, ctx.saver.save(isARM ? "$a" : "$t"), STT_NOTYPE, 0, 0, in Patch657417Section() 180 if (isARM) in writeTo() 201 ctx.target->relocateNoSym(buf, isARM ? R_ARM_JUMP24 : R_ARM_THM_JUMP24, in writeTo()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | RuntimeLibcalls.cpp | 82 if (TT.isX86() || TT.isVE() || TT.isARM() || TT.isThumb()) { in initLibcalls() 111 if (TT.isARM() || TT.isThumb()) { in initLibcalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.cpp | 674 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate() argument 678 if (isARM) in emitRegPlusImmediate() 686 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate() argument 692 emitRegPlusImmediate(isARM, MBB, MBBI, dl, TII, ARM::SP, ARM::SP, NumBytes, in emitSPUpdate() 895 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local 931 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes, in emitPrologue() 1003 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -ArgRegsSaveSize, in emitPrologue() 1077 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -DPRGapSize, in emitPrologue() 1189 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes, in emitPrologue() 1194 if (HasFP && isARM) in emitPrologue() [all …]
|
| H A D | ARMExpandPseudoInsts.cpp | 2751 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local 2752 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; in ExpandMI() 2753 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel; in ExpandMI() 2756 unsigned PICAddOpc = isARM in ExpandMI() 2774 if (isARM) { in ExpandMI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | KCFI.cpp | 100 if (T.isARM() || T.isThumb()) { in run()
|
| H A D | AddressSanitizer.cpp | 495 bool IsArmOrThumb = TargetTriple.isARM() || TargetTriple.isThumb(); in getShadowMapping()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.h | 90 return T.isARM() || T.isAArch64(); in isSupportedCXXABI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 95 if (T.isARM() || T.isThumb()) in buildCFICheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 119 } else if (T.isARM() || T.isThumb()) { in printSwitchToSection()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 157 else if (MachineTriple.isARM()) in PrintSupportedExtensions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 914 bool isARM() const { in isARM() function 921 return (isARM() || isThumb()) && in isTargetEHABICompatible()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 294 bool isARM = (T.getArch() == Triple::aarch64 || in initializeLibCalls() local 296 bool hasPartialFloat = (isARM || in initializeLibCalls() 325 if (!isARM) in initializeLibCalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 307 if (TT.isARM() || TT.isThumb()) in parseSectionFlags()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | BareMetal.cpp | 609 if (Triple.isARM() || Triple.isThumb()) { in ConstructJob()
|
| H A D | Linux.cpp | 239 if (Triple.isARM()) { in Linux()
|
| H A D | CommonArgs.cpp | 155 (Triple.isAndroid() && !Triple.isARM())) in useLeafFramePointerForTargetByDefault() 205 if (Triple.isARM() || Triple.isThumb()) { in framePointerImpliesLeafFramePointer() 2856 if (!(Triple.isARM() || Triple.isThumb() || Triple.isAArch64())) { in addMachineOutlinerArgs()
|
| H A D | Clang.cpp | 3552 !EffectiveTriple.isARM() && !EffectiveTriple.isThumb() && in RenderSSPOptions() 3556 if ((EffectiveTriple.isX86() || EffectiveTriple.isARM() || in RenderSSPOptions() 3563 if ((EffectiveTriple.isARM() || EffectiveTriple.isThumb()) && in RenderSSPOptions() 3613 !EffectiveTriple.isARM() && !EffectiveTriple.isThumb() && in RenderSSPOptions() 3622 if ((EffectiveTriple.isARM() || EffectiveTriple.isThumb()) && in RenderSSPOptions() 4165 bool IsARM = T.isARM() || T.isThumb() || T.isAArch64(); in RenderCharacterOptions()
|
| H A D | Gnu.cpp | 324 if (Triple.isARM() || Triple.isThumb()) { in ConstructJob() 3360 getTriple().isARM() || getTriple().isPPC() || getTriple().isAArch64() in TranslateArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1039 (TI.getTriple().isThumb() || TI.getTriple().isARM())) in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 669 if (GetTriple().isARM()) in GetClangTargetCPU()
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Triple.cpp | 2272 if (isARM() || isThumb()) { in getDefaultExceptionHandling()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 544 else if (T.isARM() || T.isThumb()) in getELFSectionFlags()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 1472 def isARMOrThumb : RuntimeLibcallPredicate<"TT.isARM() || TT.isThumb()">;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 1201 if (T.isARM() || T.isThumb()) { in Release() 1319 if (T.isARM() || T.isThumb() || T.isAArch64()) { in Release()
|