Searched refs:genExecuteOnly (Results 1 – 9 of 9) sorted by relevance
35 bool genExecuteOnly = in Initialize() local46 if (genExecuteOnly) { in Initialize()79 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText()) in isExecuteOnlyFunction()
191 if (genExecuteOnly()) { in initSubtargetFeatures()390 (isTargetWindows() || !MF.getFunction().optForMinSize() || genExecuteOnly()); in useMovt()
162 } else if (ST.genExecuteOnly()) { in emitThumbRegPlusImmInReg()573 if (FrameReg == ARM::SP || STI.genExecuteOnly()) in eliminateFrameIndex()597 if (FrameReg == ARM::SP || STI.genExecuteOnly()) in eliminateFrameIndex()
103 if (Subtarget->genExecuteOnly()) in lowerOperand()
633 bool genExecuteOnly() const { return GenExecuteOnly; } in genExecuteOnly() function
231 if (Subtarget->genExecuteOnly()) in printOperand()1539 if (Subtarget->genExecuteOnly()) in EmitInstruction()
448 if (GenerateTBB && !STI->genExecuteOnly()) in runOnMachineFunction()
2730 if (Subtarget->genExecuteOnly()) { in LowerConstantPool()3184 if (TM.shouldAssumeDSOLocal(*GV->getParent(), GV) && !Subtarget->genExecuteOnly()) in LowerGlobalAddressELF()5859 if (ST->genExecuteOnly()) { in LowerConstantFP()
395 def GenExecuteOnly : Predicate<"Subtarget->genExecuteOnly()">;