Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp168 bool OptForMinSize; member in __anon47c734d40311::X86DAGToDAGISel
176 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
189 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
190 assert((!OptForMinSize || MF.getFunction().hasOptSize()) && in runOnMachineFunction()
5493 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
H A DX86InstrCompiler.td321 Requires<[OptForMinSize, NotWin64WithoutFP]>;
324 Requires<[OptForMinSize, NotWin64WithoutFP]>;
1132 let Predicates = [OptForMinSize] in {
H A DX86InstrInfo.td1029 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
H A DX86InstrSSE.td171 let Predicates = [HasAVX1Only, OptForMinSize] in {
H A DX86ISelLowering.cpp42863 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local
42864 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()