| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 290 bool isWindowsArm64EC() const { return TargetTriple.isWindowsArm64EC(); } in isWindowsArm64EC() function 448 if (isWindowsArm64EC()) in getChkStkName() 454 if (isWindowsArm64EC()) in getSecurityCheckCookieName()
|
| H A D | AArch64MCInstLower.cpp | 62 if (!TheTriple.isWindowsArm64EC() || !isa<Function>(GV) || in GetGlobalValueSymbol() 97 TheTriple.isWindowsArm64EC() && in GetGlobalValueSymbol()
|
| H A D | AArch64Subtarget.cpp | 515 if (isWindowsArm64EC() && GV->getValueType()->isFunctionTy()) { in classifyGlobalFunctionReference()
|
| H A D | AArch64RegisterInfo.cpp | 414 if (MF.getSubtarget<AArch64Subtarget>().isWindowsArm64EC()) { in explainReservedReg() 447 if (MF.getSubtarget<AArch64Subtarget>().isWindowsArm64EC()) { in getStrictlyReservedRegs()
|
| H A D | AArch64TargetMachine.cpp | 678 if (TM->getTargetTriple().isWindowsArm64EC()) in addIRPasses()
|
| H A D | AArch64ISelLowering.cpp | 7680 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 D | AArch64AsmPrinter.cpp | 1365 if (TT.isWindowsArm64EC() && !MF->getFunction().hasLocalLinkage()) { in emitFunctionEntryLabel()
|
| H A D | AArch64FastISel.cpp | 3187 if (Subtarget->isWindowsArm64EC()) in fastLowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64WinCOFFObjectWriter.cpp | 32 : MCWinCOFFObjectTargetWriter(TheTriple.isWindowsArm64EC() in AArch64WinCOFFObjectWriter()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | EHPersonalities.cpp | 30 if (F->getParent()->getTargetTriple().isWindowsArm64EC()) { in classifyEHPersonality()
|
| H A D | Mangler.cpp | 238 if (TT.isWindowsArm64EC()) { in emitLinkerFlagsForGlobalCOFF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 698 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 D | CGCXX.cpp | 43 if (getTarget().getTriple().isWindowsArm64EC()) in TryEmitBaseDestructorAsAlias()
|
| H A D | CGCall.cpp | 5761 getTarget().getTriple().isWindowsArm64EC()) { in EmitCall()
|
| H A D | CodeGenModule.cpp | 2366 getTarget().getTriple().isWindowsArm64EC()) { in SetLLVMFunctionAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 96 return T.isWindowsArm64EC() ? COFF::IMAGE_FILE_MACHINE_ARM64EC in getMachine()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.cpp | 404 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 D | LibDriver.cpp | 197 return T.isWindowsArm64EC() ? COFF::IMAGE_FILE_MACHINE_ARM64EC in getBitcodeFileMachine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | Triple.h | 690 bool isWindowsArm64EC() const { in isWindowsArm64EC() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.td | 1199 : RuntimeLibcallPredicate<"(TT.isAArch64() && !TT.isWindowsArm64EC())">; 1200 def isWindowsArm64EC : RuntimeLibcallPredicate<"TT.isWindowsArm64EC()">; 1229 : SystemRuntimeLibrary<isWindowsArm64EC,
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | MinGW.cpp | 144 else if (TC.getEffectiveTriple().isWindowsArm64EC()) in ConstructJob()
|
| H A D | MSVC.cpp | 79 else if (TC.getTriple().isWindowsArm64EC()) in ConstructJob()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 704 return T.isWindowsArm64EC() || T.getArch() == Triple::x86_64; in isECObject()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 1467 return t.isWindowsArm64EC() ? ARM64EC : ARM64; in getMachineType()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4775 bool IsTargetArm64EC = TT.isWindowsArm64EC(); in emitCOFFReplaceableFunctionData()
|