Searched refs:canFoldAsLoad (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h348 /// canFoldAsLoad - Return true for instructions that can be folded as
356 bool canFoldAsLoad() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h233 bool canFoldAsLoad : 1;
H A DInstrInfoEmitter.cpp490 if (Inst.canFoldAsLoad) OS << "|(1<<MCID::FoldableAsLoad)";
H A DCodeGenInstruction.cpp306 canFoldAsLoad = R->getValueAsBit("canFoldAsLoad");
H A DDAGISelMatcherGen.cpp736 && (II.hasCtrlDep || II.mayLoad || II.mayStore || II.canFoldAsLoad ||
/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp176 if (!MI->canFoldAsLoad())
H A DPeepholeOptimizer.cpp604 if (!MI->canFoldAsLoad() || !MI->mayLoad())
H A DTargetInstrInfo.cpp517 assert(LoadMI->canFoldAsLoad() && "LoadMI isn't foldable!");
H A DInlineSpiller.cpp897 if (RM.OrigMI->canFoldAsLoad() &&
H A DMachineLICM.cpp1243 if (MI->canFoldAsLoad())
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h501 /// canFoldAsLoad - Return true for instructions that can be folded as
509 bool canFoldAsLoad(QueryType Type = IgnoreBundle) const {

Completed in 730 milliseconds