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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 647 /// UNINDEXED "Normal" load / store. The effective address is already
650 /// chain, an unindexed load produces one value (result of the
651 /// load); an unindexed store does not produce a value.
653 /// PRE_INC Similar to the unindexed mode where the effective address is
672 UNINDEXED = 0,
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp 188 SDValue Result = DAG.getLoad(ISD::UNINDEXED,
720 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset,
727 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset,
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 572 assert( LN->getAddressingMode() == ISD::UNINDEXED
573 && "we should get only UNINDEXED adresses");
785 assert( SN->getAddressingMode() == ISD::UNINDEXED
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 404 LD->getAddressingMode() != ISD::UNINDEXED ||
    [all...]

Completed in 185 milliseconds