HomeSort by relevance Sort by last modified time
    Searched full:opmap (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 633 std::map<StringRef, std::pair<int, int>> OpMap;
647 OpMap[Op] = std::make_pair(OpIdx, PrintMethodIdx);
650 bool isOpMapped(StringRef Op) { return OpMap.find(Op) != OpMap.end(); }
651 int getOpIndex(StringRef Op) { return OpMap[Op].first; }
652 std::pair<int, int> &getOpData(StringRef Op) { return OpMap[Op]; }
    [all...]
X86RecognizableInstr.cpp 189 OpMap = byteFromRec(Rec, "OpMapBits");
794 switch (OpMap) {
803 switch (OpMap) {
840 } // switch (OpMap)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 31 import org.apache.xpath.compiler.OpMap;
162 opPos = OpMap.getFirstChildPos(opPos);
WalkerFactory.java 31 import org.apache.xpath.compiler.OpMap;
164 int firstStepPos = OpMap.getFirstChildPos(opPos);
404 opPos = OpMap.getFirstChildPos(opPos);
455 int leftPos = OpMap.getFirstChildPos(op);
523 int leftPos = OpMap.getFirstChildPos(innerExprOpPos);
812 * @param stepOpCodePos The current op code position within the opmap.
963 * @param stepOpCodePos The current op code position within the opmap
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 9 tokens = grammar.opmap
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 9 tokens = grammar.opmap
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 99 itoken = grammar.opmap[value] # Fails if unknown token
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 99 itoken = grammar.opmap[value] # Fails if unknown token
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 73 public class Compiler extends OpMap
850 argLen = getOp(opPos + OpMap.MAPINDEX_LENGTH);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 262 return opcode.opmap[name]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 356 // OpMap - This field determines which opcode map this instruction
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang-tblgen 
tblgen 

Completed in 393 milliseconds

12