HomeSort by relevance Sort by last modified time
    Searched refs:mayStore (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 42 if (!PredMCID || !PredMCID->mayStore())
288 isStore = MCID.mayStore();
  /external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 197 bool updateDefsUses(ValueType V, bool MayStore);
453 if (!MI.mayStore() && !MI.mayLoad())
462 SeenStore |= MI.mayStore();
475 if (MI.mayStore())
502 HasHazard |= updateDefsUses(*I, MI.mayStore());
508 HasHazard = MI.mayStore() && (OrigSeenLoad || OrigSeenStore);
512 SeenNoObjStore |= MI.mayStore();
517 bool MemDefsUses::updateDefsUses(ValueType V, bool MayStore) {
518 if (MayStore)
  /external/llvm/lib/Target/Hexagon/
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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MIRCanonicalizerPass.cpp 386 if (!MI->mayStore() && !MI->isBranch() && !DoesMISideEffect)
694 if (candidate->mayStore() || candidate->isBranch())
709 if (!candidate->mayStore() && !candidate->isBranch())
LiveRangeShrink.cpp 135 if (MI.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/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 133 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore());
327 if (HexagonMCInstrInfo::getDesc(MCII, *ID).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()) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 228 bool mayLoad, mayStore;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 136 MayStore,
398 bool mayStore() const { return Flags & (1ULL << MCID::MayStore); }
406 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIOptimizeExecMaskingPreRA.cpp 143 if (I->mayStore() || I->isBarrier() || I->isCall() ||
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 59 if (MI->mayStore() || MI->isBranch() || MI->isCall() || MI->isReturn())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 193 if (MI->mayStore()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrBuilder.h 207 if (MCID.mayStore())

Completed in 1526 milliseconds

12 3 4 5 6 7 8