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 352 /// canFoldAsLoad - Return true for instructions that can be folded as
360 bool canFoldAsLoad() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 233 bool canFoldAsLoad : 1;
InstrInfoEmitter.cpp 493 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)";
CodeGenInstruction.cpp 309 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
DAGISelMatcherGen.cpp 734 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 174 if (!MI->canFoldAsLoad())
PeepholeOptimizer.cpp     [all...]
TargetInstrInfo.cpp 517 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!");
    [all...]
InlineSpiller.cpp     [all...]
MachineLICM.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 507 /// canFoldAsLoad - Return true for instructions that can be folded as
515 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 3379 milliseconds