Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5634 return ForCodesize ? 2 : 1; in ConstantMaterializationCost()
5638 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5640 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5642 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5644 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5647 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5649 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5651 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5653 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
5655 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
[all …]
H A DARMBaseInstrInfo.h862 bool ForCodesize = false);
869 bool ForCodesize = false);