Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp309 static inline int32_t profitImm(unsigned Imm) { in profitImm() function
342 return profitImm(Lo) + profitImm(Hi); in profit()
348 int32_t Prof1 = Op1.isImm() ? profitImm(Op1.getImm()) : 0; in profit()
349 int32_t Prof2 = Op2.isImm() ? profitImm(Op2.getImm()) : 0; in profit()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp287 static inline int32_t profitImm(unsigned Lo, unsigned Hi) { in profitImm() function
326 return profitImm(Lo, Hi); in profit()
330 return profitImm(MI->getOperand(1).getImm(), in profit()