Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleM4.td23 HasV8_3a, HasTrustZone, HasDFB, IsWindows];
H A DARMPredicates.td169 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
H A DARMInstrThumb.td1448 Requires<[IsThumb, IsWindows]> {
1561 Requires<[IsThumb,IsWindows]>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp375 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local
378 return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows) in getArchNameForCompilerRTLib()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1324 bool IsWindows = CGM.getTarget().getTriple().isOSWindows(); in buildGlobalBlock() local
1327 if (IsWindows) in buildGlobalBlock()
1365 /*constant*/ !IsWindows, llvm::GlobalVariable::InternalLinkage, AddrSpace); in buildGlobalBlock()
1371 if (IsWindows) { in buildGlobalBlock()
H A DCGCall.cpp203 bool IsWindows) { in getCallingConventionForDecl() argument
233 return IsWindows ? CC_C : CC_Win64; in getCallingConventionForDecl()
236 return IsWindows ? CC_X86_64SysV : CC_C; in getCallingConventionForDecl()
489 bool IsWindows = getContext().getTargetInfo().getTriple().isOSWindows(); in arrangeObjCMessageSendSignature() local
490 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows)); in arrangeObjCMessageSendSignature()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2249 bool IsWindows = isTargetWindows(MF); in computeCalleeSaveRegisterPairs() local
2303 !invalidateRegisterPairing(RPI.Reg1, NextReg, IsWindows, in computeCalleeSaveRegisterPairs()
2417 if (NeedsFrameRecord && ((!IsWindows && RPI.Reg1 == AArch64::LR && in computeCalleeSaveRegisterPairs()
2419 (IsWindows && RPI.Reg1 == AArch64::FP && in computeCalleeSaveRegisterPairs()
H A DAArch64InstrInfo.td167 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp457 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local
485 else if (IsWindows) in getShadowMapping()
523 } else if (IsWindows && IsX86_64) { in getShadowMapping()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5902 bool IsWindows = TT.isOSWindows(); in checkVAStartABI() local
5910 if (CC == CC_X86_64SysV || (!IsWindows && CC != CC_Win64)) in checkVAStartABI()
5918 if ((IsWindows && CC == CC_X86_64SysV) || in checkVAStartABI()
5919 (!IsWindows && CC == CC_Win64)) in checkVAStartABI()
5922 << !IsWindows; in checkVAStartABI()