Home
last modified time | relevance | path

Searched refs:instr_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dbuffer_assignment_util.cc46 string instr_name = instr.name(); in SanitizeConstantName() local
47 for (char& c : instr_name) { in SanitizeConstantName()
54 return instr_name; in SanitizeConstantName()
60 string instr_name = instr.name(); in ConstantBufferAllocationToGlobalName() local
63 DCHECK_EQ(instr_name, SanitizeConstantName(instr)); in ConstantBufferAllocationToGlobalName()
64 return absl::StrCat("buffer_for_", instr_name); in ConstantBufferAllocationToGlobalName()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp767 std::string instr_name = in ValidateAccessChain() local
774 << "The Result Type of " << instr_name << " <id> '" in ValidateAccessChain()
791 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
803 << instr_name << " do not match."; in ValidateAccessChain()
823 << "The number of indexes in " << instr_name << " may not exceed " in ValidateAccessChain()
846 << "Indexes passed to " << instr_name in ValidateAccessChain()
864 << "The <id> passed to " << instr_name in ValidateAccessChain()
880 << "Index is out of bounds: " << instr_name in ValidateAccessChain()
895 << instr_name in ValidateAccessChain()
905 << instr_name << " result type (Op" in ValidateAccessChain()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp931 std::string instr_name = in ValidateAccessChain() local
938 << "The Result Type of " << instr_name << " <id> '" in ValidateAccessChain()
955 << "The Base <id> '" << _.getIdName(base_id) << "' in " << instr_name in ValidateAccessChain()
967 << instr_name << " do not match."; in ValidateAccessChain()
987 << "The number of indexes in " << instr_name << " may not exceed " in ValidateAccessChain()
1010 << "Indexes passed to " << instr_name in ValidateAccessChain()
1028 << "The <id> passed to " << instr_name in ValidateAccessChain()
1044 << "Index is out of bounds: " << instr_name in ValidateAccessChain()
1059 << instr_name in ValidateAccessChain()
1069 << instr_name << " result type (Op" in ValidateAccessChain()
[all …]
/external/v8/src/ppc/
Dassembler-ppc.h640 #define DECLARE_PPC_X_INSTRUCTIONS_A_FORM(name, instr_name, instr_value) \ argument
643 x_form(instr_name, rt, ra, rb, rc); \
646 #define DECLARE_PPC_X_INSTRUCTIONS_B_FORM(name, instr_name, instr_value) \ argument
649 x_form(instr_name, rs, ra, rb, rc); \
652 #define DECLARE_PPC_X_INSTRUCTIONS_C_FORM(name, instr_name, instr_value) \ argument
655 x_form(instr_name, src, dst, r0, rc); \
658 #define DECLARE_PPC_X_INSTRUCTIONS_D_FORM(name, instr_name, instr_value) \ argument
662 x_form(instr_name, rt.code(), ra.code(), rb.code(), rc); \
669 #define DECLARE_PPC_X_INSTRUCTIONS_E_FORM(name, instr_name, instr_value) \ argument
672 x_form(instr_name, src.code(), dst.code(), sh, rc); \
[all …]