HomeSort by relevance Sort by last modified time
    Searched defs:OpName (Results 1 - 25 of 39) sorted by null

1 2

  /external/tensorflow/tensorflow/lite/tools/
visualize.py 218 def OpName(idx):
233 "target": OpName(op_index)
238 "source": OpName(op_index)
241 "id": OpName(op_index),
  /external/clang/lib/AST/
DeclarationName.cpp 184 const char *OpName = OperatorNames[N.getCXXOverloadedOperator()];
185 assert(OpName && "not an overloaded operator");
188 if (OpName[0] >= 'a' && OpName[0] <= 'z')
190 OS << OpName;
DeclPrinter.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 164 std::string OpName = Op.substr(1);
168 std::string::size_type DotIdx = OpName.find_first_of(".");
170 SubOpName = OpName.substr(DotIdx+1);
173 OpName = OpName.substr(0, DotIdx);
176 unsigned OpIdx = getOperandNamed(OpName);
279 std::string OpName = P.first;
281 if (OpName.empty()) break;
284 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 159 std::string OpName = Op.substr(1);
163 std::string::size_type DotIdx = OpName.find_first_of(".");
165 SubOpName = OpName.substr(DotIdx+1);
168 OpName = OpName.substr(0, DotIdx);
171 unsigned OpIdx = getOperandNamed(OpName);
271 std::string OpName = P.first;
273 if (OpName.empty()) break;
276 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
AsmMatcherEmitter.cpp 604 void BuildInstructionOperandReference(MatchableInfo *II, StringRef OpName,
606 void BuildAliasOperandReference(MatchableInfo *II, StringRef OpName,
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenInstruction.cpp 165 std::string OpName = Op.substr(1);
169 std::string::size_type DotIdx = OpName.find_first_of('.');
171 SubOpName = OpName.substr(DotIdx+1);
174 OpName = OpName.substr(0, DotIdx);
177 unsigned OpIdx = getOperandNamed(OpName);
280 std::string OpName = P.first;
282 if (OpName.empty()) break;
285 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
R600Defines.h 65 namespace OpName {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600Defines.h 65 namespace OpName {
  /external/libcxxabi/src/demangle/
ItaniumDemangle.h 826 const Node *OpName;
830 : Node(KLiteralOperator), OpName(OpName_) {}
832 template<typename Fn> void match(Fn F) const { F(OpName); }
836 OpName->print(S);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp 748 const Node *OpName;
751 LiteralOperator(Node *OpName_) : Node(KLiteralOperator), OpName(OpName_) {}
755 OpName->print(S);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
spirv.cs 674 OpName = 5,
spirv.hpp 669 OpName = 5,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
spirv.cs 686 OpName = 5,
spirv.hpp 681 OpName = 5,
  /external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
spirv.cs 691 OpName = 5,
spirv.hpp 686 OpName = 5,
  /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
spirv.cs 823 OpName = 5,
    [all...]
  /external/shaderc/spirv-headers/include/spirv/1.0/
spirv.hpp 669 OpName = 5,

Completed in 829 milliseconds

1 2