Searched refs:MO_FLAG_PUSH (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | R600InstrInfo.cpp | 276 addFlag(PredSet, 1, MO_FLAG_PUSH); in InsertBranch() 287 addFlag(PredSet, 1, MO_FLAG_PUSH); in InsertBranch() 316 clearFlag(predSet, 1, MO_FLAG_PUSH); in RemoveBranch() 334 clearFlag(predSet, 1, MO_FLAG_PUSH); in RemoveBranch()
|
D | R600Defines.h | 16 #define MO_FLAG_PUSH (1 << 4) macro
|
D | R600ISelLowering.cpp | 212 TII->addFlag(NewMI, 1, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 226 TII->addFlag(NewMI, 1, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/R600/ |
D | R600Defines.h | 21 #define MO_FLAG_PUSH (1 << 4) macro
|
D | R600EmitClauseMarkers.cpp | 248 if (TII->getFlagOp(I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
|
D | R600InstrInfo.cpp | 796 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch() 812 addFlag(PredSet, 0, MO_FLAG_PUSH); in InsertBranch() 844 clearFlag(predSet, 0, MO_FLAG_PUSH); in RemoveBranch() 869 clearFlag(predSet, 0, MO_FLAG_PUSH); in RemoveBranch()
|
D | R600ExpandSpecialInstrs.cpp | 111 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
|
D | R600ISelLowering.cpp | 504 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 518 TII->addFlag(NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | R600MCCodeEmitter.cpp | 353 if(isFlagSet(MI, 1, MO_FLAG_PUSH)) { in EmitALU()
|