Home
last modified time | relevance | path

Searched refs:PostInc (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonBaseInfo.h69 PostInc = 6 // Post increment addressing mode enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmtVisitor.h153 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
DRecursiveASTVisitor.h41 OPERATOR(PostInc) OPERATOR(PostDec) \
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td57 def PostInc : AddrModeType<6>; // Post increment addressing mode
DHexagonInstrInfo.cpp1510 return (getAddrMode(MI) == HexagonII::PostInc); in isPostIncrement()
DHexagonInstrInfo.td1102 let hasCtrlDep = 1, neverHasSideEffects = 1, addrMode = PostInc in {
DHexagonInstrInfoV4.td972 let addrMode = PostInc, validSubTargets = HasV4SubT in {