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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 298 /// canFoldAsLoad - Return true for instructions that can be folded as
306 bool canFoldAsLoad() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 227 bool canFoldAsLoad;
InstrInfoEmitter.cpp 308 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)";
CodeGenInstruction.cpp 302 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 161 if (!MI->canFoldAsLoad())
TargetInstrInfoImpl.cpp 364 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!");
InlineSpiller.cpp 878 if (RM.OrigMI->canFoldAsLoad() &&
    [all...]
MachineLICM.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 436 /// canFoldAsLoad - Return true for instructions that can be folded as
444 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 616 milliseconds