Home
last modified time | relevance | path

Searched refs:isTargetWindows (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp136 return hasV6Ops() && hasARMOps() && !isTargetWindows(); in isXRaySupported()
187 if (isTargetWindows()) in initSubtargetFeatures()
398 (isTargetWindows() || !OptMinSize || genExecuteOnly()); in useMovt()
H A DARMSubtarget.h343 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
388 (!isTargetWindows() && isThumb() && !createAAPCSFrameChain())) in getFramePointerReg()
H A DARMPredicates.td171 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
172 def IsNotWindows : Predicate<"!Subtarget->isTargetWindows()">;
H A DARMAsmPrinter.cpp889 assert(Subtarget->isTargetWindows() && in GetARMGVSymbol()
2216 if (STI.isTargetDarwin() || STI.isTargetWindows()) { in emitInstruction()
2289 if (STI.isTargetDarwin() || STI.isTargetWindows()) { in emitInstruction()
H A DARMFrameLowering.cpp929 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) { in emitPrologue()
1118 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) { in emitPrologue()
2575 if (STI.isTargetWindows() && in determineCalleeSaves()
2972 (STI.isTargetWindows() && Reg == ARM::R11) || in determineCalleeSaves()
H A DARMISelLowering.cpp2807 assert((!isPositionIndependent() || Subtarget->isTargetWindows()) && in LowerCall()
2872 assert(Subtarget->isTargetWindows() && in LowerCall()
3695 assert(Subtarget->isTargetWindows() && "Windows specific TLS lowering"); in LowerGlobalTLSAddressWindows()
3851 if (Subtarget->isTargetWindows()) in LowerGlobalTLSAddress()
4099 assert(Subtarget->isTargetWindows() && "non-Windows COFF is not supported"); in LowerGlobalAddressWindows()
10694 if (Subtarget->isTargetWindows() && !Op.getValueType().isVector()) in LowerOperation()
10698 if (Subtarget->isTargetWindows() && !Op.getValueType().isVector()) in LowerOperation()
10742 if (Subtarget->isTargetWindows()) in LowerOperation()
10828 assert(Subtarget->isTargetWindows() && "can only expand DIV on Windows"); in ReplaceNodeResults()
11773 assert(Subtarget->isTargetWindows() && in EmitLowered__chkstk()
[all …]
H A DARMConstantIslandPass.cpp1510 if (STI->isTargetWindows() && isThumb && MI->getOpcode() == ARM::t2MOVTi16 && in createNewWater()
H A DARMExpandPseudoInsts.cpp1068 bool RequiresBundling = STI->isTargetWindows() && IsAnAddressOperand(MO); in ExpandMOV32BitImm()
1075 assert(!STI->isTargetWindows() && "Windows on ARM requires ARMv7+"); in ExpandMOV32BitImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h287 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
361 return isTargetWindows(); in isCallingConvWin64()
363 return IsVarArg && isTargetWindows(); in isCallingConvWin64()
H A DAArch64MachineFunctionInfo.cpp122 if (STI->isTargetWindows()) { in AArch64FunctionInfo()
H A DAArch64RegisterInfo.cpp94 if (MF->getSubtarget<AArch64Subtarget>().isTargetWindows()) { in getCalleeSavedRegs()
704 if (STI.isTargetWindows()) { in isArgumentRegister()
750 if (STI.isTargetWindows()) in isArgumentRegister()
H A DAArch64FrameLowering.cpp1079 return Subtarget.isTargetWindows() && MFI.hasStackProbing() && in windowsRequiresStackProbe()
1677 static bool isTargetWindows(const MachineFunction &MF) { in isTargetWindows() function
1678 return MF.getSubtarget<AArch64Subtarget>().isTargetWindows(); in isTargetWindows()
2048 Subtarget.isTargetWindows() && AFI->getSVECalleeSavedStackSize(); in emitPrologue()
2549 Subtarget.isTargetWindows() && AFI->getSVECalleeSavedStackSize(); in emitEpilogue()
2878 isTargetWindows(MF) && AFI->getSVECalleeSavedStackSize(); in getFrameIndexReferenceFromSP()
3036 isTargetWindows(MF) && AFI->getSVECalleeSavedStackSize(); in resolveFrameOffsetReference()
3234 bool IsWindows = isTargetWindows(MF); in computeCalleeSaveRegisterPairs()
4042 !Subtarget.isTargetWindows()) { in determineCalleeSaves()
4220 bool UsesWinAAPCS = isTargetWindows(MF); in assignCalleeSavedSpillSlots()
H A DAArch64CallingConvention.td530 CCIfVarArg<CCIfSubtarget<"isTargetWindows()", CCDelegateTo<CC_AArch64_Win64PCS>>>,
559 CCIf<"!State.getMachineFunction().getSubtarget<AArch64Subtarget>().isTargetWindows()",
561 CCIf<"!State.getMachineFunction().getSubtarget<AArch64Subtarget>().isTargetWindows()",
H A DAArch64ISelLowering.cpp1209 if (!Subtarget->isTargetWindows()) in AArch64TargetLowering()
1984 if (Subtarget->isTargetWindows()) { in AArch64TargetLowering()
2999 assert(!MF->getSubtarget<AArch64Subtarget>().isTargetWindows() && in EmitAllocateZABuffer()
3040 assert(!MF->getSubtarget<AArch64Subtarget>().isTargetWindows() && in EmitAllocateSMESaveBuffer()
7678 if (Subtarget->isTargetWindows()) { in CCAssignFnForCall()
8156 if (!Subtarget->isTargetWindows() && !hasInlineStackProbe(MF)) { in LowerFormalArguments()
8177 if (!Subtarget->isTargetWindows() && !hasInlineStackProbe(MF)) { in LowerFormalArguments()
8513 if (CallerCC == CallingConv::Win64 && !Subtarget->isTargetWindows() && in isEligibleForTailCallOptimization()
10220 assert(Subtarget->isTargetWindows() && "Windows specific TLS lowering"); in LowerWindowsGlobalTLSAddress()
10286 if (Subtarget->isTargetWindows()) in LowerGlobalTLSAddress()
[all …]
H A DAArch64FastISel.cpp339 if (Subtarget->isTargetWindows()) in CCAssignFnForCall()
3219 if (Subtarget->isTargetWindows() && Addr.getGlobalValue() && in fastLowerCall()
H A DAArch64InstrInfo.td396 def IsWindows : Predicate<"Subtarget->isTargetWindows()">;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h359 bool isTargetWindows() const { return TargetTriple.isOSWindows(); } in isTargetWindows() function
H A DMipsISelLowering.cpp2237 assert(Subtarget.isTargetWindows() && in lowerGlobalAddress()
3597 assert(Subtarget.isTargetWindows() && in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1655 (ST->isTargetDarwin() || ST->isTargetWindows()) in legalizeIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td1412 // isTargetWindows()