Searched refs:IsWindows (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM4.td | 23 HasV8_3a, HasTrustZone, HasDFB, IsWindows];
|
| H A D | ARMPredicates.td | 171 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
|
| H A D | ARMScheduleM55.td | 95 IsWindows];
|
| H A D | ARMInstrThumb.td | 1449 Requires<[IsThumb, IsWindows]> { 1566 Requires<[IsThumb,IsWindows]>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 2790 bool IsWindows = isTargetWindows(MF); in computeCalleeSaveRegisterPairs() local 2844 !invalidateRegisterPairing(RPI.Reg1, NextReg, IsWindows, in computeCalleeSaveRegisterPairs() 2912 ((!IsWindows && RPI.Reg2 == AArch64::FP) || in computeCalleeSaveRegisterPairs() 2913 (IsWindows && RPI.Reg2 == AArch64::LR))) in computeCalleeSaveRegisterPairs() 2942 ((!IsWindows && RPI.Reg2 == AArch64::FP) || in computeCalleeSaveRegisterPairs() 2943 (IsWindows && RPI.Reg2 == AArch64::LR))) in computeCalleeSaveRegisterPairs() 2953 if (NeedsFrameRecord && ((!IsWindows && RPI.Reg1 == AArch64::LR && in computeCalleeSaveRegisterPairs() 2955 (IsWindows && RPI.Reg1 == AArch64::FP && in computeCalleeSaveRegisterPairs()
|
| H A D | AArch64InstrInfo.td | 299 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1293 bool IsWindows = CGM.getTarget().getTriple().isOSWindows(); in buildGlobalBlock() local 1296 if (IsWindows) in buildGlobalBlock() 1334 /*constant*/ !IsWindows, llvm::GlobalVariable::InternalLinkage, AddrSpace); in buildGlobalBlock() 1340 if (IsWindows) { in buildGlobalBlock()
|
| H A D | CGCall.cpp | 209 bool IsWindows) { in getCallingConventionForDecl() argument 245 return IsWindows ? CC_C : CC_Win64; in getCallingConventionForDecl() 248 return IsWindows ? CC_X86_64SysV : CC_C; in getCallingConventionForDecl() 507 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local 508 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 557 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local 563 return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows) in getArchNameForCompilerRTLib()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 499 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local 524 else if (IsWindows) in getShadowMapping() 559 } else if (IsWindows && IsX86_64) { in getShadowMapping()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8946 bool IsWindows = TT.isOSWindows(); in checkVAStartABI() local 8954 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI() 8962 if ((IsWindows && CC == CC_X86_64SysV) || in checkVAStartABI() 8963 (!IsWindows && CC == CC_Win64)) in checkVAStartABI() 8966 << !IsWindows; in checkVAStartABI()
|