Home
last modified time | relevance | path

Searched refs:isWindowsArm64EC (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h290 bool isWindowsArm64EC() const { return TargetTriple.isWindowsArm64EC(); } in isWindowsArm64EC() function
448 if (isWindowsArm64EC()) in getChkStkName()
454 if (isWindowsArm64EC()) in getSecurityCheckCookieName()
H A DAArch64MCInstLower.cpp62 if (!TheTriple.isWindowsArm64EC() || !isa<Function>(GV) || in GetGlobalValueSymbol()
97 TheTriple.isWindowsArm64EC() && in GetGlobalValueSymbol()
H A DAArch64Subtarget.cpp515 if (isWindowsArm64EC() && GV->getValueType()->isFunctionTy()) { in classifyGlobalFunctionReference()
H A DAArch64RegisterInfo.cpp414 if (MF.getSubtarget<AArch64Subtarget>().isWindowsArm64EC()) { in explainReservedReg()
447 if (MF.getSubtarget<AArch64Subtarget>().isWindowsArm64EC()) { in getStrictlyReservedRegs()
H A DAArch64TargetMachine.cpp678 if (TM->getTargetTriple().isWindowsArm64EC()) in addIRPasses()
H A DAArch64ISelLowering.cpp7680 if (Subtarget->isWindowsArm64EC()) in CCAssignFnForCall()
7694 if (Subtarget->isWindowsArm64EC()) in CCAssignFnForCall()
7700 if (Subtarget->isWindowsArm64EC()) in CCAssignFnForCall()
7724 if (Subtarget->isWindowsArm64EC()) in CCAssignFnForReturn()
7745 (isVarArg && Subtarget->isWindowsArm64EC()); in LowerFormalArguments()
7892 (VA.getValVT().isScalableVT() || Subtarget->isWindowsArm64EC()) && in LowerFormalArguments()
7956 Subtarget->isWindowsArm64EC()) && in LowerFormalArguments()
7977 Subtarget->isWindowsArm64EC()) && in LowerFormalArguments()
8229 if (Subtarget->isWindowsArm64EC()) { in saveVarArgRegisters()
8248 if (Subtarget->isWindowsArm64EC()) { in saveVarArgRegisters()
[all …]
H A DAArch64AsmPrinter.cpp1365 if (TT.isWindowsArm64EC() && !MF->getFunction().hasLocalLinkage()) { in emitFunctionEntryLabel()
H A DAArch64FastISel.cpp3187 if (Subtarget->isWindowsArm64EC()) in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFObjectWriter.cpp32 : MCWinCOFFObjectTargetWriter(TheTriple.isWindowsArm64EC() in AArch64WinCOFFObjectWriter()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp30 if (F->getParent()->getTargetTriple().isWindowsArm64EC()) { in classifyEHPersonality()
H A DMangler.cpp238 if (TT.isWindowsArm64EC()) { in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp698 if (F.isVarArg() && Subtarget.isWindowsArm64EC()) in lowerFormalArguments()
709 !Subtarget.isWindowsArm64EC(); in lowerFormalArguments()
780 if ((!Subtarget.isTargetDarwin() && !Subtarget.isWindowsArm64EC()) || IsWin64) { in lowerFormalArguments()
787 } else if (Subtarget.isWindowsArm64EC()) { in lowerFormalArguments()
1321 if (Subtarget.isWindowsArm64EC()) in lowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp43 if (getTarget().getTriple().isWindowsArm64EC()) in TryEmitBaseDestructorAsAlias()
H A DCGCall.cpp5761 getTarget().getTriple().isWindowsArm64EC()) { in EmitCall()
H A DCodeGenModule.cpp2366 getTarget().getTriple().isWindowsArm64EC()) { in SetLLVMFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp96 return T.isWindowsArm64EC() ? COFF::IMAGE_FILE_MACHINE_ARM64EC in getMachine()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp404 if (getTriple().isWindowsArm64EC()) { in getTargetDefines()
1705 if (getTriple().isWindowsArm64EC()) in checkCallingConvention()
1735 if (getTriple().isWindowsArm64EC()) { in getTargetDefines()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp197 return T.isWindowsArm64EC() ? COFF::IMAGE_FILE_MACHINE_ARM64EC in getBitcodeFileMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h690 bool isWindowsArm64EC() const { in isWindowsArm64EC() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1199 : RuntimeLibcallPredicate<"(TT.isAArch64() && !TT.isWindowsArm64EC())">;
1200 def isWindowsArm64EC : RuntimeLibcallPredicate<"TT.isWindowsArm64EC()">;
1229 : SystemRuntimeLibrary<isWindowsArm64EC,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp144 else if (TC.getEffectiveTriple().isWindowsArm64EC()) in ConstructJob()
H A DMSVC.cpp79 else if (TC.getTriple().isWindowsArm64EC()) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp704 return T.isWindowsArm64EC() || T.getArch() == Triple::x86_64; in isECObject()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp1467 return t.isWindowsArm64EC() ? ARM64EC : ARM64; in getMachineType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4775 bool IsTargetArm64EC = TT.isWindowsArm64EC(); in emitCOFFReplaceableFunctionData()

12