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

1 2

  /external/llvm/lib/Target/Lanai/
LanaiDelaySlotFiller.cpp 73 bool &SawStore, SmallSet<unsigned, 32> &RegDefs,
155 bool SawStore = false;
170 if (delayHasHazard(FI, SawLoad, SawStore, RegDefs, RegUses)) {
181 bool &SawStore, SmallSet<unsigned, 32> &RegDefs,
189 if (SawStore)
195 if (SawStore)
197 SawStore = true;
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 72 bool SawStore = false;
73 if (!MI->isSafeToMove(nullptr, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 197 bool SawStore = true;
198 if (!DefMI->isSafeToMove(nullptr, SawStore))
253 bool SawStore = false;
254 if (!MI->isSafeToMove(nullptr, SawStore)) {
MachineSink.cpp 127 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
328 bool ProcessedBegin, SawStore = false;
347 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
718 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore,
725 if (!MI.isSafeToMove(AA, SawStore))
ImplicitNullChecks.cpp 275 bool SawStore = true;
276 if (!MI->isSafeToMove(&AA, SawStore) || MI->mayLoad())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
DeadMachineInstructionElim.cpp 64 bool SawStore = false;
65 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI())
MachineSink.cpp 89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
255 bool ProcessedBegin, SawStore = false;
274 if (SinkInstruction(MI, SawStore))
406 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
413 if (!MI->isSafeToMove(TII, AA, SawStore))
LiveRangeEdit.cpp 233 bool SawStore = false;
234 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
MachineInstr.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 469 /// SawStore is set to true, it means that there is a store (or call) between
472 bool &SawStore) const;
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 2541 milliseconds

1 2