Searched refs:isStore (Results 1 - 18 of 18) 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
H A DPPCHazardRecognizers.h82 bool &isLoad, bool &isStore);
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h89 void emitFrameMemOps(bool isStore, MachineBasicBlock &MBB,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp122 bool isStore = false; local
125 isStore = (TSFlags == 1);
126 if (isStore)
128 return isStore;
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h155 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h973 bool writeMem() const { return MMO->isStore(); }
/external/proguard/src/proguard/classfile/instruction/
H A DVariableInstruction.java144 public boolean isStore() method in class:VariableInstruction
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp261 if (!(*I)->isStore())
285 if ((*I)->isStore())
292 if ((*I)->isStore()) {
H A DMachineInstr.cpp430 assert((isLoad() || isStore()) && "Not a load/store!");
465 assert((MMO.isLoad() || MMO.isStore()) &&
473 if (MMO.isStore())
1301 if ((*I)->isStore()) return false;
H A DTargetInstrInfo.cpp268 if ((*o)->isStore() && (*o)->getValue())
H A DMachineLICM.cpp390 if (!(*o)->isStore() || !(*o)->getValue())
H A DMachineVerifier.cpp783 if ((*I)->isStore() && !MI->mayStore())
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp254 bool isStore = Opcode == ARM::STREXD; local
255 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
261 if (isStore)
268 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp158 Type *MemOpType, bool isStore, AllocaInfo &Info,
1793 Type *MemOpType, bool isStore,
1805 if (isStore)
1792 isSafeMemAccess(uint64_t Offset, uint64_t MemSize, Type *MemOpType, bool isStore, AllocaInfo &Info, Instruction *TheAccess, bool AllowWholeAccess) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2777 } else if ((*I)->isStore()) {
2794 } else if ((*I)->isStore()) {
/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.c4140 Bool isStore,
4164 if (isStore) {
4431 False/*!isStore*/,
4451 False/*!isStore*/,
4470 True/*isStore*/,
4486 False/*!isStore*/,
4506 bbOut, d->mAddr, dataSize, False/*!isStore*/,
4514 bbOut, d->mAddr, dataSize, True/*isStore*/,
4137 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 405 milliseconds