Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5630 bool ForCodesize) { in ConstantMaterializationCost() argument
5633 return ForCodesize ? 2 : 1; in ConstantMaterializationCost()
5637 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5639 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5641 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5643 return ForCodesize ? 4 : 2; in ConstantMaterializationCost()
5646 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5648 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5650 return ForCodesize ? 4 : 1; in ConstantMaterializationCost()
5652 return ForCodesize ? 8 : 2; in ConstantMaterializationCost()
[all …]
H A DARMBaseInstrInfo.h860 bool ForCodesize = false);
867 bool ForCodesize = false);