Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td224 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
H A DX86ISelDAGToDAG.cpp166 bool OptForMinSize; member in __anon77f9c8ff0311::X86DAGToDAGISel
178 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
187 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
188 assert((!OptForMinSize || MF.getFunction().hasOptSize()) && in runOnMachineFunction()
5987 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
H A DX86InstrCompiler.td337 Requires<[OptForMinSize, NotWin64WithoutFP]>;
340 Requires<[OptForMinSize, NotWin64WithoutFP]>;
1215 let Predicates = [OptForMinSize] in {
H A DX86InstrSSE.td175 let Predicates = [HasAVX1Only, OptForMinSize] in {
H A DX86ISelLowering.cpp46446 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local
46447 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1566 def OptForMinSize : Predicate<"MF ? MF->getFunction().hasMinSize() : false">;
1568 let Predicates = [HasStdExtC, OptForMinSize] in {
1595 let Predicates = [HasStdExtC, OptForMinSize] in {