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

  /external/swiftshader/third_party/subzero/src/
IceOperand.cpp 233 constexpr SizeT MaxShift = sizeof(uint32_t) * CHAR_BIT - 1;
234 constexpr SizeT MaxLoopNestDepth = MaxShift / LogLoopTripCountEstimate;
IceAssemblerARM32.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 280 bool canExtractShiftFromMul(const SDValue &N, unsigned MaxShift,
493 unsigned MaxShift,
497 assert(MaxShift > 0);
512 PowerOfTwo = MaxShift;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 675 milliseconds