HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 276 - 300 of 534) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 188 switch (Op.getOpcode()) {
625 unsigned Opc = Op.getOpcode();
710 if (LHS.getOpcode() == ISD::Constant)
717 if (LHS.getOpcode() == ISD::Constant)
807 (LHS.getOpcode() == ISD::AND ||
808 (LHS.getOpcode() == ISD::TRUNCATE &&
809 LHS.getOperand(0).getOpcode() == ISD::AND))) {
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 387 return CE->getOpcode() == Opcode && L.match(CE->getOperand(0)) &&
519 return (CE->getOpcode() == Opc1 || CE->getOpcode() == Opc2) &&
656 return O->getOpcode() == Opcode && Op.match(O->getOperand(0));
710 if (O->getOpcode() == Instruction::Xor)
737 if (O->getOpcode() == Instruction::Sub)
763 if (O->getOpcode() == Instruction::FSub)
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 398 if (base->getOpcode() == Instruction::Shl) {
400 } else if (base->getOpcode() == Instruction::And) {
423 if (src->getOpcode() == Instruction::Shl && !shift) {
426 } else if (src->getOpcode() == Instruction::And && !mask) {
446 if (inst->getOpcode() != Instruction::Or) {
644 if (inst->getOpcode() != Instruction::And) {
692 if (ShiftInst->getOpcode() == Instruction::Shl) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 158 if (I->getOpcode() == Instruction::And) {
177 } else if (I->getOpcode() == Instruction::Or) {
203 } else if (I->getOpcode() == Instruction::Xor) {
230 switch (I->getOpcode()) {
353 if (LHSInst->getOpcode() == Instruction::And && LHSInst->hasOneUse() &&
    [all...]
InstCombineVectorOps.cpp 39 if (I->getOpcode() == Instruction::InsertElement && isConstant &&
42 if (I->getOpcode() == Instruction::Load && I->hasOneUse())
166 return BinaryOperator::Create(BO->getOpcode(), newEI0, newEI1);
205 (CI->getOpcode() != Instruction::BitCast)) {
208 return CastInst::Create(CI->getOpcode(), EE, EI.getType());
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 239 if (BO->getOpcode() == UnOpInit::CAST) {
251 if (BO->getOpcode() == BinOpInit::STRCONCAT) {
312 if (BO->getOpcode() == UnOpInit::CAST) {
323 if (BO->getOpcode() == BinOpInit::CONCAT) {
741 switch (getOpcode()) {
854 return (UnOpInit::get(getOpcode(), lhs, getType()))->Fold(&R, 0);
888 switch (getOpcode()) {
947 switch (getOpcode()) {
967 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))->Fold(&R, 0);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 43 BinaryOperator::Opcode Op = B->getOpcode();
517 assert(B->getOpcode() == BO_LAnd ||
518 B->getOpcode() == BO_LOr);
733 switch (U->getOpcode()) {
811 switch (U->getOpcode()) {
    [all...]
SymbolManager.cpp 34 << BinaryOperator::getOpcodeStr(getOpcode()) << ' '
45 << BinaryOperator::getOpcodeStr(getOpcode())
55 << BinaryOperator::getOpcodeStr(getOpcode())
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 650 switch (MI->getOpcode()) {
    [all...]
AArch64FrameLowering.cpp 113 if (FPNeedsSetting && MBBI->getOpcode() == AArch64::LSPair64_STR
201 unsigned RetOpcode = MBBI->getOpcode();
603 int Opcode = MI->getOpcode();
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 691 && insn.getOpcode().getOpcode() == RegOps.MARK_LOCAL) {
843 || lastInsn.getOriginalRopInsn().getOpcode()
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 360 BinaryOperator::Opcode getOpcode() const { return Op; }
401 BinaryOperator::Opcode getOpcode() const { return Op; }
440 BinaryOperator::Opcode getOpcode() const { return Op; }
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 691 && insn.getOpcode().getOpcode() == RegOps.MARK_LOCAL) {
843 || lastInsn.getOriginalRopInsn().getOpcode()
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 79 if (MBBI->getOpcode() == ARM::t2IT) {
391 unsigned Opcode = MI.getOpcode();
568 unsigned Opc = MI->getOpcode();
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 44 unsigned Opc = MI->getOpcode();
69 unsigned Opc = MI->getOpcode();
211 switch(MI->getDesc().getOpcode()) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 555 switch (CE->getOpcode()) {
639 CE->getOpcode()==Instruction::FPToSI,
707 switch (CE->getOpcode()) {
722 switch (CE->getOpcode()) {
737 switch (CE->getOpcode()) {
756 switch (CE->getOpcode()) {
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 320 if (MI.getOpcode() == X86::MOV64rm)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 110 if (BO->getOpcode() == BO_Assign) {
401 if (U->getOpcode() == UO_AddrOf)
  /external/llvm/include/llvm/MC/
MCExpr.h 310 /// getOpcode - Get the kind of this unary expression.
311 Opcode getOpcode() const { return Op; }
441 /// getOpcode - Get the kind of this binary expression.
442 Opcode getOpcode() const { return Op; }
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 53 if (CI->getOpcode() == Op) {
110 if ((CI->getOpcode() == Instruction::PtrToInt ||
111 CI->getOpcode() == Instruction::IntToPtr) &&
116 if ((CE->getOpcode() == Instruction::PtrToInt ||
117 CE->getOpcode() == Instruction::IntToPtr) &&
171 if (IP->getOpcode() == (unsigned)Opcode && IP->getOperand(0) == LHS &&
544 if (IP->getOpcode() == Instruction::GetElementPtr &&
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 288 if (!Node->isMachineOpcode() && Node->getOpcode() == ISD::CopyFromReg) {
416 if (N->getOpcode() == ISD::TokenFactor) {
442 if (N->getOpcode() == ISD::EntryToken)
463 if (N->getOpcode() == ISD::TokenFactor) {
502 if (N->getOpcode() == ISD::EntryToken)
671 switch (SU->getNode()->getOpcode()) {
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 257 switch (CE->getOpcode()) {
345 if (CE->getOpcode() == Instruction::Sub) {
349 LHS->getOpcode() == Instruction::PtrToInt &&
350 RHS->getOpcode() == Instruction::PtrToInt &&
    [all...]

Completed in 852 milliseconds

<<11121314151617181920>>