Searched refs:MO_FLAG_PUSH (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 20 #define MO_FLAG_PUSH (1 << 4) macro
|
D | R600InstrInfo.cpp | 772 addFlag(*PredSet, 0, MO_FLAG_PUSH); in insertBranch() 788 addFlag(*PredSet, 0, MO_FLAG_PUSH); in insertBranch() 821 clearFlag(*predSet, 0, MO_FLAG_PUSH); in removeBranch() 846 clearFlag(*predSet, 0, MO_FLAG_PUSH); in removeBranch()
|
D | R600ExpandSpecialInstrs.cpp | 126 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
|
D | R600EmitClauseMarkers.cpp | 264 if (TII->getFlagOp(*I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
|
D | R600ISelLowering.cpp | 407 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 421 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|