Home
last modified time | relevance | path

Searched refs:ShouldOptForSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.h40 bool shouldBeInConstantPool(APInt APImm, bool ShouldOptForSize) const;
H A DRISCVLegalizerInfo.cpp552 bool ShouldOptForSize) const { in shouldBeInConstantPool()
572 if (ShouldOptForSize) in shouldBeInConstantPool()
783 bool ShouldOptForSize = F.hasOptSize() || F.hasMinSize(); in legalizeCustom() local
785 if (!shouldBeInConstantPool(ConstVal->getValue(), ShouldOptForSize)) in legalizeCustom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1577 bool ShouldOptForSize = I->getParent()->getParent()->hasOptSize(); in getIntrinsicInstrCost() local
1579 ShouldOptForSize)) { in getIntrinsicInstrCost()