HomeSort by: relevance | last modified time | path
    Searched refs:UNSIGNED_SCALED (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1300 /// UNSIGNED_SCALED Addr = Base + ((unsigned)Index * sizeof(element))
1305 UNSIGNED_SCALED,
SelectionDAGNodes.h 2438 (getIndexType() == ISD::UNSIGNED_SCALED);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 4240 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED;
4300 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::UNSIGNED_SCALED;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 7900 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::UNSIGNED_SCALED);
DAGCombiner.cpp 9645 MGS->setIndexType(Scaled ? ISD::UNSIGNED_SCALED : ISD::UNSIGNED_UNSCALED);

Completed in 51 milliseconds