Searched refs:ShouldOptForSize (Results 1 – 3 of 3) sorted by relevance
40 bool shouldBeInConstantPool(APInt APImm, bool ShouldOptForSize) const;
552 bool ShouldOptForSize) const { in shouldBeInConstantPool()572 if (ShouldOptForSize) in shouldBeInConstantPool()783 bool ShouldOptForSize = F.hasOptSize() || F.hasMinSize(); in legalizeCustom() local785 if (!shouldBeInConstantPool(ConstVal->getValue(), ShouldOptForSize)) in legalizeCustom()
1577 bool ShouldOptForSize = I->getParent()->getParent()->hasOptSize(); in getIntrinsicInstrCost() local1579 ShouldOptForSize)) { in getIntrinsicInstrCost()