Home
last modified time | relevance | path

Searched refs:MO_FLAG_PUSH (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DR600Defines.h21 #define MO_FLAG_PUSH (1 << 4) macro
H A DR600EmitClauseMarkers.cpp248 if (TII->getFlagOp(I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
H A DR600InstrInfo.cpp800 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch()
816 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch()
848 clearFlag(predSet, 0, MO_FLAG_PUSH); in RemoveBranch()
873 clearFlag(predSet, 0, MO_FLAG_PUSH); in RemoveBranch()
H A DR600ExpandSpecialInstrs.cpp111 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
H A DR600ISelLowering.cpp504 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
518 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()