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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 1299 /// SIGNED_UNSCALED Addr = Base + (signed)Index
1304 SIGNED_UNSCALED,
SelectionDAGNodes.h 2442 (getIndexType() == ISD::SIGNED_UNSCALED);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4433 IndexType = ISD::SIGNED_UNSCALED;
4552 IndexType = ISD::SIGNED_UNSCALED;
TargetLowering.cpp 7902 (IndexType == ISD::SIGNED_SCALED) || (IndexType == ISD::SIGNED_UNSCALED);
7907 IndexType = IsSignedIndex ? ISD::SIGNED_UNSCALED : ISD::UNSIGNED_UNSCALED;
DAGCombiner.cpp 9654 MGS->setIndexType(Scaled ? ISD::SIGNED_SCALED : ISD::SIGNED_UNSCALED);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 4242 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED;
4302 IndexType == ISD::SIGNED_SCALED || IndexType == ISD::SIGNED_UNSCALED;

Completed in 97 milliseconds