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.td220 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
H A DX86ISelDAGToDAG.cpp168 bool OptForMinSize; member in __anon5504e2c90311::X86DAGToDAGISel
178 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
187 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
188 assert((!OptForMinSize || MF.getFunction().hasOptSize()) && in runOnMachineFunction()
6122 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
H A DX86InstrCompiler.td338 Requires<[OptForMinSize, NotWin64WithoutFP]>;
341 Requires<[OptForMinSize, NotWin64WithoutFP]>;
1228 let Predicates = [OptForMinSize] in {
H A DX86InstrSSE.td175 let Predicates = [HasAVX1Only, OptForMinSize] in {
H A DX86ISelLowering.cpp47564 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local
47565 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1431 def OptForMinSize : Predicate<"MF ? MF->getFunction().hasMinSize() : false">;
1433 let Predicates = [HasStdExtC, OptForMinSize] in {
1461 let Predicates = [HasStdExtCOrZca, OptForMinSize] in {