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

/freebsd-10.1-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.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h89 void emitFrameMemOps(bool isStore, MachineBasicBlock &MBB,
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp124 bool isStore = false; local
127 isStore = (TSFlags == 1);
128 if (isStore)
130 return isStore;
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h155 bool isStore() const { return Flags & MOStore; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h989 bool writeMem() const { return MMO->isStore(); }
/freebsd-10.1-release/contrib/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())
1304 if ((*I)->isStore()) return false;
H A DTargetInstrInfo.cpp269 if ((*o)->isStore() && (*o)->getValue())
H A DMachineLICM.cpp390 if (!(*o)->isStore() || !(*o)->getValue())
H A DMachineVerifier.cpp790 if ((*I)->isStore() && !MI->mayStore())
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp273 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
274 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
280 if (isStore)
287 for(unsigned i= isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/freebsd-10.1-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.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2991 } else if ((*I)->isStore()) {
3008 } else if ((*I)->isStore()) {
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6525 bool isStore = (MI->getOpcode() == ARM::ATOMIC_STORE_I64); local
6526 unsigned offset = (isStore ? -2 : 0);
6588 if (!isStore) {

Completed in 401 milliseconds