Searched refs:PostInc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h90 PostInc = 6 // Post increment addressing mode enumerator in enum:llvm::HexagonII::AddrMode
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp600 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi || local
607 unsigned AdrX = PostInc ? (Load ? 2 : 1)
612 : (PostInc ? MI->getOperand(3)
619 int64_t Off = PostInc ? 0 : MI->getOperand(2).getImm();
628 int64_t Off = PostInc ? 0 : MI->getOperand(1).getImm();
639 if (PostInc) {
H A DHexagonRDFOpt.cpp156 if (HII.getAddrMode(MI) != HexagonII::PostInc)
H A DHexagonInstrInfo.cpp2128 return getAddrMode(MI) == HexagonII::PostInc;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtVisitor.h155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
H A DRecursiveASTVisitor.h45 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \

Completed in 133 milliseconds