Home
last modified time | relevance | path

Searched refs:isAArch64 (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMWinEH.h435 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 DMachO.cpp58 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 DARMWinEHPrinter.h27 bool isAArch64; variable
194 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder() argument
196 isAArch64(isAArch64) {} in Decoder()
H A DARMWinEHPrinter.cpp1054 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 DTargetCXXABI.h90 return T.isARM() || T.isAArch64(); in isSupportedCXXABI()
101 return T.isAArch64(); in isSupportedCXXABI()
H A DTargetInfo.h1529 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 DWinException.h40 bool isAArch64 = false; variable
H A DWinException.cpp39 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 Dcc1_main.cpp155 else if (MachineTriple.isAArch64()) in PrintSupportedExtensions()
199 if (MachineTriple.isAArch64()) in PrintEnabledExtensions()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h998 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 DMCSectionELF.cpp122 } else if (T.isAArch64()) { in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp108 if (TT.isX86() || TT.isAArch64() || TT.isWasm()) in initLibcalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp51 } else if (TargetTriple.isRISCV() || TargetTriple.isAArch64() || in insertCall()
H A DRelLookupTableConverter.cpp76 TT.isAArch64() in shouldConvertToRelLookupTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp300 op.HandleTailcall = MF.getTarget().getTargetTriple().isAArch64() || in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp660 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 DClang.cpp1399 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 DLinux.cpp243 } else if (Triple.isAArch64() || Triple.getArch() == llvm::Triple::x86_64) { in Linux()
778 assert(getTriple().isAArch64() && "expected AArch64 target!"); in IsAArch64OutlineAtomicsDefault()
H A DCommonArgs.cpp154 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 DObjCARCContract.cpp539 if (!TT.isAArch64()) in useClaimRuntimeCall()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1609 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 DGDBRemoteRegisterContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp477 TargetTriple.isAArch64() && !TargetTriple.isAndroidVersionLT(35) && in insertBaseTaggedPointer()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1322 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 DELFAsmParser.cpp309 else if (TT.isAArch64()) in parseSectionFlags()

123