Home
last modified time | relevance | path

Searched refs:HasLiteral (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.h47 mutable bool HasLiteral; variable
DAMDGPUDisassembler.cpp248 HasLiteral = false; in tryDecodeInst()
354 if (Res && (MaxInstBytesNum - Bytes.size()) == 12 && (!HasLiteral || in getInstruction()
790 if (!HasLiteral) { in decodeLiteralConstant()
795 HasLiteral = true; in decodeLiteralConstant()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2885 if (HasLiteral() != casted_other.HasLiteral()) { in IdenticalSlowPath()
2888 if (HasLiteral() && literal() != casted_other.literal()) { in IdenticalSlowPath()
2919 if (HasLiteral()) { in CloneWithNewOperandsImpl()
Dhlo_instructions.h1109 bool HasLiteral() const { return literal_.has_value(); } in HasLiteral() function
1877 bool HasLiteral() const { return literal_.has_value(); } in HasLiteral() function
Dhlo_graph_dumper.cc887 if (elem_count.has_value() && *elem_count <= 8 && constant->HasLiteral()) { in GetInstructionNodeInlinedOperands()
Dhlo_verifier.cc960 if (!Cast<HloConstantInstruction>(constant)->HasLiteral()) { in HandleConstant()