/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ARMErrataFix.cpp | 73 Patch657417Section(InputSection *p, uint64_t off, uint32_t instr, bool isARM); 96 bool isARM; member in elf::Patch657417Section 137 uint32_t instr, bool isARM) in Patch657417Section() argument 140 patchee(p), patcheeOffset(off), instr(instr), isARM(isARM) { in Patch657417Section() 144 isARM ? 0 : 1, getSize(), *this); in Patch657417Section() 145 addSyntheticLocal(saver().save(isARM ? "$a" : "$t"), STT_NOTYPE, 0, 0, *this); in Patch657417Section() 179 if (isARM) in writeTo() 200 target->relocateNoSym(buf, isARM ? R_ARM_JUMP24 : R_ARM_THM_JUMP24, s - p); 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/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 537 bool isARM, MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, in emitRegPlusImmediate() argument 541 if (isARM) in emitRegPlusImmediate() 549 static void emitSPUpdate(bool isARM, MachineBasicBlock &MBB, in emitSPUpdate() argument 555 emitRegPlusImmediate(isARM, MBB, MBBI, dl, TII, ARM::SP, ARM::SP, NumBytes, in emitSPUpdate() 745 bool isARM = !AFI->isThumbFunction(); in emitPrologue() local 776 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes, in emitPrologue() 883 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -ArgRegsSaveSize, in emitPrologue() 940 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -DPRGapSize, in emitPrologue() 1047 emitSPUpdate(isARM, MBB, MBBI, dl, TII, -NumBytes, in emitPrologue() 1052 if (HasFP && isARM) in emitPrologue() [all …]
|
H A D | ARMExpandPseudoInsts.cpp | 2709 bool isARM = Opcode != ARM::t2MOV_ga_pcrel; in ExpandMI() local 2710 unsigned LO16Opc = isARM ? ARM::MOVi16_ga_pcrel : ARM::t2MOVi16_ga_pcrel; in ExpandMI() 2711 unsigned HI16Opc = isARM ? ARM::MOVTi16_ga_pcrel :ARM::t2MOVTi16_ga_pcrel; in ExpandMI() 2714 unsigned PICAddOpc = isARM in ExpandMI() 2732 if (isARM) { in ExpandMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | KCFI.cpp | 101 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 | 96 if (T.isARM() || T.isThumb()) in buildCFICheck()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 118 } else if (T.isARM() || T.isThumb()) { in printSwitchToSection()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 153 else if (MachineTriple.isARM()) in PrintSupportedExtensions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 864 bool isARM() const { in isARM() function 871 return (isARM() || isThumb()) && in isTargetEHABICompatible()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 286 bool isARM = (T.getArch() == Triple::aarch64 || in initializeLibCalls() local 288 bool hasPartialFloat = (isARM || in initializeLibCalls() 315 if (!isARM) in initializeLibCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | RuntimeLibcalls.cpp | 225 if (TT.isARM() || TT.isThumb()) { in initLibcalls()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | BareMetal.cpp | 481 if (Triple.isARM() || Triple.isThumb()) { in ConstructJob()
|
H A D | CommonArgs.cpp | 158 (Triple.isAndroid() && !Triple.isARM())) in useLeafFramePointerForTargetByDefault() 180 if (Triple.isARM() || Triple.isThumb()) { in mustMaintainValidFrameChain() 197 if (Triple.isARM() || Triple.isThumb()) { in framePointerImpliesLeafFramePointer() 2714 if (!(Triple.isARM() || Triple.isThumb() || Triple.isAArch64())) { in addMachineOutlinerArgs()
|
H A D | Linux.cpp | 246 if (Triple.isARM()) { in Linux()
|
H A D | Clang.cpp | 3542 !EffectiveTriple.isARM() && !EffectiveTriple.isThumb()) in RenderSSPOptions() 3545 if ((EffectiveTriple.isX86() || EffectiveTriple.isARM() || in RenderSSPOptions() 3552 if ((EffectiveTriple.isARM() || EffectiveTriple.isThumb()) && in RenderSSPOptions() 3588 !EffectiveTriple.isARM() && !EffectiveTriple.isThumb()) in RenderSSPOptions() 3596 if ((EffectiveTriple.isARM() || EffectiveTriple.isThumb()) && in RenderSSPOptions() 4177 bool IsARM = T.isARM() || T.isThumb() || T.isAArch64(); in RenderCharacterOptions()
|
H A D | Gnu.cpp | 398 if (Triple.isARM() || Triple.isThumb()) { in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 331 if (!(TT.isARM() || TT.isThumb())) in parseSectionFlags()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | ARM.cpp | 191 return Triple.isARM() || AK == llvm::ARM::ArchKind::ARMV6T2 || in isHardTPSupported()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1030 (TI.getTriple().isThumb() || TI.getTriple().isARM())) in InitializePredefinedMacros()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 646 if (GetTriple().isARM()) in GetClangTargetCPU()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1092 if (T.isARM() || T.isThumb()) { in Release() 1189 if (T.isARM() || T.isThumb() || T.isAArch64()) { in Release()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2536 triple.isAArch64() || triple.isArmMClass() || triple.isARM()) in GetWatchpointReportedAfter()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 682 if (T.isARM() || T.isThumb() || T.isAArch64()) in getEffectiveDeclContext()
|