Home
last modified time | relevance | path

Searched refs:UnalignedStore (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h158 Node* UnalignedStore(MachineRepresentation rep, Node* base, Node* value) { in UnalignedStore() function
159 return UnalignedStore(rep, base, IntPtrConstant(0), value); in UnalignedStore()
161 Node* UnalignedStore(MachineRepresentation rep, Node* base, Node* index, in UnalignedStore() function
169 machine()->UnalignedStore(UnalignedStoreRepresentation(rep)), base, in UnalignedStore()
761 return UnalignedStore(rep, PointerConstant(address), node); in UnalignedStoreToPointer()
Dmachine-operator.cc554 struct UnalignedStore##Type##Operator final \
556 UnalignedStore##Type##Operator() \
578 UnalignedStore##Type##Operator kUnalignedStore##Type; \
875 const Operator* MachineOperatorBuilder::UnalignedStore( in UnalignedStore() function in v8::internal::compiler::MachineOperatorBuilder
Dgraph-assembler.cc164 : machine()->UnalignedStore(rep); in StoreUnaligned()
Dmachine-operator.h600 const Operator* UnalignedStore(UnalignedStoreRepresentation rep); in NON_EXPORTED_BASE()
Dopcodes.h651 V(UnalignedStore) \
Dint64-lowering.cc248 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32); in LowerNode()
Dsimd-scalar-lowering.cc424 machine()->UnalignedStore(MachineTypeFrom(rep_type).representation()); in LowerStoreOp()
Dwasm-compiler.cc3149 return mcgraph()->machine()->UnalignedStore(store_rep); in GetSafeStoreOperator()
3268 graph()->NewNode(mcgraph()->machine()->UnalignedStore(rep), in StoreMem()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td227 class UnalignedStore<PatFrag Node> : PatFrag<(ops node:$val, node:$ptr),
257 def truncstorei16_u : UnalignedStore<truncstorei16>;
258 def store_u : UnalignedStore<store>;
259 def truncstorei32_u : UnalignedStore<truncstorei32>;