Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp169 bool OptForMinSize; member in __anonba92b8f30311::X86DAGToDAGISel
177 OptForMinSize(false), IndirectTlsSegRefs(false) {} in X86DAGToDAGISel()
191 OptForMinSize = MF.getFunction().hasMinSize(); in runOnMachineFunction()
192 assert((!OptForMinSize || OptForSize) && in runOnMachineFunction()
5124 } else if (OptForMinSize && isUInt<16>(Mask) && in Select()
DX86InstrCompiler.td302 Requires<[OptForMinSize, NotWin64WithoutFP]>;
305 Requires<[OptForMinSize, NotWin64WithoutFP]>;
1128 let Predicates = [OptForMinSize] in {
DX86InstrInfo.td984 def OptForMinSize : Predicate<"MF->getFunction().hasMinSize()">;
DX86InstrSSE.td171 let Predicates = [HasAVX1Only, OptForMinSize] in {
DX86ISelLowering.cpp38962 bool OptForMinSize = DAG.getMachineFunction().getFunction().hasMinSize(); in reduceVMULWidth() local
38963 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()