Searched refs:LastOpc (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp203 unsigned LastOpc = LastInst->getOpcode(); local
207 if (!getAnalyzableBrOpc(LastOpc))
226 if (LastOpc == UncondBrOpc) {
232 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
258 if (LastOpc != UncondBrOpc)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp203 unsigned LastOpc = LastInst->getOpcode(); local
206 if (LastOpc == AMDGPU::JUMP) {
232 LastOpc == AMDGPU::JUMP &&
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600InstrInfo.cpp203 unsigned LastOpc = LastInst->getOpcode(); local
206 if (LastOpc == AMDGPU::JUMP) {
232 LastOpc == AMDGPU::JUMP &&
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp114 unsigned LastOpc = LastInst->getOpcode(); local
116 if (isUncondBranchOpcode(LastOpc)) {
120 if (isCondBranchOpcode(LastOpc)) {
134 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
138 LastOpc = LastInst->getOpcode();
155 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
163 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
173 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp732 unsigned LastOpc = LastInst->getOpcode();
735 if (LastOpc == AMDGPU::JUMP) {
738 } else if (LastOpc == AMDGPU::JUMP_COND) {
757 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {

Completed in 575 milliseconds