/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 126 Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, 131 return ConstantExpr::get(Opcode, CLHS, CRHS); 145 if (IP->getOpcode() == (unsigned)Opcode && IP->getOperand(0) == LHS && 167 Instruction *BO = cast<Instruction>(Builder.CreateBinOp(Opcode, LHS, RHS)); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 250 virtual const char *getTargetNodeName(unsigned Opcode) const;
|
Thumb2SizeReduction.cpp | 42 unsigned WideOpc; // Wide opcode 43 unsigned NarrowOpc1; // Narrow opcode to transform to 44 unsigned NarrowOpc2; // Narrow opcode when it's two-address 106 // FIXME: Clean this up after splitting each Thumb load / store opcode 146 /// ReduceOpcodeMap - Maps wide opcode to index of entry in ReduceTable. 267 /// Old opcode has an optional def of CPSR. 270 // If old opcode does not implicitly define CPSR, then it's not ok since 332 llvm_unreachable("Unexpected Thumb2 load / store opcode!"); 568 // source insn opcode. So for now, we hack a local entry record to use. 829 unsigned Opcode = MI->getOpcode() [all...] |
ARMFastISel.cpp | 712 unsigned Opcode = Instruction::UserOp1; 718 Opcode = I->getOpcode(); 722 Opcode = C->getOpcode(); 732 switch (Opcode) { [all...] |
ARMISelLowering.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 42 BinaryOperator::Opcode Op = B->getOpcode(); 77 llvm_unreachable("Invalid opcode for compound assignment."); 628 llvm_unreachable("Invalid Opcode."); 699 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add
|
BugReporterVisitors.cpp | 616 // Do we need to invert the opcode? 617 BinaryOperator::Opcode Op = BExpr->getOpcode();
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Executor.java | 25 import javassist.bytecode.Opcode; 32 public class Executor implements Opcode { 68 int opcode = iter.byteAt(pos); local 71 // Declared opcode in order 72 switch (opcode) { 132 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); 138 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); 144 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); 150 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); 156 evalLoad(Type.OBJECT, opcode - ALOAD_0, frame, subroutine) 830 int opcode = iter.byteAt(pos); local 879 int opcode = iter.byteAt(pos + 1); local [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 136 module Opcode = struct 228 | Instruction of Opcode.t 381 external constexpr_opcode : llvalue -> Opcode.t = "llvm_constexpr_get_opcode" [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 788 const char *SystemZTargetLowering::getTargetNodeName(unsigned Opcode) const { 789 switch (Opcode) { 819 // select between, and a branch opcode to use. [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 43 getTargetNodeName(unsigned Opcode) const 45 switch (Opcode) 730 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD : 733 SDValue Carry = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32), 737 SDValue Ignored = DAG.getNode(Opcode, dl, DAG.getVTList(MVT::i32, MVT::i32), [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 138 /// opcode and two operands into either a constant true or false, or a brand 161 /// opcode and two operands into either a FCmp instruction. isordered is passed [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 13188 unsigned opcode; local [all...] |
X86ISelLowering.h | 581 virtual const char *getTargetNodeName(unsigned Opcode) const; [all...] |
/external/clang/lib/CodeGen/ |
CGExprScalar.cpp | 47 BinaryOperator::Opcode Opcode; // Opcode of BinOp to perform [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 50 const char *MipsTargetLowering::getTargetNodeName(unsigned Opcode) const { 51 switch (Opcode) { 700 // Get fp branch code (not opcode) from condition code. 725 // true/false values to select between, and a branch opcode to use. [all...] |
/dalvik/vm/compiler/ |
Frontend.cpp | 26 Opcode opcode = (Opcode)(instr & 0xff); local 32 return (opcode != OP_NOP || instr == 0); 47 Opcode opcode = dexOpcodeFromCodeUnit(instr); local 52 LOGD("%p: %#06x %s", codePtr, opcode, decodedString); 54 return dexGetWidthFromOpcode(opcode); 68 switch (insn->dalvikInsn.opcode) { 171 switch (insn->dalvikInsn.opcode) { [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
IdempotentOperationChecker.cpp | 154 BinaryOperator::Opcode Op = B->getOpcode();
|
/external/llvm/include/llvm/ |
InstrTypes.h | 158 /// Create() - Construct a binary instruction, given the opcode and the two 167 /// Create() - Construct a binary instruction, given the opcode and the two 406 /// opcode instead of the subclass's constructor. The opcode must be in the 407 /// CastOps category (Instruction::isCast(opcode) returns true). This 412 Instruction::CastOps, ///< The opcode of the cast instruction 419 /// opcode instead of the subclass's constructor. The opcode must be in the 425 Instruction::CastOps, ///< The opcode for the cast instruction 536 /// Returns the opcode necessary to cast Val into Ty using usual castin [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 61 static unsigned GetEncodedCastOpcode(unsigned Opcode) { 62 switch (Opcode) { 79 static unsigned GetEncodedBinaryOpcode(unsigned Opcode) { 80 switch (Opcode) { [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 71 static unsigned GetEncodedCastOpcode(unsigned Opcode) { 72 switch (Opcode) { 89 static unsigned GetEncodedBinaryOpcode(unsigned Opcode) { 90 switch (Opcode) { [all...] |
/sdk/emulator/qtools/ |
callstack.h | 6 #include "opcode.h" 257 Opcode op = OP_INVALID;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGRRList.cpp | 282 /// opcode to determine what register class is being generated. 294 unsigned Opcode = Node->getMachineOpcode(); 296 if (Opcode == TargetOpcode::REG_SEQUENCE) { 305 const MCInstrDesc Desc = TII->get(Opcode); [all...] |
/external/v8/src/ |
hydrogen-instructions.h | 189 Opcode opcode() const { return HValue::k##type; } 456 enum Opcode { 571 virtual Opcode opcode() const = 0; [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | [all...] |