Home
last modified time | relevance | path

Searched refs:IsAnyTagged (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcsa-load-elimination.cc73 if (IsAnyTagged(from)) return IsAnyTagged(to); in Subsumes()
577 (IsAnyTagged(from) && IsAnyTagged(to.representation()))); in TruncateAndExtend()
Dmachine-graph-verifier.cc598 IsAnyTagged(StoreRepresentationOf(node->op()) in Run()
601 IsAnyTagged(AtomicStoreParametersOf(node->op()) in Run()
989 return IsAnyTagged(actual); in IsCompatible()
1001 return IsAnyTagged(actual); in IsCompatible()
Ddecompression-optimizer.cc112 IsAnyTagged(representation) in MarkNodeInputs()
Drepresentation-change.cc495 } else if (IsAnyTagged(output_rep) && in GetTaggedPointerRepresentationFor()
665 } else if (IsAnyTagged(output_rep)) { in GetFloat32RepresentationFor()
748 } else if (IsAnyTagged(output_rep)) { in GetFloat64RepresentationFor()
916 } else if (IsAnyTagged(output_rep)) { in GetWord32RepresentationFor()
1223 } else if (IsAnyTagged(output_rep) && in GetWord64RepresentationFor()
Dload-elimination.cc142 return IsAnyTagged(r1) && IsAnyTagged(r2); in IsCompatible()
915 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceLoadField()
979 DCHECK(IsAnyTagged(access.machine_type.representation())); in ReduceStoreField()
Draw-machine-assembler.h216 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedLoad()
229 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedStore()
Dsimplified-lowering.cc850 return IsAnyTagged(representation); in IsNodeRepresentationTagged()
1297 if (IsAnyTagged(rep)) { in DeoptMachineTypeOf()
Dwasm-compiler.cc3905 if (COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)) { in GetSafeStoreOperator()
8580 if (IsAnyTagged(param)) continue; in BuildLocations()
8591 if (!IsAnyTagged(param)) continue; in BuildLocations()
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h358 inline bool IsAnyTagged(MachineRepresentation rep) { in IsAnyTagged() function
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc92 (!COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)); in CanBeMemoryOperand()
104 (IsAnyTagged(rep) || IsAnyCompressed(rep))); in CanBeMemoryOperand()
2872 IsAnyTagged(load_rep.representation()) || in VisitWord32AtomicLoad()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc159 (!COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)); in CanBeMemoryOperand()
163 (COMPRESS_POINTERS_BOOL && IsAnyTagged(rep)); in CanBeMemoryOperand()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc1679 CHECK(IsAnyTagged(type.representation())); in DoComputeBuiltinContinuation()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc87 return rep == MachineRepresentation::kWord32 || IsAnyTagged(rep); in CanBeMemoryOperand()