Home
last modified time | relevance | path

Searched refs:OptForMinSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td230 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
H A DX86ISelDAGToDAG.cpp167 bool OptForMinSize; member in __anon5504e2c90311::X86DAGToDAGISel
177 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
186 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
6279 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
H A DX86InstrCompiler.td353 Requires<[OptForMinSize, NotWin64WithoutFP]>;
356 Requires<[OptForMinSize, NotWin64WithoutFP]>;
1243 let Predicates = [OptForMinSize] in {
H A DX86InstrSSE.td175 let Predicates = [HasAVX1Only, OptForMinSize] in {
H A DX86ISelLowering.cpp49335 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local
49336 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1665 def OptForMinSize : Predicate<"MF ? MF->getFunction().hasMinSize() : false">;
1667 let Predicates = [HasStdExtC, OptForMinSize] in {
1703 let Predicates = [HasStdExtZca, OptForMinSize] in {