Searched refs:MO_FLAG_PUSH (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 20 #define MO_FLAG_PUSH (1 << 4) macro
|
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 | 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 | R600ISelLowering.cpp | 407 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 421 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 21 #define MO_FLAG_PUSH (1 << 4) macro
|
D | R600EmitClauseMarkers.cpp | 250 if (TII->getFlagOp(*I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
|
D | R600ExpandSpecialInstrs.cpp | 111 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
|
D | R600InstrInfo.cpp | 783 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()
|
D | R600ISelLowering.cpp | 538 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 552 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Defines.h | 20 #define MO_FLAG_PUSH (1 << 4) macro
|
D | R600EmitClauseMarkers.cpp | 264 if (TII->getFlagOp(*I).getImm() & MO_FLAG_PUSH) in MakeALUClause()
|
D | R600ExpandSpecialInstrs.cpp | 126 if (Flags & MO_FLAG_PUSH) { in runOnMachineFunction()
|
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 | R600ISelLowering.cpp | 407 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter() 421 TII->addFlag(*NewMI, 0, MO_FLAG_PUSH); in EmitInstrWithCustomInserter()
|