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

  /external/tensorflow/tensorflow/contrib/lite/tools/
visualize.py 205 def OpName(idx):
220 "target": OpName(op_index)
225 "source": OpName(op_index)
228 "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/llvm/lib/Target/AMDGPU/
R600Defines.h 65 namespace OpName {
  /external/libcxxabi/src/
cxa_demangle.cpp 832 const Node *OpName;
836 : Node(KLiteralOperator, OpName_->ParameterPackSize), OpName(OpName_) {}
840 OpName->print(S);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 1130 const char* HUnaryMathOperation::OpName() const {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/shaderc/spirv-headers/include/spirv/1.0/
spirv.hpp 616 OpName = 5,
  /external/shaderc/spirv-headers/include/spirv/1.1/
spirv.hpp 628 OpName = 5,
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
spirv.hpp 589 OpName = 5,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spirv.hpp 661 OpName = 5,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
spirv.hpp 663 OpName = 5,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
spirv.hpp 675 OpName = 5,
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.2/
spirv.hpp 680 OpName = 5,

Completed in 918 milliseconds