HomeSort by relevance Sort by last modified time
    Searched defs:Inc (Results 51 - 60 of 60) sorted by null

1 23

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 171 #include "ARMGenDAGISel.inc"
176 /// Indexed (pre/post inc/dec) load matching code for ARM.
    [all...]
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 55 #include "HexagonGenDAGISel.inc"
71 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue();
79 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc);
129 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);
207 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5));
208 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), dl, MVT::i32);
393 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3));
394 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), DL, MVT::i32);
428 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3));
429 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), DL, MVT::i32)
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 350 #include "clang/Basic/AttrList.inc"
663 #include "clang/AST/StmtNodes.inc"
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1458 milliseconds

1 23