Searched refs:genExecuteOnly (Results 1 – 14 of 14) sorted by relevance
40 bool genExecuteOnly = in Initialize() local51 if (genExecuteOnly) { in Initialize()101 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText()) in isExecuteOnlyFunction()
183 else if (ST.genExecuteOnly() && ST.hasV8MBaselineOps()) in expandLoadStackGuard()185 else if (ST.genExecuteOnly()) in expandLoadStackGuard()
172 if (genExecuteOnly()) { in initSubtargetFeatures()398 (isTargetWindows() || !OptMinSize || genExecuteOnly()); in useMovt()
173 } else if (ST.genExecuteOnly()) { in emitThumbRegPlusImmInReg()497 } else if (ST.genExecuteOnly()) { in rewriteFrameIndex()605 if (FrameReg == ARM::SP || STI.genExecuteOnly()) in eliminateFrameIndex()641 if (FrameReg == ARM::SP || STI.genExecuteOnly()) in eliminateFrameIndex()
226 def GenExecuteOnly : Predicate<"Subtarget->genExecuteOnly()">;227 def DontGenExecuteOnly : Predicate<"!Subtarget->genExecuteOnly()">;228 def GenT1ExecuteOnly : Predicate<"Subtarget->genExecuteOnly() && "
115 if (Subtarget->genExecuteOnly()) in lowerOperand()
2505 STI.genExecuteOnly()) in canSpillOnFrameIndexAccess()3005 if (AFI->isThumb1OnlyFunction() && STI.genExecuteOnly() && !STI.useMovt()) in determineCalleeSaves()3412 if (Thumb2 || ST->genExecuteOnly()) { in adjustForSegmentedStacks()3448 if (ST->genExecuteOnly()) { in adjustForSegmentedStacks()3522 if (Thumb2 || ST->genExecuteOnly()) { in adjustForSegmentedStacks()3555 if (Thumb2 || ST->genExecuteOnly()) { in adjustForSegmentedStacks()
444 if (ConstantMaterializationCost(ImmVal, &ST) > 2 && !ST.genExecuteOnly()) in legalizeCustom()
262 if (Subtarget->genExecuteOnly()) in printOperand()1829 if (Subtarget->genExecuteOnly()) in emitInstruction()
80 if (ST.genExecuteOnly()) { in emitPrologueEpilogueSPUpdate()
501 if (GenerateTBB && !STI->genExecuteOnly()) in runOnMachineFunction()
2813 if (Subtarget->genExecuteOnly()) { in LowerCall()2834 if (Subtarget->genExecuteOnly()) { in LowerCall()3555 if (Subtarget->genExecuteOnly()) { in LowerConstantPool()3589 if (Subtarget->genExecuteOnly() && !Subtarget->hasV8MBaselineOps()) in getJumpTableEncoding()4013 if (GV->isDSOLocal() && !Subtarget->genExecuteOnly()) in LowerGlobalAddressELF()4056 if (Subtarget->useMovt() || Subtarget->genExecuteOnly()) { in LowerGlobalAddressELF()7200 if (ST->genExecuteOnly()) { in LowerConstantFP()11654 } else if (Subtarget->genExecuteOnly()) { in EmitStructByval()
3698 !Subtarget->genExecuteOnly()) { in Select()
167 if (TM.getSubtarget<AArch64Subtarget>(*F).genExecuteOnly() && Kind.isText()) in isExecuteOnlyFunction()