HomeSort by relevance Sort by last modified time
    Searched refs:mayStore (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 35 if (MCID.mayStore())
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 24 if (MCID.mayStore())
53 !(STI.isCortexA9() && (LastMCID.mayLoad() || LastMCID.mayStore())) &&
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 47 MI->mayStore() ||
ARMHazardRecognizer.cpp 24 if (MI->mayStore())
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrBuilder.h 115 if (MCID.mayStore())
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 126 bool a_is_memory = desc.mayLoad() || desc.mayStore();
159 if (a_is_memory && m->getDesc().mayStore())
  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 110 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())
HexagonVLIWPacketizer.cpp 476 if (MI->getDesc().mayStore()) {
484 llvm_unreachable("mayLoad or mayStore not set for Post Increment operation");
553 if (PacketSU->getInstr()->mayStore())
    [all...]
RDFDeadCode.cpp 59 if (MI->mayStore() || MI->isBranch() || MI->isCall() || MI->isReturn())
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 92 bool mayStore() const { return (Store); };
HexagonShuffler.cpp 133 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore());
327 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayStore()) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 113 MayStore,
415 /// mayStore - Return true if this instruction could possibly modify memory.
419 bool mayStore() const {
420 return Flags & (1 << MCID::MayStore);
429 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrBuilder.h 157 if (MCID.mayStore())
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 42 if (!PredMCID || !PredMCID->mayStore())
288 isStore = MCID.mayStore();
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 175 bool updateDefsUses(ValueType V, bool MayStore);
425 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();
490 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) {
491 if (MayStore)
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 192 (MI.getOpcode() == AMDGPU::EXP || MI.getDesc().mayStore()));
240 if (!MI.getDesc().mayStore())
GCNHazardRecognizer.cpp 177 if (SMEM->mayStore())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 291 NewMI->getDesc().mayStore()) &&
389 if (MCID.isNotDuplicable() || MCID.mayStore() ||
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 114 MayStore,
356 bool mayStore() const { return Flags & (1 << MCID::MayStore); }
364 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 194 if (MI->mayStore()) {
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 185 if (MCID.mayStore())
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 236 bool mayStore : 1;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 186 if (MCID.mayStore()) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 79 isStore = MCID.mayStore();
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 203 if (candidate->getDesc().mayStore()) {

Completed in 5863 milliseconds

1 2 3 4 5