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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 305 /// canFoldAsLoad - Return true for instructions that can be folded as
313 bool canFoldAsLoad() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 228 bool canFoldAsLoad;
InstrInfoEmitter.cpp 326 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)";
CodeGenInstruction.cpp 304 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
DAGISelMatcherGen.cpp 696 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 165 if (!MI->canFoldAsLoad())
PeepholeOptimizer.cpp 413 if (!MI->canFoldAsLoad() || !MI->mayLoad())
TargetInstrInfoImpl.cpp 355 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!");
InlineSpiller.cpp 876 if (RM.OrigMI->canFoldAsLoad() &&
    [all...]
MachineLICM.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 443 /// canFoldAsLoad - Return true for instructions that can be folded as
451 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 194 milliseconds