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

1 2 3 4

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionOffsetMap.java 101 public int getInstructionIndex() {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp 237 LIS.getInstructionIndex(*Insert)))
256 LIS.getInstructionIndex(*Def).getRegSlot());
259 const auto &Result = LI.Query(LIS.getInstructionIndex(*I.getParent()));
313 LI.getVNInfoAt(LIS.getInstructionIndex(*Def).getRegSlot()) :
314 LI.getVNInfoBefore(LIS.getInstructionIndex(*Def));
316 VNInfo *InsVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*Insert));
361 VNInfo *OneUseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*OneUseInst));
368 VNInfo *UseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*UseInst));
461 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(),
462 LIS.getInstructionIndex(*Op.getParent()).getRegSlot()
    [all...]
WebAssemblyOptimizeLiveIntervals.cpp 98 LIS.removeVRegDefAt(LI, LIS.getInstructionIndex(*MI).getRegSlot());
WebAssemblyStoreResults.cpp 88 SlotIndex FromIdx = LIS.getInstructionIndex(MI).getRegSlot();
102 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 89 SlotIndex FromIdx = LIS.getInstructionIndex(MI).getRegSlot();
103 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where);
WebAssemblyOptimizeLiveIntervals.cpp 101 LIS.removeVRegDefAt(LI, LIS.getInstructionIndex(*MI).getRegSlot());
WebAssemblyRegStackify.cpp 274 LIS.getInstructionIndex(*Insert)))
293 LIS.getInstructionIndex(*Def).getRegSlot());
296 const auto &Result = LI.Query(LIS.getInstructionIndex(*I.getParent()));
394 VNInfo *OneUseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*OneUseInst));
401 VNInfo *UseVNI = LI.getVNInfoBefore(LIS.getInstructionIndex(*UseInst));
496 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(),
497 LIS.getInstructionIndex(*Op.getParent()).getRegSlot(),
535 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot());
541 SlotIndex Idx = LIS.getInstructionIndex(Def).getRegSlot();
593 SlotIndex DefIdx = LIS.getInstructionIndex(*Def).getRegSlot()
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 130 DefIdx = LIS.getInstructionIndex(*RM.OrigMI);
191 if (!allUsesAvailableAt(DefMI, LIS.getInstructionIndex(*DefMI),
192 LIS.getInstructionIndex(*UseMI)))
223 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
240 SlotIndex Idx = LIS.getInstructionIndex(*MI).getRegSlot();
RenameIndependentSubregs.cpp 189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
224 SlotIndex Pos = LIS->getInstructionIndex(MI);
343 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
348 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot();
SlotIndexes.cpp 158 startIdx = getInstructionIndex(*Begin);
164 endIdx = getInstructionIndex(*End);
LiveIntervalAnalysis.cpp 224 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
235 Indexes->getInstructionIndex(MBB.back()).getRegSlot());
431 SlotIndex Idx = getInstructionIndex(*UseMI).getRegSlot();
529 SlotIndex Idx = getInstructionIndex(*UseMI).getRegSlot();
831 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
833 LiveRange::Segment S(SlotIndex(getInstructionIndex(startInst).getRegSlot()),
    [all...]
RegisterCoalescer.cpp 480 SlotIndex CopyIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot();
655 SlotIndex CopyIdx = LIS->getInstructionIndex(*CopyMI).getRegSlot();
705 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI);
759 SlotIndex UseIdx = LIS->getInstructionIndex(*UseMI).getRegSlot(true);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeEdit.cpp 152 DefIdx = LIS.getInstructionIndex(*RM.OrigMI);
213 if (!allUsesAvailableAt(DefMI, LIS.getInstructionIndex(*DefMI),
214 LIS.getInstructionIndex(*UseMI)))
245 SlotIndex Idx = LIS.getInstructionIndex(MI).getRegSlot();
262 SlotIndex Idx = LIS.getInstructionIndex(*MI).getRegSlot();
RenameIndependentSubregs.cpp 189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
223 SlotIndex Pos = LIS->getInstructionIndex(*MI);
355 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent());
360 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot();
SlotIndexes.cpp 200 startIdx = getInstructionIndex(*Begin);
206 endIdx = getInstructionIndex(*End);
LiveIntervals.cpp 230 RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
241 Indexes->getInstructionIndex(MBB.back()).getRegSlot());
466 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
565 SlotIndex Idx = getInstructionIndex(*UseMI).getRegSlot();
872 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
874 LiveRange::Segment S(SlotIndex(getInstructionIndex(startInst).getRegSlot()),
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
BranchShifter.java 116 int oldTargetInsnIdx = mutatableCode.getInstructionIndex(oldTargetInsn);
NewArrayLengthChanger.java 116 int newArrayInsnIdx = mutatableCode.getInstructionIndex(newArrayInsn);
ConversionRepeater.java 179 int originalInsnIdx = mutatableCode.getInstructionIndex(originalInsn);
  /external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp 260 SlotIndex PairedIndex = LIS->getInstructionIndex(*Paired);
279 SlotIndex Read2Index = LIS->getInstructionIndex(*Read2);
328 SlotIndex PairedIndex = LIS->getInstructionIndex(*Paired);
356 SlotIndex Write2Index = LIS->getInstructionIndex(*Write2);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 202 SlotIndex getInstructionIndex(const MachineInstr &Instr) const {
203 return Indexes->getInstructionIndex(Instr);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
StrongPHIElimination.cpp 185 return LI->getInstructionIndex(LHS) < LI->getInstructionIndex(RHS);
392 SlotIndex LastUseIndex = LI->getInstructionIndex(LastUse->getParent());
575 && LI->getInterval(NewParent).liveAt(LI->getInstructionIndex(*BBI))) {
734 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
747 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
780 SlotIndex DestCopyIndex = LI->getInstructionIndex(CopyInstr);
792 SlotIndex PHIIndex = LI->getInstructionIndex(PHI);
    [all...]
RegisterCoalescer.cpp 426 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getDefIndex();
628 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getDefIndex();
698 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
750 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getUseIndex();
802 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getUseIndex();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveIntervals.h 226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const {
227 return Indexes->getInstructionIndex(Instr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
GCNRegPressure.h 196 return getLiveRegs(LIS.getInstructionIndex(MI).getDeadSlot(), LIS,
202 return getLiveRegs(LIS.getInstructionIndex(MI).getBaseIndex(), LIS,

Completed in 2543 milliseconds

1 2 3 4