OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastOpc
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
200
unsigned
LastOpc
= LastInst->getOpcode();
204
if (!getAnalyzableBrOpc(
LastOpc
))
223
if (
LastOpc
== UncondBrOpc) {
229
AnalyzeCondBr(LastInst,
LastOpc
, TBB, Cond);
255
if (
LastOpc
!= UncondBrOpc)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp
203
unsigned
LastOpc
= LastInst->getOpcode();
206
if (
LastOpc
== AMDGPU::JUMP) {
232
LastOpc
== AMDGPU::JUMP &&
/external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp
203
unsigned
LastOpc
= LastInst->getOpcode();
206
if (
LastOpc
== AMDGPU::JUMP) {
232
LastOpc
== AMDGPU::JUMP &&
/external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp
185
unsigned
LastOpc
= LastInst->getOpcode();
187
if (
LastOpc
== AArch64::Bimm) {
191
if (isCondBranch(
LastOpc
)) {
204
if (AllowModify &&
LastOpc
== AArch64::Bimm) {
208
LastOpc
= LastInst->getOpcode();
225
if (
LastOpc
== AArch64::Bimm) {
241
if (SecondLastOpc == AArch64::Bimm &&
LastOpc
== AArch64::Bimm) {
Completed in 30 milliseconds