Searched refs:isTargetWindows (Results 1 – 9 of 9) sorted by relevance
348 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function364 !isTargetDarwin() && !isTargetWindows(); in isTargetAEABI()375 !isTargetDarwin() && !isTargetWindows(); in isTargetEHABICompatible()382 isTargetWindows(); in isTargetHardFloat()
250 if (isTargetWindows()) in initSubtargetFeatures()392 return UseMovt && (isTargetWindows() || in useMovt()
156 Subtarget.isTargetWindows()) in EmitTargetCodeForMemset()
55 } else if (STI.isTargetWindows()) in ARMBaseRegisterInfo()
662 bool RequiresBundling = STI->isTargetWindows() && IsAnAddressOperand(MO); in ExpandMOV32BitImm()668 assert(!STI->isTargetWindows() && "Windows on ARM requires ARMv7+"); in ExpandMOV32BitImm()
321 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) { in emitPrologue()433 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
900 assert(Subtarget->isTargetWindows() && in GetARMGVSymbol()
251 !Subtarget->isTargetWindows()) { in ARMTargetLowering()355 if (Subtarget->isTargetWindows()) { in ARMTargetLowering()1682 assert((Subtarget->isTargetWindows() || in LowerCall()1736 assert(Subtarget->isTargetWindows() && in LowerCall()2609 assert(Subtarget->isTargetWindows() && "non-Windows COFF is not supported"); in LowerGlobalAddressWindows()7377 assert(Subtarget->isTargetWindows() && in EmitLowered__chkstk()10814 assert(Subtarget->isTargetWindows() && "unsupported target platform"); in LowerDYNAMIC_STACKALLOC()
108 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function