Home
last modified time | relevance | path

Searched defs:LastDef (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp196 MachineInstr *LastDef = nullptr; in FindLastPartialDef() local
232 MachineInstr *LastDef = PhysRegDef[Reg]; in HandlePhysRegUse() local
282 MachineInstr *LastDef = PhysRegDef[Reg]; in FindLastRefOrPartRef() local
312 MachineInstr *LastDef = PhysRegDef[Reg]; in HandlePhysRegKill() local
H A DTwoAddressInstructionPass.cpp385 unsigned &LastDef) { in noUseAfterLastDef()
H A DModuloSchedule.cpp1022 bool LastDef, in updateInstruction()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp196 MachineInstr *LastDef = nullptr; in FindLastPartialDef() local
232 MachineInstr *LastDef = PhysRegDef[Reg]; in HandlePhysRegUse() local
282 MachineInstr *LastDef = PhysRegDef[Reg]; in FindLastRefOrPartRef() local
312 MachineInstr *LastDef = PhysRegDef[Reg]; in HandlePhysRegKill() local
H A DTwoAddressInstructionPass.cpp357 unsigned &LastDef) { in noUseAfterLastDef()
H A DMachinePipeliner.cpp3125 void SwingSchedulerDAG::updateInstruction(MachineInstr *NewMI, bool LastDef, in updateInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp193 MachineInstr *LastDef = nullptr; in FindLastPartialDef() local
229 MachineInstr *LastDef = PhysRegDef[Reg]; in HandlePhysRegUse() local
279 MachineInstr *LastDef = PhysRegDef[Reg]; in FindLastRefOrPartRef() local
309 MachineInstr *LastDef = PhysRegDef[Reg]; in HandlePhysRegKill() local
H A DReachingDefAnalysis.cpp253 int LastDef = ReachingDefDefaultVal; in traverse() local
H A DTwoAddressInstructionPass.cpp246 unsigned &LastDef) { in noUseAfterLastDef()
H A DModuloSchedule.cpp1029 bool LastDef, in updateInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp744 auto *LastDef = in processStoreOfLoad() local
1232 auto *LastDef = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(M)); in processMemCpyMemCpyDependence() local
1329 auto *LastDef = in processMemSetMemCpyDependence() local
1435 auto *LastDef = in performMemCpyToMemSetOptzn() local
1467 auto *LastDef = in processMemCpy() local
H A DDeadStoreElimination.cpp1867 auto *LastDef = in tryFoldIntoCalloc() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp285 std::map<RegisterRef,IndexType> LastDef, LastUse; in computeInitialLiveRanges() local
H A DHexagonCopyToCombine.cpp382 DenseMap<unsigned, MachineInstr *> LastDef; in findPotentialNewifiableTFRs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp292 std::map<RegisterRef,IndexType> LastDef, LastUse; in computeInitialLiveRanges() local
H A DHexagonCopyToCombine.cpp391 DenseMap<unsigned, MachineInstr *> LastDef; in findPotentialNewifiableTFRs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp396 DenseMap<unsigned, MachineInstr *> LastDef; in findPotentialNewifiableTFRs() local
H A DHexagonBlockRanges.cpp292 std::map<RegisterRef,IndexType> LastDef, LastUse; in computeInitialLiveRanges() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.cpp557 Inst *LastDef = nullptr; in postRegallocSplitting() member