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

1 2

  /external/swiftshader/third_party/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/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
SelectionDAGNodes.h     [all...]
BasicTTIImpl.h 117 return ISD::UNINDEXED;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 523 if (AM != ISD::UNINDEXED) {
631 if (AM != ISD::UNINDEXED) {
673 LD->getAddressingMode() != ISD::UNINDEXED) {
702 LD->getAddressingMode() != ISD::UNINDEXED) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp 226 SDValue Result = DAG.getLoad(ISD::UNINDEXED,
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeVectorTypes.cpp 225 ISD::UNINDEXED, N->getExtensionType(),
    [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 454 if (AM != ISD::UNINDEXED) {
564 if (AM != ISD::UNINDEXED) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 563 assert( LN->getAddressingMode() == ISD::UNINDEXED
564 && "we should get only UNINDEXED adresses");
776 assert( SN->getAddressingMode() == ISD::UNINDEXED
777 && "we should get only UNINDEXED adresses");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 404 LD->getAddressingMode() != ISD::UNINDEXED ||
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 580 return DAG.getLoad(ISD::UNINDEXED, ExtTy,
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 509 LD->getAddressingMode() != ISD::UNINDEXED ||
    [all...]

Completed in 1002 milliseconds

1 2