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

1 2 3 4 5

  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 33 if (MCID.mayLoad())
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 46 return !(MI->mayLoad() ||
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrBuilder.h 113 if (MCID.mayLoad())
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 53 !(STI.isCortexA9() && (LastMCID.mayLoad() || LastMCID.mayStore())) &&
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 132 setLoad(HexagonMCInstrInfo::getDesc(MCII, *id).mayLoad());
261 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayLoad())
320 if (HexagonMCInstrInfo::getDesc(MCII, *ID).mayLoad()) {
HexagonShuffler.h 91 bool mayLoad() const { return (Load); };
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 112 MayLoad,
407 /// mayLoad - Return true if this instruction could possibly read memory.
410 bool mayLoad() const {
411 return Flags & (1 << MCID::MayLoad);
429 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrBuilder.h 155 if (MCID.mayLoad())
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 35 if (!MCID->mayLoad())
287 isLoad = MCID.mayLoad();
  /external/llvm/lib/Target/Hexagon/
HexagonOptAddrMode.cpp 110 if ((!MID.mayStore() && !MID.mayLoad()) || HII->isPredicated(*MI))
173 if ((!UseMID.mayLoad() && !UseMID.mayStore()) ||
266 if ((MID.mayLoad() || MID.mayStore())) {
459 if (UseMID.mayLoad()) {
493 if (MID.mayLoad())
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 276 if (!MI->isSafeToMove(&AA, SawStore) || MI->mayLoad())
429 if (MI.mayLoad() && !MI.isPredicable() && BaseReg == PointerReg &&
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 294 NewMI->getDesc().mayLoad()) &&
399 if (MCID.mayLoad() && !MI->isInvariantLoad(AA))
ScheduleDAGInstrs.cpp 318 (UseMCID.mayLoad() || UseMCID.mayStore()) &&
424 (!MCID.mayLoad() || !MI->isInvariantLoad(AA)))) {
519 } else if (MCID.mayLoad()) {
579 if (SU->getInstr()->getDesc().mayLoad())
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 113 MayLoad,
350 bool mayLoad() const { return Flags & (1 << MCID::MayLoad); }
364 /// 2. Memory accesses. Use mayLoad/mayStore.
  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 188 if (MI->mayLoad()) {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 425 if (!MI.mayStore() && !MI.mayLoad())
433 SeenLoad |= MI.mayLoad();
482 HasHazard |= MI.mayLoad() || OrigSeenStore;
484 SeenNoObjLoad |= MI.mayLoad();
MipsOptimizePICCall.cpp 267 if (!DefMI->mayLoad() || DefMI->getNumOperands() < 3)
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 183 if (MCID.mayLoad())
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 234 bool mayLoad : 1;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 126 bool a_is_memory = desc.mayLoad() || desc.mayStore();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsDelaySlotFiller.cpp 180 if (MCID.mayLoad()) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 78 isLoad = MCID.mayLoad();
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 197 if (candidate->getDesc().mayLoad()) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 228 bool mayLoad, mayStore;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 137 MayLoad,
378 bool mayLoad() const { return Flags & (1ULL << MCID::MayLoad); }
392 /// 2. Memory accesses. Use mayLoad/mayStore.

Completed in 645 milliseconds

1 2 3 4 5