Home
last modified time | relevance | path

Searched refs:ForCodesize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5513 bool ForCodesize) { in ConstantMaterializationCost() argument
5516 return ForCodesize ? 2 : 1; in ConstantMaterializationCost()
5520 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5522 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5524 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5526 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5529 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5531 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5533 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5535 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
[all …]
H A DARMBaseInstrInfo.h844 bool ForCodesize = false);
851 bool ForCodesize = false);