Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp91 unsigned InstCnt = 0; in shouldBalignLoop() local
112 InstCnt++; in shouldBalignLoop()
117 dbgs() << "Instruction Count : " << InstCnt << "\n"; in shouldBalignLoop()
136 return InstCnt >= LoopAlignLimitLB && InstCnt <= LimitUB && in shouldBalignLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1020 uint64_t Imm, unsigned &InstCnt) { in selectI64ImmDirect() argument
1035 InstCnt = 1; in selectI64ImmDirect()
1049 InstCnt = 2; in selectI64ImmDirect()
1171 InstCnt = 3; in selectI64ImmDirect()
1184 InstCnt = 3; in selectI64ImmDirect()
1251 InstCnt = 0; in selectI64ImmDirect()
1261 uint64_t Imm, unsigned &InstCnt) { in selectI64ImmDirectPrefix() argument
1278 InstCnt = 1; in selectI64ImmDirectPrefix()
1287 InstCnt = 2; in selectI64ImmDirectPrefix()
1368 InstCnt = 3; in selectI64ImmDirectPrefix()
[all …]