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

/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp274 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
275 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
281 if (isStore)
288 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp125 bool isStore = false; local
128 isStore = (TSFlags == 1);
129 if (isStore)
131 return isStore;
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) {
285 isStore = MCID.mayStore();
334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
337 isLoad, isStore);
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
395 isLoad, isStore);
402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
/external/proguard/src/proguard/classfile/instruction/
H A DVariableInstruction.java144 public boolean isStore() method in class:VariableInstruction
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h171 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp159 Type *MemOpType, bool isStore, AllocaInfo &Info,
1789 Type *MemOpType, bool isStore,
1801 if (isStore)
1788 isSafeMemAccess(uint64_t Offset, uint64_t MemSize, Type *MemOpType, bool isStore, AllocaInfo &Info, Instruction *TheAccess, bool AllowWholeAccess) 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.c4285 Bool isStore,
4310 if (isStore) {
4586 False/*!isStore*/,
4607 False/*!isStore*/,
4625 True/*isStore*/,
4639 True/*isStore*/,
4653 False/*!isStore*/,
4667 False/*!isStore*/,
4688 bbOut, d->mAddr, dataSize, False/*!isStore*/,
4696 bbOut, d->mAddr, dataSize, True/*isStore*/,
4282 instrument_mem_access( IRSB* sbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Int goff_sp, IRExpr* guard ) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 141 milliseconds