HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 476 - 500 of 721) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 175 switch (I->getOpcode()) {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 409 if (!DefX2 || DefX2->getOpcode() != Instruction::And)
426 !((SubInst->getOpcode() == Instruction::Sub && Dec->isOne()) ||
427 (SubInst->getOpcode() == Instruction::Add && Dec->isAllOnesValue()))) {
447 if (Inst->getOpcode() != Instruction::Add)
    [all...]
SCCP.cpp 752 markConstant(&I, ConstantExpr::getCast(I.getOpcode(),
855 ConstantExpr::get(I.getOpcode(), V1State.getConstant(),
867 if (I.getOpcode() == Instruction::And || I.getOpcode() == Instruction::Or) {
877 if (I.getOpcode() == Instruction::And)
887 if (I.getOpcode() == Instruction::And) {
    [all...]
JumpThreading.cpp 416 if (I->getOpcode() == Instruction::Or ||
417 I->getOpcode() == Instruction::And) {
427 if (I->getOpcode() == Instruction::Or)
458 if (I->getOpcode() == Instruction::Xor &&
485 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) {
AMDILCFGStructurizer.cpp     [all...]
  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 233 if (query.getHeader().getOpcode() == Opcode.QUERY) {
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageValidator.java 189 int opcode = message.getOpcode();
  /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...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 467 if (Constant *C = ConstantExpr::getCast(I.getOpcode(), COp, I.getType())) {
484 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
513 if (I.getOpcode() == Instruction::FCmp)
599 Value *SimpleV = SimplifyBinOp(I.getOpcode(), LHS, RHS, DL);
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 59 unsigned Opcode = MI->getOpcode();
618 unsigned Opcode = MI->getOpcode();
622 if (isTblTbxInstruction(MI->getOpcode(), Layout, IsTbx)) {
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 138 if (Op0->getOpcode() == OpcodeToExpand) {
161 if (Op1->getOpcode() == OpcodeToExpand) {
200 if (Op0 && Op0->getOpcode() == Opcode) {
219 if (Op1 && Op1->getOpcode() == Opcode) {
242 if (Op0 && Op0->getOpcode() == Opcode) {
261 if (Op1 && Op1->getOpcode() == Opcode) {
334 if (Simplified && Simplified->getOpcode() == Opcode) {
616 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
    [all...]
ValueTracking.cpp 338 switch (I->getOpcode()) {
669 unsigned Opcode = LU->getOpcode();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 437 unsigned Opc = N->getOpcode() == ISD::SDIVREM ? MipsISD::DivRem16 :
508 if (Op.getOpcode() != ISD::SETCC)
546 if ((SetCC.getOpcode() != ISD::SETCC) ||
627 unsigned ShiftRightOpc = ShiftRight.getOpcode();
672 if (And0.getOpcode() != ISD::AND)
680 if (And1.getOpcode() != ISD::AND)
692 if (Shl.getOpcode() != ISD::SHL)
721 if (Add.getOpcode() != ISD::ADD)
726 if ((Lo.getOpcode() != MipsISD::Lo) ||
727 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 298 if (CE->getOpcode() == Instruction::GetElementPtr) {
303 } else if ((CE->getOpcode() == Instruction::BitCast &&
305 CE->getOpcode() == Instruction::AddrSpaceCast) {
322 if (Init && CE && CE->getOpcode() == Instruction::GetElementPtr)
395 cast<ConstantExpr>(U)->getOpcode() != Instruction::GetElementPtr))
557 cast<ConstantExpr>(GEP)->getOpcode()==Instruction::GetElementPtr)||
706 ConstantExpr::getCast(CI->getOpcode(),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 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)
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 626 switch (CE->getOpcode()) {
710 CE->getOpcode()==Instruction::FPToSI,
778 switch (CE->getOpcode()) {
793 switch (CE->getOpcode()) {
808 switch (CE->getOpcode()) {
827 switch (CE->getOpcode()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 540 if (MI.getOpcode() == ARM::LEApcrelJT) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 216 assert(MBBI != Entry->end() && MBBI->getOpcode() == PPC::MTVRSAVE);
228 if (MBBI->getOpcode() == PPC::MTVRSAVE) {
244 assert(MBBI->getOpcode() == PPC::MFVRSAVE && "VRSAVE instrs wandered?");
522 if (MBBI->getOpcode() == PPC::UPDATE_VRSAVE) {
819 unsigned RetOpcode = MBBI->getOpcode();
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java     [all...]
  /external/chromium_org/third_party/mesa/src/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()) {

Completed in 2002 milliseconds

<<11121314151617181920>>