HomeSort by relevance Sort by last modified time
    Searched defs:getOpcode (Results 26 - 50 of 71) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 156 inline uint getOpcode() const { return insn->Instruction.Opcode; }
187 return translateOpcode(getOpcode()); }
363 switch (getOpcode()) {
404 switch (getOpcode()) {
419 switch (getOpcode()) {
945 return insn.getOpcode() == TGSI_OPCODE_MOV &&
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h     [all...]
InstrTypes.h 116 return I->getOpcode() == Instruction::Alloca ||
117 I->getOpcode() == Instruction::Load ||
118 I->getOpcode() == Instruction::VAArg ||
119 I->getOpcode() == Instruction::ExtractValue ||
120 (I->getOpcode() >= CastOpsBegin && I->getOpcode() < CastOpsEnd);
326 BinaryOps getOpcode() const {
327 return static_cast<BinaryOps>(Instruction::getOpcode());
603 Instruction::CastOps getOpcode() const {
604 return Instruction::CastOps(Instruction::getOpcode());
    [all...]
Operator.h 49 /// getOpcode - Return the opcode for this Instruction or ConstantExpr.
51 unsigned getOpcode() const {
53 return I->getOpcode();
54 return cast<ConstantExpr>(this)->getOpcode();
57 /// getOpcode - If V is an Instruction or ConstantExpr, return its
60 static unsigned getOpcode(const Value *V) {
62 return I->getOpcode();
64 return CE->getOpcode();
112 return I->getOpcode() == Instruction::Add ||
113 I->getOpcode() == Instruction::Sub |
    [all...]
Instructions.h 117 return (I->getOpcode() == Instruction::Alloca);
237 return I->getOpcode() == Instruction::Load;
359 return I->getOpcode() == Instruction::Store;
430 return I->getOpcode() == Instruction::Fence;
530 return I->getOpcode() == Instruction::AtomicCmpXchg;
674 return I->getOpcode() == Instruction::AtomicRMW;
866 return (I->getOpcode() == Instruction::GetElementPtr);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 156 inline uint getOpcode() const { return insn->Instruction.Opcode; }
187 return translateOpcode(getOpcode()); }
363 switch (getOpcode()) {
404 switch (getOpcode()) {
419 switch (getOpcode()) {
945 return insn.getOpcode() == TGSI_OPCODE_MOV &&
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 162 unsigned getOpcode() const {
MCExpr.h 342 /// getOpcode - Get the kind of this unary expression.
343 Opcode getOpcode() const { return Op; }
473 /// getOpcode - Get the kind of this binary expression.
474 Opcode getOpcode() const { return Op; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 361 BinaryOperator::Opcode getOpcode() const { return Op; }
396 Profile(ID, LHS, getOpcode(), RHS, getType());
431 Profile(ID, LHS, getOpcode(), RHS, getType());
465 Profile(ID, LHS, getOpcode(), RHS, getType());
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 453 const SDNodeInfo &getOpcode() const { return Opcode; }
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 145 inline unsigned getOpcode() const;
365 /// getOpcode - Return the SelectionDAG opcode value for this node. For
369 unsigned getOpcode() const { return (unsigned short)NodeType; }
838 inline unsigned SDValue::getOpcode() const {
839 return Node->getOpcode();
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 905 return UnOpInit::get(getOpcode(), *Operands.begin(), getType());
914 UnaryOp getOpcode() const { return Opc; }
952 return BinOpInit::get(getOpcode(), Operands[0], Operands[1], getType());
965 BinaryOp getOpcode() const { return Opc; }
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 

Completed in 1101 milliseconds

12 3