Searched refs:IsWindows (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/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 | ARMInstrThumb.td | 1448 Requires<[IsThumb, IsWindows]> { 1565 Requires<[IsThumb,IsWindows]>;
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 423 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 D | CGBlocks.cpp | 1329 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 D | CGCall.cpp | 207 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 D | AArch64FrameLowering.cpp | 2516 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 D | AArch64InstrInfo.td | 209 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 487 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 D | SemaChecking.cpp | 7048 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()
|