Searched defs:isStore (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp93 bool &isLoad, bool &isStore) {
97 isStore = MCID.mayStore();
146 bool isFirst, isSingle, isCracked, isLoad, isStore; local
149 isLoad, isStore);
204 bool isFirst, isSingle, isCracked, isLoad, isStore; local
207 isLoad, isStore);
214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
90 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h149 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
/external/proguard/src/proguard/classfile/instruction/
H A DVariableInstruction.java144 public boolean isStore() method in class:VariableInstruction
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp132 Type *MemOpType, bool isStore, AllocaInfo &Info,
1691 Type *MemOpType, bool isStore,
1703 if (isStore)
1690 isSafeMemAccess(uint64_t Offset, uint64_t MemSize, Type *MemOpType, bool isStore, AllocaInfo &Info, Instruction *TheAccess, bool AllowWholeAccess) argument
/external/valgrind/tsan/
H A Dts_valgrind.cc1080 Bool isStore,
1161 new (mop) MopInfo(pc, szB, isStore, false);
1202 True/*isStore*/, dtor_head,
1214 False/*!isStore*/, dtor_head,
1237 bbOut, st, d->mAddr, dataSize, False/*!isStore*/, dtor_head,
1243 bbOut, st, d->mAddr, dataSize, True/*isStore*/, dtor_head,
1072 instrument_mem_access( TraceInfo *trace_info, IRTemp tleb_temp, uintptr_t pc, size_t *trace_idx, IRSB* bbOut, IRStmt* st, IRExpr* addr, Int szB, Bool isStore, Bool dtor_head, Int hWordTy_szB ) argument
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2121 Bool isStore,
2161 mkIRExpr_HWord( isStore ? (-szB) : szB ),
2237 True/*isStore*/,
2254 False/*!isStore*/,
2277 env, sbOut, d->mAddr, dataSize, False/*!isStore*/,
2283 env, sbOut, d->mAddr, dataSize, True/*isStore*/,
2311 env, sbOut, cas->addr, dataSize, False/*!isStore*/,
2315 env, sbOut, cas->addr, dataSize, True/*isStore*/,
2117 instrument_mem_access( struct _SGEnv* sge, IRSB* bbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Addr curr_IP, VexGuestLayout* layout ) argument
/external/valgrind/main/helgrind/
H A Dhg_main.c4106 Bool isStore,
4130 if (isStore) {
4396 False/*!isStore*/,
4416 False/*!isStore*/,
4435 True/*isStore*/,
4451 False/*!isStore*/,
4471 bbOut, d->mAddr, dataSize, False/*!isStore*/,
4479 bbOut, d->mAddr, dataSize, True/*isStore*/,
4103 instrument_mem_access( IRSB* sbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Int goff_sp ) argument
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 91 milliseconds