Searched refs:IsWindows (Results 1 – 9 of 9) sorted by relevance
| /freebsd/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 | 1443 Requires<[IsThumb, IsWindows]> { 1562 Requires<[IsThumb,IsWindows]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 3234 bool IsWindows = isTargetWindows(MF); in computeCalleeSaveRegisterPairs() local 3261 bool FPAfterSVECalleeSaves = IsWindows && AFI->getSVECalleeSavedStackSize(); in computeCalleeSaveRegisterPairs() 3309 !invalidateRegisterPairing(RPI.Reg1, NextReg, IsWindows, in computeCalleeSaveRegisterPairs() 3392 ((!IsWindows && RPI.Reg2 == AArch64::FP) || in computeCalleeSaveRegisterPairs() 3393 (IsWindows && RPI.Reg2 == AArch64::LR))) in computeCalleeSaveRegisterPairs() 3419 ((!IsWindows && RPI.Reg2 == AArch64::FP) || in computeCalleeSaveRegisterPairs() 3420 (IsWindows && RPI.Reg2 == AArch64::LR))) in computeCalleeSaveRegisterPairs() 3431 return IsWindows ? RPI.Reg1 == AArch64::FP && RPI.Reg2 == AArch64::LR in computeCalleeSaveRegisterPairs()
|
| H A D | AArch64InstrInfo.td | 396 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1322 bool IsWindows = CGM.getTarget().getTriple().isOSWindows(); in buildGlobalBlock() local 1326 if (IsWindows) in buildGlobalBlock() 1377 /*constant*/ !IsWindows, llvm::GlobalVariable::InternalLinkage, AddrSpace); in buildGlobalBlock() 1383 if (IsWindows) { in buildGlobalBlock()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 664 bool IsWindows = Triple.isOSWindows(); in getArchNameForCompilerRTLib() local 670 return (arm::getARMFloatABI(TC, Args) == arm::FloatABI::Hard && !IsWindows) in getArchNameForCompilerRTLib()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 500 bool IsWindows = TargetTriple.isOSWindows(); in getShadowMapping() local 526 else if (IsWindows) in getShadowMapping() 561 } else if (IsWindows && IsX86_64) { in getShadowMapping()
|