HomeSort by relevance Sort by last modified time
    Searched refs:isInvariantLoad (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 117 return !(SawStore && Def->mayLoad() && !Def->isInvariantLoad(&AA)) &&
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 455 bool isInvariantLoad = false;
492 isInvariantLoad = true;
668 if (isInvariantLoad)
686 if (isInvariantLoad)
698 if (isInvariantLoad)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 354 if (!MI->isInvariantLoad(AA))
MachineLICM.cpp     [all...]
MachineInstr.cpp     [all...]
ScheduleDAGInstrs.cpp 522 (!MI->mayLoad() || !MI->isInvariantLoad(AA)));
    [all...]
TargetInstrInfo.cpp 861 if (MI->mayLoad() && !MI->isInvariantLoad(AA))
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 181 milliseconds