Searched refs:Store (Results 226 - 250 of 272) sorted by relevance

1234567891011

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1665 Load-Linkeds (and Store-Conditionals) are instead represented
2172 'st.Ist.Store.<fieldname>'.
2270 Store-Conditional. To represent a Store-Conditional,
2278 } Store; member in union:_IRStmt::__anon27948
2298 /* Either Load-Linked or Store-Conditional, depending on
2313 If STOREDATA is not NULL then this is a Store-Conditional,
2316 result = Store-Conditional(addr, storedata, end)
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc106 void MacroAssembler::Store(ExternalReference destination, Register source) { function in class:v8::internal::MacroAssembler
236 // Store pointer to buffer.
959 void MacroAssembler::Store(const Operand& dst, Register src, Representation r) { function in class:v8::internal::MacroAssembler
3766 Store(ExternalReference(Isolate::kCEntryFPAddress, isolate()), rbp);
3767 Store(ExternalReference(Isolate::kContextAddress, isolate()), rsi);
4102 Store(allocation_top, result_end);
H A Dcode-stubs-x64.cc2043 // Store the capture count.
2047 // Store last subject and last input.
2080 // Store the smi value in the last match info.
3032 __ Store(external_caught, rax);
3041 __ Store(pending_exception, rax);
3120 __ Store(js_entry_sp, rax);
3132 // Caught exception: Store result (exception) in the pending exception
3136 __ Store(pending_exception, rax);
3147 __ Store(pending_exception, rax);
3330 // Store bitwis
[all...]
H A Dfull-codegen-x64.cc203 // Store it in the context.
1818 // Store the subexpression value in the array's elements.
1826 // Store the subexpression value in the array's elements.
1939 // Store the value.
3471 // Store the value.
4415 // Store the value returned in rax.
4756 // Store result register while executing finally block.
4759 // Store pending message while executing finally block.
4785 __ Store(pending_message_script, rdx);
4791 __ Store(has_pending_messag
[all...]
H A Dlithium-codegen-x64.cc238 // Store it in the context.
2739 // Store the value.
2742 // Store the value.
3971 __ Store(MemOperand(object, offset), value, representation);
4041 __ Store(FieldOperand(write_register, offset), value, representation);
4053 __ Store(FieldOperand(write_register, offset), value, representation);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1861 // Store stack offset in V1, store jump target in V0. Glue CopyToReg and
2368 // Chain is the output chain of the last Load/Store or CopyToReg node.
3379 SDValue Store = DAG.getStore(Chain, DL, DAG.getRegister(VReg, RegTy), local
3382 OutChains.push_back(Store);
3521 SDValue Store = DAG.getStore(Chain, DL, ArgValue, PtrOff, local
3523 cast<StoreSDNode>(Store.getNode())->getMemOperand()->setValue(0);
3524 OutChains.push_back(Store);
/external/clang/lib/CodeGen/
H A DCGClass.cpp1913 llvm::StoreInst *Store = Builder.CreateStore(VTableAddressPoint, VTableField); local
1914 CGM.DecorateInstruction(Store, CGM.getTBAAInfoForVTablePtr());
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp725 // Store the incremented VAList to the legalized pointer
1177 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, local
1179 MemOps.push_back(Store);
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2235 st->Ist.Store.addr,
2236 sizeofIRType(typeOfIRExpr(sbOut->tyenv, st->Ist.Store.data)),
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h165 void Store(Register src, const MemOperand& dst, Representation r);
171 // Store an object to the root table.
435 // Store value in register src in the safepoint stack slot for
449 // Store two consecutive registers to two consecutive memory locations.
1160 // Store the code object for the given builtin in the target register and
1164 // Store the function for the given builtin in the target register.
H A Dlithium-codegen-arm.cc219 // Store it in the context.
821 // Store the condition on the stack if necessary
2997 // Store the value.
4172 __ Store(value, operand, representation);
4218 __ Store(value, operand, representation);
4233 __ Store(value, operand, representation);
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_short_idct32x32_add_neon.asm87 ; Store into output (sometimes as as temporary storage)
410 ; Store both matrices after each other. There is a stride of 32, which
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc97 void MacroAssembler::Store(ExternalReference destination, Register source) { function in class:v8::internal::MacroAssembler
213 // Store pointer to buffer.
3264 Store(ExternalReference(Isolate::kCEntryFPAddress, isolate()), rbp);
3265 Store(ExternalReference(Isolate::kContextAddress, isolate()), rsi);
3594 Store(new_space_allocation_top, result_end);
H A Dcode-stubs-x64.cc2992 // Store the capture count.
2996 // Store last subject and last input.
3028 // Store the smi value in the last match info.
3838 // Store Arguments object on stack, below the 4 WIN64 ABI parameter slots.
3996 __ Store(external_caught, rax);
4002 __ Store(pending_exception, rax);
4067 __ Store(js_entry_sp, rax);
4079 // Caught exception: Store result (exception) in the pending exception
4083 __ Store(pending_exception, rax);
4094 __ Store(pending_exceptio
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h283 void Store(Register src, const MemOperand& dst, Representation r);
292 // Store an object to the root table.
707 // Store value in register src in the safepoint stack slot for
1305 // Store the code object for the given builtin in the target register and
1309 // Store the function for the given builtin in the target register.
H A Dlithium-codegen-mips.cc221 // Store it in the context.
2851 // Store the value.
4095 __ Store(value, operand, representation);
4141 __ Store(value, operand, representation);
4156 __ Store(value, operand, representation);
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1214 case Store: return ISD::STORE;
/external/libvpx/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm1168 ;# Store 4 pels at word "Offs" in temp array, then advance r7
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml171 | Store Constructor in type:Opcode/t
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp532 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl, local
536 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
H A DX86ISelLowering.cpp2338 // Store the integer parameter registers.
2349 SDValue Store = local
2354 MemOps.push_back(Store);
2455 // Store the return address to the appropriate stack slot.
2594 // Store the argument.
2721 // Store relative to framepointer.
2734 // Store the return address to the appropriate stack slot.
8607 SDValue Store = DAG.getStore(DAG.getEntryNode(), dl, Op.getOperand(0), local
8622 SDValue Ops[] = { Store, StackSlot, DAG.getValueType(MVT::i64) };
10578 // Store gp_offse
10579 SDValue Store = DAG.getStore(Op.getOperand(0), DL, local
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp212 /// Vectorize Load and Store instructions,
1124 assert((LI || SI) && "Invalid Load/Store instruction");
2446 case Instruction::Store:
3327 // Store-load forwarding distance.
3519 // Holds the Load and Store *instructions*.
4548 case Instruction::Store:
/external/valgrind/main/helgrind/
H A Dhg_main.c4468 st->Ist.Store.addr,
4469 sizeofIRType(typeOfIRExpr(bbIn->tyenv, st->Ist.Store.data)),
/external/chromium_org/third_party/lcov/bin/
H A Dlcov529 --to-package FILENAME Store unprocessed coverage data in FILENAME
1001 # Store unprocessed coverage data files from source_directory to package_file.
1718 # Store line checksum if available
1799 # Store current section data
1999 # Store sum in %result
2431 # Store result
3901 # Store converted entry
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2036 case Instruction::Store:

Completed in 1416 milliseconds

1234567891011