Searched refs:UnalignedStore (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 158 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()
|
D | machine-operator.cc | 554 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
|
D | graph-assembler.cc | 164 : machine()->UnalignedStore(rep); in StoreUnaligned()
|
D | machine-operator.h | 600 const Operator* UnalignedStore(UnalignedStoreRepresentation rep); in NON_EXPORTED_BASE()
|
D | opcodes.h | 651 V(UnalignedStore) \
|
D | int64-lowering.cc | 248 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32); in LowerNode()
|
D | simd-scalar-lowering.cc | 424 machine()->UnalignedStore(MachineTypeFrom(rep_type).representation()); in LowerStoreOp()
|
D | wasm-compiler.cc | 3149 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/ |
D | MipsInstrInfo.td | 227 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>;
|