Searched refs:MO_FLAG_PUSH (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600Defines.h | 21 #define MO_FLAG_PUSH (1 << 4) macro
|
| HD | R600InstrInfo.cpp | 807 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch() 823 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch() 855 clearFlag(predSet, 0, MO_FLAG_PUSH); in RemoveBranch() 880 clearFlag(predSet, 0, MO_FLAG_PUSH); in RemoveBranch()
|
| HD | R600EmitClauseMarkers.cpp | 244 if (TII->getFlagOp(I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
|
| HD | R600ExpandSpecialInstrs.cpp | 101 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
|
| HD | R600ISelLowering.cpp | 434 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 448 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|