| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ARMWinEH.h | 435 bool isAArch64; member 437 ExceptionDataRecord(const support::ulittle32_t *Data, bool isAArch64) : in ExceptionDataRecord() 438 Data(Data), isAArch64(isAArch64) {} in ExceptionDataRecord() 465 assert(!isAArch64 && "Fragments are only supported on ARMv7 WinEH"); in F() 471 if (isAArch64) in EpilogueCount() 480 if (isAArch64) in CodeWords() 514 if (XR.isAArch64) in HeaderWords()
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MachO.cpp | 58 assert(T.isAArch64()); in getARM64SubType() 86 if (T.isAArch64()) in getCPUType() 102 if (T.isAArch64() || T.getArch() == Triple::aarch64_32) in getCPUSubType()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.h | 27 bool isAArch64; variable 194 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder() argument 196 isAArch64(isAArch64) {} in Decoder()
|
| H A D | ARMWinEHPrinter.cpp | 1054 const RingEntry* DecodeRing = isAArch64 ? Ring64 : Ring; in decodeOpcodes() 1058 if ((isAArch64 && (DI >= std::size(Ring64))) || in decodeOpcodes() 1059 (!isAArch64 && (DI >= std::size(Ring)))) { in decodeOpcodes() 1099 const ExceptionDataRecord XData(Data, isAArch64); in dumpXDataRecord() 1102 isAArch64 ? XData.FunctionLengthInBytesAArch64() : in dumpXDataRecord() 1107 if (!isAArch64) in dumpXDataRecord() 1141 if (!isAArch64) in dumpXDataRecord() 1144 isAArch64 ? ES.EpilogueStartIndexAArch64() in dumpXDataRecord() 1146 unsigned ReservedMask = isAArch64 ? 0xF : 0x3; in dumpXDataRecord() 1152 isAArch64 ? ES.EpilogueStartIndexAArch64() in dumpXDataRecord() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.h | 90 return T.isARM() || T.isAArch64(); in isSupportedCXXABI() 101 return T.isAArch64(); in isSupportedCXXABI()
|
| H A D | TargetInfo.h | 1529 return getTriple().isX86() || getTriple().isAArch64() || in supportsMultiVersioning() 1537 if (getTriple().isOSWindows() && getTriple().isAArch64()) in supportsIFunc()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.h | 40 bool isAArch64 = false; variable
|
| H A D | WinException.cpp | 39 isAArch64 = Asm->TM.getTargetTriple().isAArch64(); in WinException() 117 if (isAArch64 && CurrentFuncletEntry && in markFunctionEnd() 241 if (isAArch64 && CurrentFuncletEntry && in endFunclet() 572 if (!isAArch64) { in emitCSpecificHandlerTable() 957 const MCExpr *LabelExpression = (isAArch64 || isThumb) in computeIP2StateTable()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1_main.cpp | 155 else if (MachineTriple.isAArch64()) in PrintSupportedExtensions() 199 if (MachineTriple.isAArch64()) in PrintEnabledExtensions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 998 bool isAArch64() const { in isAArch64() function 1005 bool isAArch64(int PointerWidth) const { in isAArch64() function 1007 if (!isAArch64()) in isAArch64() 1172 return isAArch64() || (isAndroid() && isRISCV64()) || isOSFuchsia(); in hasDefaultTLSDESC()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 122 } else if (T.isAArch64()) { in printSwitchToSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | RuntimeLibcalls.cpp | 108 if (TT.isX86() || TT.isAArch64() || TT.isWasm()) in initLibcalls()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 51 } else if (TargetTriple.isRISCV() || TargetTriple.isAArch64() || in insertCall()
|
| H A D | RelLookupTableConverter.cpp | 76 TT.isAArch64() in shouldConvertToRelLookupTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | XRayInstrumentation.cpp | 300 op.HandleTailcall = MF.getTarget().getTargetTriple().isAArch64() || in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 660 OutlinedChecks = (TargetTriple.isAArch64() || TargetTriple.isRISCV64()) && in initializeModule() 920 if (TargetTriple.isAArch64() || TargetTriple.getArch() == Triple::x86_64 || in untagPointerOperand() 999 if (TargetTriple.isAArch64() && Mapping.isFixed()) { in instrumentMemAccessOutline() 1322 if (TargetTriple.isAArch64() && TargetTriple.isAndroid()) in getHwasanThreadSlotPtr() 1371 return TargetTriple.isAArch64() ? ThreadLong in emitPrologue()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 1399 ArgStringList &CmdArgs, bool isAArch64) { in CollectARMPACBTIOptions() argument 1401 const Arg *A = isAArch64 in CollectARMPACBTIOptions() 1406 if (Triple.isOSOpenBSD() && isAArch64) { in CollectARMPACBTIOptions() 1415 if (!(isAArch64 || (Triple.isArmT32() && Triple.isArmMClass()))) in CollectARMPACBTIOptions() 1428 IndirectBranches = Triple.isOSOpenBSD() && isAArch64; in CollectARMPACBTIOptions() 1440 if (isAArch64) { in CollectARMPACBTIOptions() 1454 if (!isAArch64 && PBP.Key == "b_key") in CollectARMPACBTIOptions() 3551 if (!EffectiveTriple.isX86() && !EffectiveTriple.isAArch64() && in RenderSSPOptions() 3588 if (EffectiveTriple.isAArch64() && Value != "sysreg" && Value != "global") { in RenderSSPOptions() 3612 if (!EffectiveTriple.isX86() && !EffectiveTriple.isAArch64() && in RenderSSPOptions() [all …]
|
| H A D | Linux.cpp | 243 } else if (Triple.isAArch64() || Triple.getArch() == llvm::Triple::x86_64) { in Linux() 778 assert(getTriple().isAArch64() && "expected AArch64 target!"); in IsAArch64OutlineAtomicsDefault()
|
| H A D | CommonArgs.cpp | 154 if (Triple.isAArch64() || Triple.isPS() || Triple.isVE() || in useLeafFramePointerForTargetByDefault() 1305 checkArg(IsELF && Triple.isAArch64(), {"default", "implicit"}); in addLTOOptions() 2856 if (!(Triple.isARM() || Triple.isThumb() || Triple.isAArch64())) { in addMachineOutlinerArgs() 2981 if (!Triple.isAArch64()) { in addOutlineAtomicsArgs() 2993 } else if (Triple.isAArch64() && TC.IsAArch64OutlineAtomicsDefault(Args)) { in addOutlineAtomicsArgs() 3020 if (Triple.isAArch64(64)) { in addMCModel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 539 if (!TT.isAArch64()) in useClaimRuntimeCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1609 getTriple().isAArch64() || getTriple().isRISCV() || in getSupportedSanitizers() 1613 getTriple().isAArch64(64) || getTriple().isRISCV()) in getSupportedSanitizers() 1615 if (getTriple().isAArch64(64)) in getSupportedSanitizers()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 477 TargetTriple.isAArch64() && !TargetTriple.isAndroidVersionLT(35) && in insertBaseTaggedPointer()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 1322 bool isAArch64 = ctx.arg.emachine == EM_AARCH64; in handleTlsRelocation() local 1324 if (isAArch64) in handleTlsRelocation() 1351 if (isAArch64) in handleTlsRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 309 else if (TT.isAArch64()) in parseSectionFlags()
|