OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpcode
(Results
551 - 575
of
865
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java
286
Rop rop = insn.
getOpcode
();
314
switch (rop.
getOpcode
()) {
/dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java
457
Rop rop = insn.
getOpcode
();
485
switch (rop.
getOpcode
()) {
/external/clang/lib/Analysis/
LiveVariables.cpp
423
switch (UO->
getOpcode
()) {
520
if (BO->
getOpcode
() == BO_Assign) {
ReachableCode.cpp
221
return UO->
getOpcode
() == UO_LNot &&
410
return BO->
getOpcode
() != BO_Comma;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java
458
Rop rop = insn.
getOpcode
();
486
switch (rop.
getOpcode
()) {
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
58
if (CI->
getOpcode
() == Op) {
136
if ((CI->
getOpcode
() == Instruction::PtrToInt ||
137
CI->
getOpcode
() == Instruction::IntToPtr) &&
142
if ((CE->
getOpcode
() == Instruction::PtrToInt ||
143
CE->
getOpcode
() == Instruction::IntToPtr) &&
192
if (IP->
getOpcode
() == (unsigned)Opcode && IP->getOperand(0) == LHS &&
520
if (IP->
getOpcode
() == Instruction::GetElementPtr &&
[
all
...]
DemandedBits.cpp
99
switch (UserI->
getOpcode
()) {
/external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp
71
switch (MI->
getOpcode
()) {
84
switch (MI->
getOpcode
()) {
/external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp
362
unsigned Opcode = MI.
getOpcode
();
563
unsigned Opcode = MI.
getOpcode
();
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
49
switch (SU->getInstr()->
getOpcode
()) {
101
switch (SU->getInstr()->
getOpcode
()) {
HexagonExpandCondsets.cpp
204
unsigned Opc = MI->
getOpcode
();
[
all
...]
/external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp
228
switch (BE->
getOpcode
()) {
811
if (UnExpr->
getOpcode
() == MCUnaryExpr::Minus) {
816
if (BinExpr->
getOpcode
() == MCBinaryExpr::Sub) {
828
int Opcode = Inst.
getOpcode
();
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h
95
if (BO->
getOpcode
() == Instruction::Add ||
96
BO->
getOpcode
() == Instruction::Sub)
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java
203
switch (insn.
getOpcode
()) {
561
if (insn.
getOpcode
() != Opcodes.INVOKESTATIC) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java
147
switch (instruction.
getOpcode
().referenceType) {
162
instruction.
getOpcode
().referenceType);
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
[
all
...]
/dalvik/dx/src/com/android/dx/cf/code/
Ropper.java
[
all
...]
/external/llvm/include/llvm/IR/
InstVisitor.h
119
switch (I.
getOpcode
()) {
/external/llvm/lib/CodeGen/
MachineLICM.cpp
[
all
...]
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp
127
unsigned Size = MCII.get(MI.
getOpcode
()).getSize();
/external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp
197
RepPrefix = (Inst.
getOpcode
() == X86::REP_PREFIX);
357
switch (Inst.
getOpcode
()) {
384
switch (Inst.
getOpcode
()) {
415
const bool IsWrite = MII.get(Inst.
getOpcode
()).mayStore();
[
all
...]
Completed in 944 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>