Searched refs:isStore (Results 1 - 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h64 bool &isLoad, bool &isStore);
H A DPPCHazardRecognizers.cpp69 bool &isLoad, bool &isStore) {
71 isFirst = isSingle = isCracked = isLoad = isStore = false;
79 isStore = MCID.mayStore();
129 bool isFirst, isSingle, isCracked, isLoad, isStore; local
132 isLoad, isStore);
228 bool isFirst, isSingle, isCracked, isLoad, isStore; local
231 isLoad, isStore);
239 if (isStore) {
66 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp284 bool &isLoad, bool &isStore) {
288 isStore = MCID.mayStore();
337 bool isFirst, isSingle, isCracked, isLoad, isStore; local
340 isLoad, isStore);
395 bool isFirst, isSingle, isCracked, isLoad, isStore; local
398 isLoad, isStore);
405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
281 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h93 bool &isLoad, bool &isStore);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp104 bool isStore = false; local
107 isStore = (TSFlags == 1);
108 if (isStore)
110 return isStore;
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinRegisterInfo.cpp215 bool isStore = false; local
219 isStore = true;
226 MI.setDesc(TII.get(isStore
232 MI.setDesc(TII.get(isStore
239 MI.setDesc(TII.get(isStore
262 isStore = true;
273 MI.setDesc(TII.get(isStore ? BF::STORE16pi : BF::LOAD16pi));
/external/swiftshader/src/Reactor/
H A DOptimizer.cpp44 static bool isStore(const Ice::Inst &instruction);
316 if(isStore(inst))
470 else if(isStore(*instruction))
522 bool Optimizer::isStore(const Ice::Inst &instruction) function in class:__anon19534::Optimizer
534 assert(isStore(*instruction));
568 assert(isStore(*instruction));
585 assert(isStore(*store));
607 assert(isLoad(*load) && isStore(*store));
648 else if(isStore(*instruction))
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineMemOperand.h141 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
H A DSlotIndexes.h209 /// isStore - Return true if this is a STORE slot.
210 bool isStore() const { function in class:llvm::SlotIndex
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h178 bool isStore() const { return FlagVals & MOStore; } function in class:llvm::MachineMemOperand
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineFunction.cpp234 if (!(*I)->isStore())
258 if ((*I)->isStore())
265 if ((*I)->isStore()) {
H A DMachineInstr.cpp374 assert((isLoad() || isStore()) && "Not a load/store!");
409 assert((MMO.isLoad() || MMO.isStore()) &&
417 if (MMO.isStore())
1255 if ((*I)->isStore()) return false;
H A DTargetInstrInfoImpl.cpp190 if ((*o)->isStore() && (*o)->getValue())
H A DMachineLICM.cpp372 if (!(*o)->isStore() || !(*o)->getValue())
/external/proguard/src/proguard/classfile/instruction/
H A DVariableInstruction.java144 public boolean isStore() method in class:VariableInstruction
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp344 if (!(*I)->isStore())
368 if ((*I)->isStore())
375 if ((*I)->isStore()) {
H A DMachineInstr.cpp510 assert((isLoad() || isStore()) && "Not a load/store!");
549 assert((isLoad() || isStore()) &&
557 if (isStore())
1583 if (MMO->isStore()) return false;
H A DMIRPrinter.cpp883 assert(Op.isStore() && "Non load machine operand must be a store");
H A DMachineLICM.cpp338 if (!MemOp->isStore() || !MemOp->getPseudoValue())
H A DMachineVerifier.cpp862 if ((*I)->isStore() && !MI->mayStore())
1085 if (MMO->isStore())
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp396 bool isStore() const { function in class:__anon13465::EarlyCSE::ParseMemoryInst
713 if (MemInst.isValid() && MemInst.isStore()) {
741 if (MemInst.isValid() && MemInst.isStore()) {
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp243 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
244 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
250 if (isStore)
257 for (unsigned i = isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp132 Type *MemOpType, bool isStore, AllocaInfo &Info,
1688 Type *MemOpType, bool isStore,
1700 if (isStore)
1687 isSafeMemAccess(uint64_t Offset, uint64_t MemSize, Type *MemOpType, bool isStore, AllocaInfo &Info, Instruction *TheAccess, bool AllowWholeAccess) argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2641 } else if ((*I)->isStore()) {
2658 } else if ((*I)->isStore()) {
/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

Completed in 588 milliseconds

12