HomeSort by relevance Sort by last modified time
    Searched defs:LastOpc (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 137 unsigned LastOpc = LastInst->getOpcode();
139 if (MBlaze::isUncondBranchOpcode(LastOpc)) {
143 if (MBlaze::isCondBranchOpcode(LastOpc)) {
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 198 unsigned LastOpc = LastInst->getOpcode();
202 if (!getAnalyzableBrOpc(LastOpc))
227 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 295 unsigned LastOpc = LastInst->getOpcode();
298 if (!GetAnalyzableBrOpc(LastOpc))
317 if (LastOpc == Mips::J) {
323 AnalyzeCondBr(LastInst, LastOpc, TBB, Cond);
346 if (LastOpc != Mips::J)
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 174 unsigned LastOpc = LastInst->getOpcode();
178 if (isUncondBranchOpcode(LastOpc)) {
182 if (isCondBranchOpcode(LastOpc)) {
196 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
200 LastOpc = LastInst->getOpcode();
217 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
225 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
232 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 291 unsigned LastOpc = LastInst->getOpcode();
293 if (isUncondBranchOpcode(LastOpc)) {
297 if (isCondBranchOpcode(LastOpc)) {
313 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
317 LastOpc = LastInst->getOpcode();
334 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
344 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
357 isUncondBranchOpcode(LastOpc)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 113 unsigned LastOpc = LastInst->getOpcode();
115 if (isUncondBranchOpcode(LastOpc)) {
119 if (isCondBranchOpcode(LastOpc)) {
133 if (AllowModify && isUncondBranchOpcode(LastOpc)) {
137 LastOpc = LastInst->getOpcode();
154 if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
162 if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
172 if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(LastOpc)) {
    [all...]

Completed in 375 milliseconds