Home
last modified time | relevance | path

Searched defs:DefIdx (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h141 unsigned DefIdx; variable
DScheduleDAGSDNodes.cpp651 unsigned DefIdx = Use->getOperand(OpIdx).getResNo(); in computeOperandLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h181 bool hasPipelineForwarding(unsigned DefClass, unsigned DefIdx, in hasPipelineForwarding()
202 int getOperandLatency(unsigned DefClass, unsigned DefIdx, in getOperandLatency()
DMCSubtargetInfo.h170 unsigned DefIdx) const { in getWriteLatencyEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp620 int DefIdx = SwapMap[DefMI]; in formWebs() local
701 int DefIdx = SwapMap[DefMI]; in recordUnoptimizableWebs() local
777 int DefIdx = SwapMap[DefMI]; in markSwapsForRemoval() local
DPPCInstrInfo.h217 SDNode *DefNode, unsigned DefIdx, in getOperandLatency()
225 unsigned DefIdx) const override { in hasLowDefLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp158 unsigned DefIdx = 0; in findDefIdx() local
218 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx); in computeOperandLatency() local
DTargetInstrInfo.cpp1037 SDNode *DefNode, unsigned DefIdx, in getOperandLatency()
1189 unsigned DefIdx, in getOperandLatency()
1214 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceInputs()
1241 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregInputs()
1266 const MachineInstr &MI, unsigned DefIdx, in getInsertSubregInputs()
DLiveRangeCalc.cpp67 SlotIndex DefIdx = in createDeadDef() local
199 unsigned DefIdx; in extendToUses() local
DLiveRangeEdit.cpp149 SlotIndex DefIdx; in canRematerializeAt() local
DRenameIndependentSubregs.cpp335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags() local
DMachineCombiner.cpp194 int DefIdx = DefInstr->findRegisterDefOperandIdx(MO.getReg()); in getDepth() local
DTargetRegisterInfo.cpp352 unsigned SrcIdx, DefIdx; in shareSameRegisterFile() local
DMachineVerifier.cpp1672 unsigned DefIdx; in visitMachineOperand() local
1892 unsigned MONum, SlotIndex DefIdx, const LiveRange &LR, unsigned VRegOrUnit, in checkLivenessAtDef()
2064 SlotIndex DefIdx = LiveInts->getInstructionIndex(*MI); in checkLiveness() local
DMachineInstr.cpp281 int DefIdx = MCID->getOperandConstraint(OpNo, MCOI::TIED_TO); in addOperand() local
846 unsigned DefIdx; in getRegClassConstraint() local
1050 void MachineInstr::tieOperands(unsigned DefIdx, unsigned UseIdx) { in tieOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp43 for (unsigned DefIdx = 0, DefEnd = SCDesc.NumWriteLatencyEntries; in computeInstrLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h327 for (unsigned j = 0, DefIdx = Idx * NewNumDefs; j < NewNumDefs; in tryCombineMerges() local
363 for (unsigned DefIdx = 0; DefIdx < NumDefs; ++DefIdx) { in tryCombineMerges() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3746 unsigned DefIdx, unsigned DefAlign) const { in getVLDMDefCycle()
3803 unsigned DefIdx, unsigned DefAlign) const { in getLDMDefCycle()
3906 unsigned DefIdx, unsigned DefAlign, in getOperandLatency()
4017 unsigned &DefIdx, unsigned &Dist) { in getBundledDefMI()
4250 unsigned DefIdx, in getOperandLatency()
4286 unsigned DefIdx, const MCInstrDesc &DefMCID, unsigned DefAdj, in getOperandLatencyImpl()
4346 SDNode *DefNode, unsigned DefIdx, in getOperandLatency()
4692 unsigned DefIdx, in hasHighOperandLatency()
5245 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceLikeInputs()
5272 const MachineInstr &MI, unsigned DefIdx, in getExtractSubregLikeInputs()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp204 unsigned DefIdx = 0; in tryInlineAsm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1145 const MachineInstr &MI, unsigned DefIdx, in getRegSequenceLikeInputs()
1159 unsigned DefIdx, in getExtractSubregLikeInputs()
1173 getInsertSubregLikeInputs(const MachineInstr &MI, unsigned DefIdx, in getInsertSubregLikeInputs()
1498 const MachineInstr &DefMI, unsigned DefIdx, in hasHighOperandLatency()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp536 int DefIdx = mapRegToGPRIndex(Def.getReg()); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp217 for (unsigned DefIdx = 0, DefEnd = SCDesc->NumWriteLatencyEntries; in getLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp150 int DefIdx = I.getDesc().getOperandConstraint(OpI, MCOI::TIED_TO); in constrainSelectedInstRegOperands() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp424 int DefIdx = -1; in restoreLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp620 SlotIndex DefIdx = LIS.getInstructionIndex(*Def).getRegSlot(); in moveAndTeeForMultiUse() local

12