Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5479 bool ForCodesize) { in ConstantMaterializationCost() argument
5482 return ForCodesize ? 2 : 1; in ConstantMaterializationCost()
5486 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5488 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5490 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5492 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5495 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5497 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5499 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5501 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
[all …]
H A DARMBaseInstrInfo.h859 bool ForCodesize = false);
866 bool ForCodesize = false);