HomeSort by relevance Sort by last modified time
    Searched refs:isUse (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 71 if (MO->isReg() && MO->isUse() && MO->readsReg())
111 if (MO->isUse())
Spiller.cpp 112 hasUse |= mi->getOperand(i).isUse();
125 if (mop.isUse() && !mi->isRegTiedToDefOperand(mopIdx)) {
LivePhysRegs.cpp 79 assert(O->isUse());
ExpandPostRAPseudos.cpp 73 if (!MO.isReg() || !MO.isImplicit() || MO.isUse())
83 (MI->getOperand(2).isReg() && MI->getOperand(2).isUse()) &&
RegAllocFast.cpp 237 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) {
603 if (LRI->LastUse != MI || LRI->LastUse->getOperand(LRI->LastOpNum).isUse())
635 if (MO.isUse())
735 if (MO.isUse()) {
    [all...]
MachineInstr.cpp 305 if (isUndef() && isUse()) {
719 if (NewMO->isUse()) {
    [all...]
MachineSink.cpp 303 if (!MO.isReg() || !MO.isUse())
497 if (MO.isUse()) {
509 if (MO.isUse()) continue;
RegisterScavenging.cpp 137 if (MO.isUse()) {
208 if (MO.isUse()) {
372 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) &&
DeadMachineInstructionElim.cpp 167 if (MO.isReg() && MO.isUse()) {
TwoAddressInstructionPass.cpp 201 if (MO.isUse() && MOReg != SavedReg)
326 if (MO.isUse() && DI->second < LastUse)
437 if (!MO.isReg() || !MO.isUse() || MO.getReg() != Reg)
    [all...]
CriticalAntiDepBreaker.cpp 232 if (MO.isUse() && Special) {
305 if (!MO.isUse()) continue;
626 if (MO.isUse() && TRI->regsOverlap(AntiDepReg, Reg)) {
MachineCSE.cpp 120 if (!MO.isReg() || !MO.isUse())
189 if (MO.isUse())
395 if (MO.isReg() && MO.isUse() &&
LiveIntervalAnalysis.cpp 636 LiveIntervals::getSpillWeight(bool isDef, bool isUse,
641 return (isDef + isUse) * (Freq.getFrequency() * Scale);
762 if (MO->isUse())
845 if (MO->isReg() && MO->isUse())
    [all...]
InlineSpiller.cpp 863 if (MO.isReg() && MO.isUse() && MO.getReg() == VirtReg.reg)
    [all...]
LiveRangeCalc.cpp 70 if (MO.isUse())
TargetInstrInfo.cpp 520 assert(MI->getOperand(Ops[i]).isUse() && "Folding load into def!");
614 if (MO.isUse()) {
635 if (MO.isUse())
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 180 if (I->isReg() && I->isUse())
238 if (Op.isUse())
336 if (Op.isUse())
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 265 if (MO.isUse()) {
290 assert(Reg.isUse() && "CALL first operand is not a use.");
297 assert(RegOrImm.isUse() && "CALLrr second operand is not a use.");
318 if (MO.isUse()) {
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 150 (II->getOperand(i).isUse() || II->getOperand(i).isDef())) {
572 if (MO.isReg() && MO.isUse()) {
579 if (localMO.isReg() && localMO.isUse() &&
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 782 if ((!ReturnUses && op->isUse()) ||
    [all...]
MachineOperand.h 274 bool isUse() const {
333 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
LiveIntervalAnalysis.h 104 static float getSpillWeight(bool isDef, bool isUse,
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 70 if (MO.isUse())
A15SDOptimizer.cpp 194 if ((!MO.isReg()) || (!MO.isUse()))
411 if (!MO.isReg() || !MO.isUse())
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 110 if (!MO.isReg() || !MO.isUse() ||

Completed in 358 milliseconds

1 2 3