Searched defs:opcodeName (Results 1 – 7 of 7) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcodes.java | 121 public Opcode getOpcodeByName(@Nonnull String opcodeName) { in getOpcodeByName()
|
D | Opcode.java | 355 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode() 359 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode() 363 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, Format fo… in Opcode() 367 …Opcode(List<VersionConstraint> versionConstraints, String opcodeName, int referenceType, int refer… in Opcode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.cpp | 499 std::string opcodeName; in spvTextEncodeOpcode() local
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text.cpp | 499 std::string opcodeName; in spvTextEncodeOpcode() local
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 932 EmitNodeMatcherCommon(const std::string &opcodeName, in EmitNodeMatcherCommon() 981 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() 1004 MorphNodeToMatcher(const std::string &opcodeName, in MorphNodeToMatcher()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcher.h | 932 EmitNodeMatcherCommon(const std::string &opcodeName, in EmitNodeMatcherCommon() 981 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() 1004 MorphNodeToMatcher(const std::string &opcodeName, in MorphNodeToMatcher()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelMatcher.h | 967 EmitNodeMatcherCommon(const std::string &opcodeName, in EmitNodeMatcherCommon() 1016 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() 1038 MorphNodeToMatcher(const std::string &opcodeName, in MorphNodeToMatcher()
|