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

/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp278 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
279 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
285 if (isStore)
292 for (unsigned i = isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp103 bool isStore = false; local
106 isStore = (TSFlags == 1);
107 if (isStore)
109 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.h176 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp410 bool isStore() const { function in class:__anon12483::EarlyCSE::ParseMemoryInst
686 if (MemInst.isValid() && MemInst.isStore()) {
714 if (MemInst.isValid() && MemInst.isStore()) {
H A DScalarReplAggregates.cpp160 Type *MemOpType, bool isStore, AllocaInfo &Info,
1806 Type *MemOpType, bool isStore,
1819 if (isStore)
1805 isSafeMemAccess(uint64_t Offset, uint64_t MemSize, Type *MemOpType, bool isStore, AllocaInfo &Info, Instruction *TheAccess, bool AllowWholeAccess) argument
/external/valgrind/exp-sgcheck/
H A Dsg_main.c2129 Bool isStore,
2169 mkIRExpr_HWord( isStore ? (-szB) : szB ),
2245 True/*isStore*/,
2262 False/*!isStore*/,
2285 env, sbOut, d->mAddr, dataSize, False/*!isStore*/,
2291 env, sbOut, d->mAddr, dataSize, True/*isStore*/,
2319 env, sbOut, cas->addr, dataSize, False/*!isStore*/,
2323 env, sbOut, cas->addr, dataSize, True/*isStore*/,
2125 instrument_mem_access( struct _SGEnv* sge, IRSB* bbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Addr curr_IP, const VexGuestLayout* layout ) argument
/external/valgrind/helgrind/
H A Dhg_main.c4422 Bool isStore,
4447 if (isStore) {
4729 False/*!isStore*/,
4750 False/*!isStore*/,
4768 True/*isStore*/,
4782 True/*isStore*/,
4796 False/*!isStore*/,
4810 False/*!isStore*/,
4831 bbOut, d->mAddr, dataSize, False/*!isStore*/,
4839 bbOut, d->mAddr, dataSize, True/*isStore*/,
4419 instrument_mem_access( IRSB* sbOut, IRExpr* addr, Int szB, Bool isStore, Int hWordTy_szB, Int goff_sp, IRExpr* guard ) argument
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp2299 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; local
2300 unsigned numArgs = isStore ? 2 : 1;
2339 if (!isStore) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9491 const bool isStore = N->getOpcode() == ISD::STORE; local
9492 const unsigned AddrOpIdx = ((isIntrinsic || isStore) ? 2 : 1);
9569 assert(isStore && "Node has to be a load, a store, or an intrinsic!");
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/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 410 milliseconds