Home
last modified time | relevance | path

Searched refs:IsWindows (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleM4.td23 HasV8_3a, HasTrustZone, HasDFB, IsWindows];
H A DARMPredicates.td171 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
H A DARMInstrThumb.td1448 Requires<[IsThumb, IsWindows]> {
1565 Requires<[IsThumb,IsWindows]>;
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp423 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local
426 return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows) in getArchNameForCompilerRTLib()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp1329 bool IsWindows = CGM.getTarget().getTriple().isOSWindows(); in buildGlobalBlock() local
1332 if (IsWindows) in buildGlobalBlock()
1370 /*constant*/ !IsWindows, llvm::GlobalVariable::InternalLinkage, AddrSpace); in buildGlobalBlock()
1376 if (IsWindows) { in buildGlobalBlock()
H A DCGCall.cpp207 bool IsWindows) { in getCallingConventionForDecl() argument
243 return IsWindows ? CC_C : CC_Win64; in getCallingConventionForDecl()
246 return IsWindows ? CC_X86_64SysV : CC_C; in getCallingConventionForDecl()
499 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local
500 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2516 bool IsWindows = isTargetWindows(MF); in computeCalleeSaveRegisterPairs() local
2570 !invalidateRegisterPairing(RPI.Reg1, NextReg, IsWindows, in computeCalleeSaveRegisterPairs()
2675 if (NeedsFrameRecord && ((!IsWindows && RPI.Reg1 == AArch64::LR && in computeCalleeSaveRegisterPairs()
2677 (IsWindows && RPI.Reg1 == AArch64::FP && in computeCalleeSaveRegisterPairs()
H A DAArch64InstrInfo.td209 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp487 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local
512 else if (IsWindows) in getShadowMapping()
547 } else if (IsWindows && IsX86_64) { in getShadowMapping()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp7048 bool IsWindows = TT.isOSWindows(); in checkVAStartABI() local
7056 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI()
7064 if ((IsWindows && CC == CC_X86_64SysV) || in checkVAStartABI()
7065 (!IsWindows && CC == CC_Win64)) in checkVAStartABI()
7068 << !IsWindows; in checkVAStartABI()