| /external/llvm/lib/Target/X86/ |
| X86ExpandPseudo.cpp | 68 unsigned Opcode = MI.getOpcode();
|
| X86FrameLowering.cpp | 158 unsigned Opc = MBBI->getOpcode(); 374 unsigned Opc = PI->getOpcode(); [all...] |
| X86FastISel.cpp | 700 Opcode = I->getOpcode(); 704 Opcode = C->getOpcode(); 880 Opcode = I->getOpcode(); 884 Opcode = C->getOpcode(); [all...] |
| /external/llvm/lib/Target/XCore/ |
| XCoreLowerThreadLocal.cpp | 80 unsigned OpCode = CE->getOpcode();
|
| /external/llvm/lib/Transforms/Scalar/ |
| LoopIdiomRecognize.cpp | 798 if (!DefX2 || DefX2->getOpcode() != Instruction::And) 815 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) || 816 (SubInst->getOpcode() == Instruction::Add && 838 if (Inst->getOpcode() != Instruction::Add) [all...] |
| SCCP.cpp | 761 markConstant(&I, ConstantExpr::getCast(I.getOpcode(), 864 ConstantExpr::get(I.getOpcode(), V1State.getConstant(), 876 if (I.getOpcode() == Instruction::And || I.getOpcode() == Instruction::Or) { 886 if (I.getOpcode() == Instruction::And) 896 if (I.getOpcode() == Instruction::And) { [all...] |
| JumpThreading.cpp | 468 if (I->getOpcode() == Instruction::Or || 469 I->getOpcode() == Instruction::And) { 479 if (I->getOpcode() == Instruction::Or) 510 if (I->getOpcode() == Instruction::Xor && 537 Constant *Folded = ConstantExpr::get(BO->getOpcode(), V, CI); [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| BypassSlowDivision.cpp | 232 unsigned Opcode = J->getOpcode();
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILISelLowering.cpp | 287 switch (Op.getOpcode()) { 383 if (fourth.getOpcode() != ISD::UNDEF) { 394 if (third.getOpcode() != ISD::UNDEF) { 405 if (second.getOpcode() != ISD::UNDEF) {
|
| /external/llvm/lib/Target/Hexagon/ |
| HexagonSplitDouble.cpp | 158 unsigned Opc = MI->getOpcode(); 315 unsigned Opc = MI->getOpcode(); 476 while (CmpI->getOpcode() == Hexagon::C2_not) 515 if (UseI->getOpcode() != Hexagon::A2_addp) 599 unsigned OrigOpc = MI->getOpcode(); 768 unsigned Opc = MI->getOpcode(); 972 unsigned Opc = MI->getOpcode(); [all...] |
| /external/llvm/lib/Target/PowerPC/ |
| PPCAsmPrinter.cpp | 343 MII->getOpcode() == PPC::DBG_VALUE || 344 MII->getOpcode() == TargetOpcode::PATCHPOINT || 345 MII->getOpcode() == TargetOpcode::STACKMAP) 499 switch (MI->getOpcode()) { [all...] |
| PPCFrameLowering.cpp | 265 assert(MBBI != Entry->end() && MBBI->getOpcode() == PPC::MTVRSAVE); 277 if (MBBI->getOpcode() == PPC::MTVRSAVE) { 293 assert(MBBI->getOpcode() == PPC::MFVRSAVE && "VRSAVE instrs wandered?"); 645 if (MBBI->getOpcode() == PPC::UPDATE_VRSAVE) { [all...] |
| /external/llvm/lib/TableGen/ |
| Record.cpp | 618 switch (getOpcode()) { 719 return (UnOpInit::get(getOpcode(), lhs, getType()))->Fold(&R, nullptr); 752 switch (getOpcode()) { 826 switch (getOpcode()) { 847 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))->Fold(&R,nullptr); 986 switch (getOpcode()) { 1065 return (TernOpInit::get(getOpcode(), lhs, mhs, 1069 return (TernOpInit::get(getOpcode(), lhs, MHS, 1078 return (TernOpInit::get(getOpcode(), lhs, mhs, rhs, [all...] |
| /external/llvm/lib/Target/ARM/ |
| ARMFrameLowering.cpp | 105 if (isPopOpcode(MI->getOpcode())) { 113 if ((MI->getOpcode() == ARM::LDR_POST_IMM || 114 MI->getOpcode() == ARM::LDR_POST_REG || 115 MI->getOpcode() == ARM::t2LDR_POST) && 150 switch (MI->getOpcode()) { 432 while (MBBI->getOpcode() == ARM::VSTMDDB_UPD) { 785 while (MBBI->getOpcode() == ARM::VLDMDIA_UPD) [all...] |
| /external/clang/lib/Analysis/ |
| Consumed.cpp | 701 switch (BinOp->getOpcode()) { 727 static_cast<EffectiveOp>(BinOp->getOpcode() == BO_LOr), LTest, RTest))); 910 switch (UOp->getOpcode()) { [all...] |
| ThreadSafety.cpp | 594 if (BO->getOpcode() == BO_Assign) [all...] |
| /external/llvm/lib/Target/AArch64/InstPrinter/ |
| AArch64InstPrinter.cpp | 55 unsigned Opcode = MI->getOpcode(); 627 unsigned Opcode = MI->getOpcode(); 631 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) { [all...] |
| /external/llvm/lib/Target/Mips/ |
| MipsISelLowering.cpp | 479 unsigned Opc = N->getOpcode() == ISD::SDIVREM ? MipsISD::DivRem16 : 550 if (Op.getOpcode() != ISD::SETCC) 588 if ((SetCC.getOpcode() != ISD::SETCC) || 678 unsigned Opc = (N->getOpcode() == MipsISD::CMovFP_T) ? MipsISD::CMovFP_F : 696 unsigned ShiftRightOpc = ShiftRight.getOpcode(); 743 if (And0.getOpcode() != ISD::AND) 751 if (And1.getOpcode() != ISD::AND) 763 if (Shl.getOpcode() != ISD::SHL) [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| GlobalOpt.cpp | 302 if (CE->getOpcode() == Instruction::GetElementPtr) { 307 } else if ((CE->getOpcode() == Instruction::BitCast && 309 CE->getOpcode() == Instruction::AddrSpaceCast) { 326 if (Init && CE && CE->getOpcode() == Instruction::GetElementPtr) 398 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr)) 561 cast<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)|| 712 ConstantExpr::getCast(CI->getOpcode(), [all...] |
| /external/llvm/lib/Target/NVPTX/ |
| NVPTXISelLowering.cpp | [all...] |
| NVPTXAsmPrinter.cpp | 233 OutMI.setOpcode(MI->getOpcode()); 235 if (MI->getOpcode() == NVPTX::CALL_PROTOTYPE) { [all...] |
| /external/llvm/lib/Analysis/ |
| InstructionSimplify.cpp | 149 if (Op0->getOpcode() == OpcodeToExpand) { 172 if (Op1->getOpcode() == OpcodeToExpand) { 211 if (Op0 && Op0->getOpcode() == Opcode) { 230 if (Op1 && Op1->getOpcode() == Opcode) { 253 if (Op0 && Op0->getOpcode() == Opcode) { 272 if (Op1 && Op1->getOpcode() == Opcode) { 345 if (Simplified && Simplified->getOpcode() == Opcode) { 620 } else if (Operator::getOpcode(V) == Instruction::BitCast) { [all...] |
| ValueTracking.cpp | [all...] |
| /external/llvm/lib/CodeGen/ |
| ScheduleDAGInstrs.cpp | 71 if (U->getOpcode() == Instruction::PtrToInt) 79 if (U->getOpcode() != Instruction::Add || 81 Operator::getOpcode(U->getOperand(1)) != Instruction::Mul && 110 if (Operator::getOpcode(V) == Instruction::IntToPtr) { [all...] |
| /external/llvm/lib/ExecutionEngine/ |
| ExecutionEngine.cpp | 648 switch (CE->getOpcode()) { 732 CE->getOpcode()==Instruction::FPToSI, 800 switch (CE->getOpcode()) { 815 switch (CE->getOpcode()) { 830 switch (CE->getOpcode()) { 849 switch (CE->getOpcode()) { [all...] |