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

/freebsd-10.0-release/contrib/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);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h89 void emitFrameMemOps(bool isStore, MachineBasicBlock &MBB,
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp125 bool isStore = false; local
128 isStore = (TSFlags == 1);
129 if (isStore)
131 return isStore;
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h155 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h911 bool writeMem() const { return MMO->isStore(); }
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp255 if (!(*I)->isStore())
279 if ((*I)->isStore())
286 if ((*I)->isStore()) {
H A DMachineInstr.cpp430 assert((isLoad() || isStore()) && "Not a load/store!");
465 assert((MMO.isLoad() || MMO.isStore()) &&
473 if (MMO.isStore())
1327 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.cpp779 if ((*I)->isStore() && !MI->mayStore())
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp263 bool isStore = Opcode == ARM::STREXD; local
264 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
270 if (isStore)
277 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2771 } else if ((*I)->isStore()) {
2788 } else if ((*I)->isStore()) {

Completed in 217 milliseconds