HomeSort by relevance Sort by last modified time
    Searched refs:StoreRepresentation (Results 1 - 15 of 15) sorted by null

  /external/v8/src/compiler/
machine-operator.h 30 class StoreRepresentation FINAL {
32 StoreRepresentation(MachineType machine_type,
44 inline bool operator==(const StoreRepresentation& rep1,
45 const StoreRepresentation& rep2) {
50 inline bool operator!=(const StoreRepresentation& rep1,
51 const StoreRepresentation& rep2) {
55 OStream& operator<<(OStream& os, const StoreRepresentation& rep);
143 const Operator* Store(StoreRepresentation rep);
machine-operator.cc 27 OStream& operator<<(OStream& os, const StoreRepresentation& rep) {
34 struct StaticParameterTraits<StoreRepresentation> {
35 static OStream& PrintTo(OStream& os, const StoreRepresentation& rep) {
38 static int HashCode(const StoreRepresentation& rep) {
41 static bool Equals(const StoreRepresentation& rep1,
42 const StoreRepresentation& rep2) {
166 struct Store##Type##Operator : public Operator1<StoreRepresentation> { \
168 : Operator1<StoreRepresentation>( \
170 "Store", StoreRepresentation(k##Type, write_barrier_kind)) {} \
221 const Operator* MachineOperatorBuilder::Store(StoreRepresentation rep)
    [all...]
machine-operator-unittest.cc 111 StoreRepresentation GetParam() const {
112 return StoreRepresentation(
152 OpParameter<StoreRepresentation>(machine.Store(GetParam())));
simplified-lowering.cc 633 StoreRepresentation rep = OpParameter<StoreRepresentation>(node);
    [all...]
change-lowering.cc 82 machine()->Store(StoreRepresentation(kMachFloat64, kNoWriteBarrier)),
graph-unittest.cc 521 OpParameter<StoreRepresentation>(node).machine_type(), "type",
524 OpParameter<StoreRepresentation>(node).write_barrier_kind(),
js-generic-lowering.cc 362 PatchOperator(node, machine()->Store(StoreRepresentation(kMachAnyTagged,
raw-machine-assembler.h 106 NewNode(machine()->Store(StoreRepresentation(rep, kNoWriteBarrier)), base,
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 100 StoreRepresentation store_rep = OpParameter<StoreRepresentation>(node);
  /external/v8/test/cctest/compiler/
test-changes-lowering.cc 228 t.machine()->Store(StoreRepresentation(kMachFloat64, kNoWriteBarrier)),
test-simplified-lowering.cc     [all...]
test-machine-operator-reducer.cc 672 R.machine.Store(StoreRepresentation(kMachInt32, kNoWriteBarrier)), base,
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 213 StoreRepresentation store_rep = OpParameter<StoreRepresentation>(node);
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 113 StoreRepresentation store_rep = OpParameter<StoreRepresentation>(node);
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 331 StoreRepresentation store_rep = OpParameter<StoreRepresentation>(node);

Completed in 186 milliseconds