Searched refs:MO_FLAG_PUSH (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600Defines.h | 18 #define MO_FLAG_PUSH (1 << 4) macro
|
H A D | R600EmitClauseMarkers.cpp | 249 if (TII->getFlagOp(*I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
|
H A D | R600ExpandSpecialInstrs.cpp | 114 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
|
H A D | R600InstrInfo.cpp | 745 addFlag(*PredSet, 0, MO_FLAG_PUSH); in insertBranch() 761 addFlag(*PredSet, 0, MO_FLAG_PUSH); in insertBranch() 794 clearFlag(*predSet, 0, MO_FLAG_PUSH); in removeBranch() 819 clearFlag(*predSet, 0, MO_FLAG_PUSH); in removeBranch()
|
H A D | R600ISelLowering.cpp | 328 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 342 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|