OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastOpc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
209
unsigned
LastOpc
= LastInst->getOpcode();
213
if (!getAnalyzableBrOpc(
LastOpc
))
244
AnalyzeCondBr(LastInst,
LastOpc
, TBB, Cond);
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp
173
unsigned
LastOpc
= LastInst->getOpcode();
177
if (isUncondBranchOpcode(
LastOpc
)) {
181
if (isCondBranchOpcode(
LastOpc
)) {
195
if (AllowModify && isUncondBranchOpcode(
LastOpc
)) {
199
LastOpc
= LastInst->getOpcode();
216
if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
224
if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
231
if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.cpp
158
unsigned
LastOpc
= LastInst->getOpcode();
162
if (isUncondBranchOpcode(
LastOpc
)) {
166
if (isCondBranchOpcode(
LastOpc
)) {
180
if (AllowModify && isUncondBranchOpcode(
LastOpc
)) {
184
LastOpc
= LastInst->getOpcode();
200
if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
208
if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
215
if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
265
unsigned
LastOpc
= LastInst->getOpcode();
267
if (isUncondBranchOpcode(
LastOpc
)) {
271
if (isCondBranchOpcode(
LastOpc
)) {
285
if (AllowModify && isUncondBranchOpcode(
LastOpc
)) {
289
LastOpc
= LastInst->getOpcode();
305
if (AllowModify && isUncondBranchOpcode(
LastOpc
) &&
309
LastOpc
= LastInst->getOpcode();
311
assert(!isUncondBranchOpcode(
LastOpc
) &&
314
if (isCondBranchOpcode(
LastOpc
)) {
331
if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
[
all
...]
Completed in 69 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026