HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 151 - 175 of 182) sorted by null

1 2 3 4 5 67 8

  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 151 ///\returns Opcode that can be clubbed with \p Op to create an alternate
168 ///\returns bool representing if Opcode \p Op can be part
181 unsigned Opcode = I0->getOpcode();
182 unsigned AltOpcode = getAltOpcode(Opcode);
185 if (!I || I->getOpcode() != ((i & 1) ? AltOpcode : Opcode))
191 /// \returns The opcode if all of the Instructions in \p VL have the same
192 /// opcode, or zero.
197 unsigned Opcode = I0->getOpcode();
200 if (!I || Opcode != I->getOpcode()) {
201 if (canCombineAsAltInst(Opcode) && i == 1
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 441 * Opcode is the operation code to execute. A given operation defines the
458 unsigned Opcode : 8; /* TGSI_OPCODE_ */
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 101 /// \brief The opcode from the last parsed instruction.
102 unsigned Opcode;
109 ParseStatementInfo() : Opcode(~0U), ParseError(false), AsmRewrites(nullptr) {}
111 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
334 MCBinaryExpr::Opcode &Kind);
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 133 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 83 BYTE Opcode : 4;
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 697 for (unsigned Opcode : {ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX})
698 setOperationAction(Opcode, VT.getSimpleVT(), Legal);
702 for (unsigned Opcode : {ISD::FMINNAN, ISD::FMAXNAN,
704 setOperationAction(Opcode, VT.getSimpleVT(), Legal);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 148 for (unsigned Opcode : {ISD::SMIN, ISD::SMAX, ISD::UMIN, ISD::UMAX})
149 setOperationAction(Opcode, VT, Legal);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 379 bool MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 105 struct gl_list_instruction Opcode[MAX_DLIST_EXT_OPCODES];
493 } OpCode;
510 OpCode opcode; member in union:gl_dlist_node
522 void *next; /* If prev node's opcode==OPCODE_CONTINUE */
577 dlist->Head[0].opcode = OPCODE_END_OF_LIST;
593 /** Is the given opcode an extension code? */
595 is_ext_opcode(OpCode opcode)
597 return (opcode >= OPCODE_EXT_0)
651 const OpCode opcode = n[0].opcode; local
7692 const OpCode opcode = n[0].opcode; local
10703 const OpCode opcode = n[0].opcode; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-xml-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-xml-4.0.jar 
asm-debug-all-4.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
jarjar-1.4.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/jacoco/
asm-debug-all-5.0.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/
asm-debug-all-5.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.4/
asm-debug-all-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-debug-all/5.0.1/
asm-debug-all-5.0.1.jar 

Completed in 1751 milliseconds

1 2 3 4 5 67 8