OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastOpc
(Results
1 - 3
of
3
) sorted by null
/external/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
297
unsigned
LastOpc
= LastInst->getOpcode();
300
if (!GetAnalyzableBrOpc(
LastOpc
))
319
if (
LastOpc
== Mips::J) {
325
AnalyzeCondBr(LastInst,
LastOpc
, TBB, Cond);
348
if (
LastOpc
!= Mips::J)
/external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp
286
unsigned
LastOpc
= LastInst->getOpcode();
288
if (isUncondBranchOpcode(
LastOpc
)) {
292
if (isCondBranchOpcode(
LastOpc
)) {
308
if (AllowModify && isUncondBranchOpcode(
LastOpc
)) {
312
LastOpc
= LastInst->getOpcode();
329
if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
339
if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
352
isUncondBranchOpcode(
LastOpc
)) {
[
all
...]
Completed in 17 milliseconds