Searched defs:isUse (Results 1 - 3 of 3) sorted by last modified time

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2473 bool isUse = HandleUse(I, Pat, InstInputs); local
2474 if (!isUse && Pat->getTransformFn())
2505 bool isUse = HandleUse(I, Pat, InstInputs); local
2507 if (!isUse && Pat->getTransformFn())
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h274 bool isUse() const { function in class:llvm::MachineOperand
333 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp636 LiveIntervals::getSpillWeight(bool isDef, bool isUse, argument
641 return (isDef + isUse) * (Freq.getFrequency() * Scale);
762 if (MO->isUse())
845 if (MO->isReg() && MO->isUse())
1177 } else if (MO.isUse()) {

Completed in 107 milliseconds