Home
last modified time | relevance | path

Searched refs:MachineRepresentationFor (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dvalue-type.h252 static MachineRepresentation MachineRepresentationFor(ValueType type) { in MachineRepresentationFor() function
Dfunction-body-decoder.cc620 ValueTypes::MachineRepresentationFor(old.type), in MergeValuesInto()
673 ValueTypes::MachineRepresentationFor(decoder->GetLocalType(i)), in Goto()
/external/v8/src/compiler/
Dwasm-compiler.cc202 mcgraph()->common()->Phi(wasm::ValueTypes::MachineRepresentationFor(type), in Phi()
3134 wasm::ValueTypes::MachineRepresentationFor(type))) { in GetSafeLoadOperator()
3143 MachineRepresentation rep = wasm::ValueTypes::MachineRepresentationFor(type); in GetSafeStoreOperator()
3394 builder.AddReturn(wasm::ValueTypes::MachineRepresentationFor(ret)); in CreateMachineSignature()
3398 builder.AddParam(wasm::ValueTypes::MachineRepresentationFor(param)); in CreateMachineSignature()
4732 wasm::ValueTypes::MachineRepresentationFor(sig_->GetReturn()), in BuildCWasmEntry()
5282 wasm::ValueTypes::MachineRepresentationFor(fsig->GetParam(i)); in GetWasmCallDescriptor()
5299 wasm::ValueTypes::MachineRepresentationFor(fsig->GetReturn(i)); in GetWasmCallDescriptor()