Searched refs:mayStore (Results 1 - 25 of 93) sorted by relevance

1234

/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h35 if (MCID.mayStore())
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMHazardRecognizer.cpp24 if (MCID.mayStore())
53 !(STI.isCortexA9() && (LastMCID.mayLoad() || LastMCID.mayStore())) &&
/external/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp47 MI->mayStore() ||
H A DARMHazardRecognizer.cpp24 if (MI->mayStore())
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h115 if (MCID.mayStore())
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp126 bool a_is_memory = desc.mayLoad() || desc.mayStore();
159 if (a_is_memory && m->getDesc().mayStore())
/external/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp110 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(*MI))
113 if (MID.mayStore()) {
173 if ((!UseMID.mayLoad() && !UseMID.mayStore()) ||
179 if (UseMID.mayStore() && UseMI->getOperand(2).isReg() &&
266 if ((MID.mayLoad() || MID.mayStore())) {
467 } else if (UseMID.mayStore()) {
495 else if (MID.mayStore())
H A DHexagonVLIWPacketizer.cpp476 if (MI->getDesc().mayStore()) {
484 llvm_unreachable("mayLoad or mayStore not set for Post Increment operation");
553 if (PacketSU->getInstr()->mayStore())
1113 bool StoreI = I->mayStore(), StoreJ = J->mayStore();
1193 if (PI->getOpcode() == Hexagon::S2_allocframe || PI->mayStore() ||
1358 bool LoadJ = J->mayLoad(), StoreJ = J->mayStore();
1359 bool LoadI = I->mayLoad(), StoreI = I->mayStore();
H A DRDFDeadCode.cpp59 if (MI->mayStore() || MI->isBranch() || MI->isCall() || MI->isReturn())
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h92 bool mayStore() const { return (Store); }; function in class:llvm::HexagonCVIResource
H A DHexagonShuffler.cpp133 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore());
327 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayStore()) {
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h415 /// mayStore - Return true if this instruction could possibly modify memory.
419 bool mayStore() const { function in class:llvm::MCInstrDesc
429 /// 2. Memory accesses. Use mayLoad/mayStore.
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86InstrBuilder.h157 if (MCID.mayStore())
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp42 if (!PredMCID || !PredMCID->mayStore())
288 isStore = MCID.mayStore();
/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp425 if (!MI.mayStore() && !MI.mayLoad())
434 SeenStore |= MI.mayStore();
447 if (MI.mayStore())
475 HasHazard |= updateDefsUses(*I, MI.mayStore());
481 HasHazard = MI.mayStore() && (OrigSeenLoad || OrigSeenStore);
485 SeenNoObjStore |= MI.mayStore();
/external/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp192 (MI.getOpcode() == AMDGPU::EXP || MI.getDesc().mayStore()));
240 if (!MI.getDesc().mayStore())
H A DGCNHazardRecognizer.cpp177 if (SMEM->mayStore())
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp291 NewMI->getDesc().mayStore()) &&
389 if (MCID.isNotDuplicable() || MCID.mayStore() ||
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h356 bool mayStore() const { return Flags & (1 << MCID::MayStore); } function in class:llvm::MCInstrDesc
364 /// 2. Memory accesses. Use mayLoad/mayStore.
/external/llvm/lib/Target/Lanai/
H A DLanaiDelaySlotFiller.cpp194 if (MI->mayStore()) {
/external/llvm/lib/Target/X86/
H A DX86InstrBuilder.h185 if (MCID.mayStore())
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h236 bool mayStore : 1;
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp186 if (MCID.mayStore()) {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp79 isStore = MCID.mayStore();
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DDelaySlotFiller.cpp203 if (candidate->getDesc().mayStore()) {

Completed in 648 milliseconds

1234