HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 201 - 225 of 394) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/AST/
ExprClassification.cpp 196 switch (cast<UnaryOperator>(E)->getOpcode()) {
476 if (E->getOpcode() == BO_Comma)
482 if (E->getOpcode() == BO_PtrMemD)
490 if (E->getOpcode() == BO_PtrMemI)
  /external/clang/lib/Analysis/
UninitializedValues.cpp 511 if (bo->getOpcode() != BO_Assign)
521 switch (uo->getOpcode()) {
632 if (b->getOpcode() == BO_LAnd) {
640 assert(b->getOpcode() == BO_LOr);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 37 if (U->getOpcode() == UO_Deref)
541 if (UO->getOpcode() == UO_LNot) {
617 BinaryOperator::Opcode Op = BExpr->getOpcode();
640 switch (BExpr->getOpcode()) {
ExprEngineC.cpp 42 BinaryOperator::Opcode Op = B->getOpcode();
377 assert(B->getOpcode() == BO_LAnd ||
378 B->getOpcode() == BO_LOr);
416 X = svalBuilder.makeIntVal(B->getOpcode() == BO_LAnd ? 0U : 1U,
534 switch (U->getOpcode()) {
626 switch (U->getOpcode()) {
  /external/llvm/include/llvm/MC/
MCInst.h 138 unsigned getOpcode() const { return Opcode; }
MCInstrDesc.h 159 /// getOpcode - Return the opcode number for this descriptor.
160 unsigned getOpcode() const {
MCExpr.h 267 /// getOpcode - Get the kind of this unary expression.
268 Opcode getOpcode() const { return Op; }
399 /// getOpcode - Get the kind of this binary expression.
400 Opcode getOpcode() const { return Op; }
  /external/llvm/lib/Analysis/
Loads.cpp 68 } else if (Operator::getOpcode(V) == Instruction::BitCast) {
  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 81 return Inst->getOpcode();
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMBaseRegisterInfo.h 93 unsigned getOpcode(int Op) const;
Thumb2InstrInfo.cpp 74 if (MBBI->getOpcode() == ARM::t2IT) {
388 unsigned Opcode = MI.getOpcode();
569 if (SrcMI->getOpcode() != ARM::tMOVr || SrcMI->getOperand(1).isKill())
607 unsigned Opc = MI->getOpcode();
  /external/llvm/lib/Target/Alpha/
AlphaLLRP.cpp 63 switch (MI->getOpcode()) {
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 118 OutMI.setOpcode(MI->getOpcode());
MBlazeISelLowering.cpp 197 switch (Op.getOpcode())
216 switch (MI->getOpcode()) {
318 if (MI->getOpcode() == MBlaze::ShiftL)
320 else if (MI->getOpcode() == MBlaze::ShiftRA)
322 else if (MI->getOpcode() == MBlaze::ShiftRL)
475 switch (MI->getOpcode()) {
491 switch (MI->getOpcode()) {
509 if (MI->getOpcode() == MBlaze::LAN32) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 117 OutMI.setOpcode(MI->getOpcode());
  /external/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 65 if (MI.getOpcode() == SP::ADJCALLSTACKDOWN)
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 147 && (insns.get(0).getOpcode() == Rops.GOTO)) {
283 Rop opcode = lastInsn.getOpcode();
  /external/llvm/lib/Target/PTX/
PTXFPRoundingModePass.cpp 164 if (Instrs.count(MI.getOpcode())) {
165 const RndModeDesc &Desc = Instrs[MI.getOpcode()];
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateMethodAdapter2.java 235 mDelWriter.visitVarInsn(t.getOpcode(Opcodes.ILOAD), maxLocals);
254 mDelWriter.visitInsn(returnType.getOpcode(Opcodes.IRETURN));
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 262 if (MI.getOpcode() == X86::MOV64rm)
856 unsigned Opcode = MI.getOpcode();
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 302 OutMI.setOpcode(MI->getOpcode());
345 switch (OutMI.getOpcode()) {
397 unsigned Opcode = OutMI.getOpcode();
417 switch (OutMI.getOpcode()) {
536 bool is64Bits = MI.getOpcode() == X86::TLS_addr64;
598 switch (MI->getOpcode()) {
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 181 switch (Op.getOpcode()) {
594 unsigned Opc = Op.getOpcode();
680 if (LHS.getOpcode() == ISD::Constant)
687 if (LHS.getOpcode() == ISD::Constant)
777 (LHS.getOpcode() == ISD::AND ||
778 (LHS.getOpcode() == ISD::TRUNCATE &&
779 LHS.getOperand(0).getOpcode() == ISD::AND))) {
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 188 if (Tern->getOpcode() == TernOpInit::IF) {
256 if (BO->getOpcode() == UnOpInit::CAST) {
268 if (BO->getOpcode() == BinOpInit::STRCONCAT) {
331 if (BO->getOpcode() == UnOpInit::CAST) {
342 if (BO->getOpcode() == BinOpInit::CONCAT) {
737 switch (getOpcode()) {
856 return (UnOpInit::get(getOpcode(), lhs, getType()))->Fold(&R, 0);
890 switch (getOpcode()) {
949 switch (getOpcode()) {
968 return (BinOpInit::get(getOpcode(), lhs, rhs, getType()))->Fold(&R, 0)
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 2042 milliseconds

1 2 3 4 5 6 7 891011>>