Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600Defines.h21 #define MO_FLAG_PUSH (1 << 4) macro
DR600EmitClauseMarkers.cpp250 if (TII->getFlagOp(*I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
DR600InstrInfo.cpp783 addFlag(*PredSet, 0, MO_FLAG_PUSH); in InsertBranch()
799 addFlag(*PredSet, 0, MO_FLAG_PUSH); in InsertBranch()
831 clearFlag(*predSet, 0, MO_FLAG_PUSH); in RemoveBranch()
856 clearFlag(*predSet, 0, MO_FLAG_PUSH); in RemoveBranch()
DR600ExpandSpecialInstrs.cpp111 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
DR600ISelLowering.cpp538 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
552 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()