HomeSort by relevance Sort by last modified time
    Searched refs:GetKind (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.h 41 TokKind GetKind() const { return current_kind_; }
43 switch (GetKind()) {
57 CHECK(GetKind() == TokKind::kShape);
61 CHECK(GetKind() == TokKind::kInt);
65 CHECK(GetKind() == TokKind::kDecimal);
hlo_parser.cc 264 if (lexer_.GetKind() != TokKind::kw_HloModule) {
287 } while (lexer_.GetKind() != TokKind::kEof);
400 } while (lexer_.GetKind() != TokKind::kRbrace);
    [all...]
  /art/compiler/optimizing/
locations.h 146 return GetKind() == kRegister;
150 return GetKind() == kFpuRegister;
154 return GetKind() == kRegisterPair;
158 return GetKind() == kFpuRegisterPair;
257 return GetKind() == kStackSlot;
269 return GetKind() == kDoubleStackSlot;
281 return GetKind() == kSIMDStackSlot;
296 Kind GetKind() const {
328 switch (GetKind()) {
355 return GetKind() == kUnallocated
    [all...]
stack_map_test.cc 120 ASSERT_EQ(Kind::kInStack, location0.GetKind());
121 ASSERT_EQ(Kind::kConstant, location1.GetKind());
236 ASSERT_EQ(Kind::kInStack, location0.GetKind());
237 ASSERT_EQ(Kind::kConstant, location1.GetKind());
296 ASSERT_EQ(Kind::kInRegister, location0.GetKind());
297 ASSERT_EQ(Kind::kInFpuRegister, location1.GetKind());
350 ASSERT_EQ(Kind::kInRegister, location0.GetKind());
351 ASSERT_EQ(Kind::kInRegisterHigh, location1.GetKind());
404 ASSERT_EQ(Kind::kInFpuRegister, location0.GetKind());
405 ASSERT_EQ(Kind::kInFpuRegisterHigh, location1.GetKind());
    [all...]
parallel_move_resolver.cc 366 if (loc.GetKind() == kind && !IsBlockedByMoves(loc)) {
372 if (loc.GetKind() == kind && !IsBlockedByMoves(loc)) {
456 Location::Kind kind = source.GetKind();
scheduler_arm.h 149 switch (instruction->GetKind()) {
scheduler_arm64.h 141 switch (instruction->GetKind()) {
instruction_simplifier_shared.cc 141 binop->GetKind(),
220 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc());
superblock_cloner_test.cc 225 EXPECT_EQ(orig_instr->GetKind(), copy_instr->GetKind());
nodes_vector_test.cc 404 EXPECT_EQ(HVecReduce::kSum, v1->GetKind());
405 EXPECT_EQ(HVecReduce::kMin, v2->GetKind());
406 EXPECT_EQ(HVecReduce::kMax, v3->GetKind());
nodes_shared.h 206 instr_kind_(instr->GetKind()), op_kind_(op),
  /external/v8/src/
feedback-vector.h 173 FeedbackSlotKind GetKind(FeedbackSlot slot) const {
200 FeedbackSlotKind GetKind(FeedbackSlot slot) const {
239 FeedbackSlotKind GetKind(FeedbackSlot slot) const;
308 FeedbackSlotKind GetKind(FeedbackSlot slot) const;
317 bool Name(FeedbackSlot slot) const { return Name##Kind(GetKind(slot)); }
330 return GetTypeofModeFromSlotKind(GetKind(slot));
335 return GetLanguageModeFromSlotKind(GetKind(slot));
441 FeedbackSlotKind kind() const { return vector()->GetKind(slot()); }
676 DCHECK_EQ(FeedbackSlotKind::kBinaryOp, vector->GetKind(slot));
680 DCHECK_EQ(FeedbackSlotKind::kBinaryOp, vector->GetKind(slot))
    [all...]
feedback-vector-inl.h 275 slot_kind_ = metadata()->GetKind(cur_slot_);
288 FeedbackSlotKind kind = vector()->GetKind(slot());
302 FeedbackSlotKind kind = vector()->GetKind(slot());
feedback-vector.cc 29 FeedbackSlotKind FeedbackMetadata::GetKind(FeedbackSlot slot) const {
61 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i));
64 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i + j));
82 FeedbackSlotKind kind = spec->GetKind(slot);
105 FeedbackSlotKind kind = GetKind(slot);
108 if (kind != other_spec->GetKind(slot)) {
161 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot) const {
163 return metadata()->GetKind(slot);
185 FeedbackSlotKind kind = shared->feedback_metadata()->GetKind(slot);
    [all...]
type-info.cc 74 FeedbackSlotKind kind = feedback_vector_->GetKind(slot);
91 FeedbackSlotKind kind = feedback_vector_->GetKind(slot);
456 FeedbackSlotKind kind = feedback_vector_->GetKind(slot);
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 104 virtual LinkableMessageKind GetKind() const = 0;
209 Kind GetKind() const {
395 LinkableMessageKind GetKind() const override {
454 LinkableMessageKind GetKind() const override {
490 LinkableMessageKind GetKind() const override {
497 LinkableMessageKind GetKind() const override {
521 LinkableMessageKind GetKind() const override {
532 LinkableMessageKind GetKind() const override {
539 LinkableMessageKind GetKind() const override {
571 LinkableMessageKind GetKind() const override
    [all...]
  /art/compiler/debug/
elf_debug_loc_writer.h 218 const Kind kind = reg_loc.GetKind();
223 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack &&
229 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh &&
235 piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegister &&
242 if (piece == 0 && reg_hi.GetKind() == Kind::kInFpuRegisterHigh &&
252 // kInStackLargeOffset and kConstantLargeValue are hidden by GetKind().
  /art/tools/veridex/
veridex.h 64 Primitive::Type GetKind() const { return kind_; }
  /art/runtime/
check_reference_map_visitor.h 81 switch (location.GetKind()) {
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 137 func (m *Value) GetKind() isValue_Kind {
145 if x, ok := m.GetKind().(*Value_NullValue); ok {
152 if x, ok := m.GetKind().(*Value_NumberValue); ok {
159 if x, ok := m.GetKind().(*Value_StringValue); ok {
166 if x, ok := m.GetKind().(*Value_BoolValue); ok {
173 if x, ok := m.GetKind().(*Value_StructValue); ok {
180 if x, ok := m.GetKind().(*Value_ListValue); ok {
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 129 bool EOS() const { return (GetKind() == kBlockEOS); }
135 virtual Kind GetKind() const = 0;
150 Kind GetKind() const;
170 Kind GetKind() const;
381 Kind GetKind() const;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 129 bool EOS() const { return (GetKind() == kBlockEOS); }
135 virtual Kind GetKind() const = 0;
150 Kind GetKind() const;
170 Kind GetKind() const;
381 Kind GetKind() const;
  /external/v8/src/compiler/
js-type-hint-lowering.cc 31 DCHECK_EQ(FeedbackSlotKind::kBinaryOp, feedback_vector()->GetKind(slot_));
  /development/vndk/tools/header-checker/header-abi-util/src/
abi_diff_helpers.cpp 120 switch (lm->GetKind()) {
217 old_component.GetKind() == new_component.GetKind();
792 old_it->second->GetKind();
794 new_it->second->GetKind();
ir_representation.cpp 149 switch(addend_node->GetKind()) {
389 switch (addend_node->GetKind()) {
437 switch(addend_node->GetKind()) {

Completed in 431 milliseconds

1 2 3