HomeSort by relevance Sort by last modified time
    Searched refs:profitImm (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 309 static inline int32_t profitImm(unsigned Imm) {
342 return profitImm(Lo) + profitImm(Hi);
348 int32_t Prof1 = Op1.isImm() ? profitImm(Op1.getImm()) : 0;
349 int32_t Prof2 = Op2.isImm() ? profitImm(Op2.getImm()) : 0;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 287 static inline int32_t profitImm(unsigned Lo, unsigned Hi) {
326 return profitImm(Lo, Hi);
330 return profitImm(MI->getOperand(1).getImm(),
    [all...]

Completed in 2858 milliseconds