Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5611 return ForCodesize ? 2 : 1; in ConstantMaterializationCost()
5615 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5617 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5619 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5621 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5624 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5626 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5628 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5630 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
5632 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
[all …]
H A DARMBaseInstrInfo.h859 bool ForCodesize = false);
866 bool ForCodesize = false);