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

/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp209 unsigned LastOpc = LastInst->getOpcode(); local
213 if (!GetAnalyzableBrOpc(LastOpc))
232 if (LastOpc == UncondBrOpc) {
238 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
264 if (LastOpc != UncondBrOpc)
/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp137 unsigned LastOpc = LastInst->getOpcode(); local
139 if (MBlaze::isUncondBranchOpcode(LastOpc)) {
143 if (MBlaze::isCondBranchOpcode(LastOpc)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp196 unsigned LastOpc = LastInst->getOpcode(); local
198 if (LastOpc == AArch64::Bimm) {
202 if (isCondBranch(LastOpc)) {
215 if (AllowModify && LastOpc == AArch64::Bimm) {
219 LastOpc = LastInst->getOpcode();
236 if (LastOpc == AArch64::Bimm) {
252 if (SecondLastOpc == AArch64::Bimm && LastOpc == AArch64::Bimm) {
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.cpp256 unsigned LastOpc = LastInst->getOpcode(); local
259 if (LastOpc == AMDGPU::JUMP) {
262 } else if (LastOpc == AMDGPU::JUMP_COND) {
281 if (SecondLastOpc == AMDGPU::JUMP_COND && LastOpc == AMDGPU::JUMP) {
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp293 unsigned LastOpc = LastInst->getOpcode(); local
295 if (isUncondBranchOpcode(LastOpc)) {
299 if (isCondBranchOpcode(LastOpc)) {
315 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
319 LastOpc = LastInst->getOpcode();
336 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
346 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
359 isUncondBranchOpcode(LastOpc)) {

Completed in 235 milliseconds