OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastOpc
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp
203
unsigned
LastOpc
= LastInst->getOpcode();
207
if (!getAnalyzableBrOpc(
LastOpc
))
226
if (
LastOpc
== UncondBrOpc) {
232
AnalyzeCondBr(LastInst,
LastOpc
, TBB, Cond);
258
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
114
unsigned
LastOpc
= LastInst->getOpcode();
116
if (isUncondBranchOpcode(
LastOpc
)) {
120
if (isCondBranchOpcode(
LastOpc
)) {
134
if (AllowModify && isUncondBranchOpcode(
LastOpc
)) {
138
LastOpc
= LastInst->getOpcode();
155
if (isCondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
163
if (isUncondBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
173
if (isIndirectBranchOpcode(SecondLastOpc) && isUncondBranchOpcode(
LastOpc
)) {
[
all
...]
/external/llvm/lib/Target/R600/
R600InstrInfo.cpp
732
unsigned
LastOpc
= LastInst->getOpcode();
735
if (
LastOpc
== AMDGPU::JUMP) {
738
} else if (
LastOpc
== AMDGPU::JUMP_COND) {
757
if (SecondLastOpc == AMDGPU::JUMP_COND &&
LastOpc
== AMDGPU::JUMP) {
[
all
...]
Completed in 210 milliseconds