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

1 2 3

  /external/llvm/lib/CodeGen/
ProcessImplicitDefs.cpp 72 if (MO->isReg() && MO->isUse() && MO->readsReg())
112 if (MO->isUse())
LivePhysRegs.cpp 80 assert(O->isUse());
ExpandPostRAPseudos.cpp 74 if (!MO.isReg() || !MO.isImplicit() || MO.isUse())
84 (MI->getOperand(2).isReg() && MI->getOperand(2).isUse()) &&
RegAllocFast.cpp 236 if (MO.isUse() && !LR.LastUse->isRegTiedToDefOperand(LR.LastOpNum)) {
610 if (LRI->LastUse != MI || LRI->LastUse->getOperand(LRI->LastOpNum).isUse())
642 if (MO.isUse())
742 if (MO.isUse()) {
    [all...]
MachineInstr.cpp 316 if (isUndef() && isUse()) {
756 if (NewMO->isUse()) {
    [all...]
RegisterScavenging.cpp 134 if (MO.isUse()) {
205 if (MO.isUse()) {
377 if (MO.isReg() && MO.getReg() != 0 && !(MO.isUse() && MO.isUndef()) &&
DeadMachineInstructionElim.cpp 163 if (MO.isReg() && MO.isUse()) {
TwoAddressInstructionPass.cpp 205 if (MO.isUse() && MOReg != SavedReg)
369 if (MO.isUse() && DI->second < LastUse)
480 if (!MO.isReg() || !MO.isUse() || MO.getReg() != Reg)
    [all...]
CriticalAntiDepBreaker.cpp 228 if (MO.isUse() && Special) {
292 if (!MO.isUse()) continue;
603 if (MO.isUse() && TRI->regsOverlap(AntiDepReg, Reg)) {
MachineCSE.cpp 127 if (!MO.isReg() || !MO.isUse())
197 if (MO.isUse())
403 if (MO.isReg() && MO.isUse() &&
MachineSink.cpp 354 if (!MO.isReg() || !MO.isUse())
538 if (MO.isUse()) {
550 if (MO.isUse()) continue;
LiveIntervalAnalysis.cpp 737 if (MO.isUse()) {
811 LiveIntervals::getSpillWeight(bool isDef, bool isUse,
816 return (isDef + isUse) * (Freq.getFrequency() * Scale);
    [all...]
InlineSpiller.cpp 874 if (MO.isReg() && MO.isUse() && MO.getReg() == VirtReg.reg)
    [all...]
TargetInstrInfo.cpp 520 assert(MI->getOperand(Ops[i]).isUse() && "Folding load into def!");
612 if (MO.isUse()) {
633 if (MO.isUse())
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 263 if (MO.isUse()) {
288 assert(Reg.isUse() && "CALL first operand is not a use.");
295 assert(RegOrImm.isUse() && "CALLrr second operand is not a use.");
316 if (MO.isUse()) {
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 151 (II->getOperand(i).isUse() || II->getOperand(i).isDef())) {
565 if (MO.isReg() && MO.isUse()) {
572 if (localMO.isReg() && localMO.isUse() &&
HexagonExpandCondsets.cpp 268 if (!Op.isReg() || !Op.isUse() || Op.getReg() != Reg)
357 if (!Op.isReg() || !Op.isUse() || Op.getReg() != Reg)
505 if (!Op.isReg() || !Op.isUse() || Op.isImplicit() || Op.isUndef())
622 if (!Op.isReg() || !Op.isUse())
    [all...]
HexagonVLIWPacketizer.cpp 354 if (MO.isReg() && MO.isUse() && (MO.getReg() == DepReg)) {
487 MI->getOperand(opNum).isUse()) {
842 if (Op.isReg() && Op.getReg() && Op.isUse() &&
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 220 if (I->isReg() && I->isUse())
306 if (Op.isUse())
406 if (Op.isUse())
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
MachineOperand.h 274 bool isUse() const {
333 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
LiveIntervalAnalysis.h 106 static float getSpillWeight(bool isDef, bool isUse,
  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 70 if (MO.isUse())
A15SDOptimizer.cpp 199 if ((!MO.isReg()) || (!MO.isUse()))
416 if (!MO.isReg() || !MO.isUse())
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 110 if (!MO.isReg() || !MO.isUse() ||

Completed in 3431 milliseconds

1 2 3