| /external/llvm/lib/Target/MSP430/ |
| MSP430RegisterInfo.cpp | 131 if (MI.getOpcode() == MSP430::ADD16ri) {
|
| /external/llvm/lib/Target/Mips/ |
| Mips16FrameLowering.cpp | 149 if (I->getOpcode() == Mips::ADJCALLSTACKDOWN)
|
| MipsSEISelLowering.cpp | 95 switch (MI->getOpcode()) {
|
| /external/llvm/lib/Target/PowerPC/ |
| PPCMCInstLower.cpp | 153 OutMI.setOpcode(MI->getOpcode());
|
| PPCFrameLowering.cpp | 65 assert(MBBI != Entry->end() && MBBI->getOpcode() == PPC::MTVRSAVE); 77 if (MBBI->getOpcode() == PPC::MTVRSAVE) { 93 assert(MBBI->getOpcode() == PPC::MFVRSAVE && "VRSAVE instrs wandered?"); 322 if (MBBI->getOpcode() == PPC::UPDATE_VRSAVE) { 578 unsigned RetOpcode = MBBI->getOpcode(); [all...] |
| /external/llvm/lib/Target/X86/InstPrinter/ |
| X86ATTInstPrinter.cpp | 44 const MCInstrDesc &Desc = MII.get(MI->getOpcode());
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| ObjCARCUtil.cpp | 162 switch (I->getOpcode()) {
|
| /external/llvm/lib/Transforms/Scalar/ |
| LoopIdiomRecognize.cpp | 410 if (!DefX2 || DefX2->getOpcode() != Instruction::And) 427 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) || 428 (SubInst->getOpcode() == Instruction::Add && Dec->isAllOnesValue()))) { 448 if (Inst->getOpcode() != Instruction::Add) [all...] |
| SCCP.cpp | 750 markConstant(&I, ConstantExpr::getCast(I.getOpcode(), 853 ConstantExpr::get(I.getOpcode(), V1State.getConstant(), 865 if (I.getOpcode() == Instruction::And || I.getOpcode() == Instruction::Or) { 875 if (I.getOpcode() == Instruction::And) 885 if (I.getOpcode() == Instruction::And) { [all...] |
| JumpThreading.cpp | 400 if (I->getOpcode() == Instruction::Or || 401 I->getOpcode() == Instruction::And) { 411 if (I->getOpcode() == Instruction::Or) 442 if (I->getOpcode() == Instruction::Xor && 469 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); 813 if (CondInst->getOpcode() == Instruction::Xor && [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| BypassSlowDivision.cpp | 231 unsigned Opcode = J->getOpcode();
|
| /external/smack/src/org/xbill/DNS/ |
| SimpleResolver.java | 233 if (query.getHeader().getOpcode() == Opcode.QUERY) {
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| FastISel.cpp | 83 while (I != E && I->getOpcode() == TargetOpcode::EH_LABEL) { 137 !(I->getOpcode() == Instruction::BitCast || 138 I->getOpcode() == Instruction::PtrToInt || 139 I->getOpcode() == Instruction::IntToPtr) && 229 if (!SelectOperator(Op, Op->getOpcode())) 324 FuncInfo.InsertPt->getOpcode() == TargetOpcode::EH_LABEL) 832 if (SelectOperator(I, I->getOpcode())) { [all...] |
| /external/llvm/lib/Target/Sparc/ |
| SparcISelLowering.cpp | [all...] |
| /external/llvm/lib/Target/X86/ |
| X86FrameLowering.cpp | 107 unsigned Opc = MBBI->getOpcode(); 209 unsigned Opc = PI->getOpcode(); 239 unsigned Opc = NI->getOpcode(); 271 unsigned Opc = PI->getOpcode(); 526 unsigned Opc = MI.getOpcode(); 817 (MBBI->getOpcode() == X86::PUSH32r || 818 MBBI->getOpcode() == X86::PUSH64r)) { [all...] |
| X86FastISel.cpp | 349 Opcode = I->getOpcode(); 353 Opcode = C->getOpcode(); 604 Opcode = I->getOpcode(); 607 Opcode = C->getOpcode(); [all...] |
| /external/clang/lib/Analysis/ |
| ThreadSafety.cpp | 396 if (UOE->getOpcode() == UO_Deref) { 400 if (UOE->getOpcode() == UO_AddrOf) { [all...] |
| CFG.cpp | 509 switch (Bop->getOpcode()) { 545 if (LHS.isTrue() == (Bop->getOpcode() == BO_LOr)) 550 if (Bop->getOpcode() == BO_LOr) 560 if (RHS.isTrue() == (Bop->getOpcode() == BO_LOr)) [all...] |
| LiveVariables.cpp | 444 switch (UO->getOpcode()) { 541 if (BO->getOpcode() == BO_Assign) {
|
| /external/llvm/lib/Analysis/ |
| ValueTracking.cpp | 338 switch (I->getOpcode()) { 667 unsigned Opcode = LU->getOpcode(); [all...] |
| /external/clang/lib/AST/ |
| Expr.cpp | 135 switch (UO->getOpcode()) { 149 switch (BO->getOpcode()) { [all...] |
| /external/llvm/include/llvm/TableGen/ |
| Record.h | 905 return UnOpInit::get(getOpcode(), *Operands.begin(), getType()); 914 UnaryOp getOpcode() const { return Opc; } 952 return BinOpInit::get(getOpcode(), Operands[0], Operands[1], getType()); 965 BinaryOp getOpcode() const { return Opc; } [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| GlobalOpt.cpp | 488 if (CE->getOpcode() == Instruction::GetElementPtr) { 493 } else if (CE->getOpcode() == Instruction::BitCast && 511 if (Init && CE && CE->getOpcode() == Instruction::GetElementPtr) 586 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr)) 748 cast<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)|| [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 | 458 Rop rop = insn.getOpcode(); 486 switch (rop.getOpcode()) {
|