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

1 2 3

  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 166 start->RemoveOperand(i);
167 start->RemoveOperand(i-1);
192 phi->RemoveOperand(i);
193 phi->RemoveOperand(i-1);
ExpandPostRAPseudos.cpp 115 MI->RemoveOperand(3); // SubIdx
116 MI->RemoveOperand(1); // Imm
ProcessImplicitDefs.cpp 129 MI->RemoveOperand(i);
TailDuplicator.cpp 327 MI->RemoveOperand(SrcOpIdx + 1);
328 MI->RemoveOperand(SrcOpIdx);
452 II->RemoveOperand(i + 1);
453 II->RemoveOperand(i);
460 // We reuse the location to avoid expensive RemoveOperand calls.
498 II->RemoveOperand(Idx + 1);
499 II->RemoveOperand(Idx);
    [all...]
EarlyIfConversion.cpp 504 PI.PHI->RemoveOperand(i-1);
505 PI.PHI->RemoveOperand(i-2);
LiveRangeEdit.cpp 327 MI->RemoveOperand(i-1);
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 164 MI.RemoveOperand(3);
165 MI.RemoveOperand(2);
166 MI.RemoveOperand(1);
167 MI.RemoveOperand(0);
SystemZElimCompare.cpp 211 Branch->RemoveOperand(0);
429 Branch->RemoveOperand(CCUse);
433 Branch->RemoveOperand(2);
434 Branch->RemoveOperand(1);
435 Branch->RemoveOperand(0);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
UnreachableBlockElim.cpp 159 start->RemoveOperand(i);
160 start->RemoveOperand(i-1);
185 phi->RemoveOperand(i);
186 phi->RemoveOperand(i-1);
ExpandPostRAPseudos.cpp 129 MI->RemoveOperand(3); // SubIdx
130 MI->RemoveOperand(1); // Imm
ProcessImplicitDefs.cpp 155 MI->RemoveOperand(j);
264 RMI->RemoveOperand(OpIdx-j);
TailDuplication.cpp 400 MI->RemoveOperand(SrcOpIdx+1);
401 MI->RemoveOperand(SrcOpIdx);
471 II->RemoveOperand(i+1);
472 II->RemoveOperand(i);
479 // We reuse the location to avoid expensive RemoveOperand calls.
518 II->RemoveOperand(Idx+1);
519 II->RemoveOperand(Idx);
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 221 MI.RemoveOperand(1);
228 MI.RemoveOperand(1);
HexagonRegisterInfo.cpp 186 MI.RemoveOperand(FIOp+1);
HexagonRDFOpt.cpp 90 void removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum);
175 void HexagonDCE::removeOperand(NodeAddr<InstrNode*> IA, unsigned OpNum) {
189 MI->RemoveOperand(OpNum);
261 removeOperand(IA, OpNum);
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 803 I->RemoveOperand(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 841 I->RemoveOperand(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2InstrInfo.cpp 406 do MI.RemoveOperand(FrameRegIdx+1);
442 MI.RemoveOperand(MI.getNumOperands()-1);
478 MI.RemoveOperand(FrameRegIdx+1);
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 153 MI.RemoveOperand(I);
MipsInstrInfo.cpp 440 MIB->RemoveOperand(0);
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 246 I.RemoveOperand(oi - 1);
247 I.RemoveOperand(oi - 2);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 539 /// RemoveOperand - Erase an operand from an instruction, leaving it with one
542 void RemoveOperand(unsigned i);
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 474 do MI.RemoveOperand(FrameRegIdx+1);
510 MI.RemoveOperand(MI.getNumOperands()-1);
546 MI.RemoveOperand(FrameRegIdx+1);
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 818 milliseconds

1 2 3