Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp166 bool OptForMinSize; member in __anone91c5f2e0311::X86DAGToDAGISel
174 OptForMinSize(false) {} in X86DAGToDAGISel()
725 OptForMinSize = MF->getFunction().optForMinSize(); in PreprocessISelDAG()
726 assert((!OptForMinSize || OptForSize) && "OptForMinSize implies OptForSize"); in PreprocessISelDAG()
3943 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
H A DX86InstrCompiler.td308 Requires<[OptForMinSize, NotWin64WithoutFP]>;
311 Requires<[OptForMinSize, NotWin64WithoutFP]>;
1093 let Predicates = [OptForMinSize] in {
H A DX86InstrInfo.td932 def OptForMinSize : Predicate<"MF->getFunction().optForMinSize()">;
H A DX86InstrSSE.td155 let Predicates = [HasAVX1Only, OptForMinSize] in {
H A DX86ISelLowering.cpp35058 bool OptForMinSize = DAG.getMachineFunction().getFunction().optForMinSize(); in reduceVMULWidth() local
35059 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()