Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5506 return ForCodesize ? 2 : 1; in ConstantMaterializationCost()
5510 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5512 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5514 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5516 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5519 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5521 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5523 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5525 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
5527 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
[all …]
H A DARMBaseInstrInfo.h839 bool ForCodesize = false);
846 bool ForCodesize = false);