Home
last modified time | relevance | path

Searched defs:Defs (Results 1 – 25 of 183) sorted by relevance

12345678

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp152 bool SIFormMemoryClauses::canBundle(const MachineInstr &MI, const RegUse &Defs, in canBundle()
219 RegUse &Defs, RegUse &Uses) const { in collectRegUses()
247 RegUse &Defs, RegUse &Uses, in processRegUses()
303 RegUse Defs, Uses; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp209 RegUse &Defs, RegUse &Uses) const { in canBundle()
265 RegUse &Defs, RegUse &Uses) const { in collectRegUses()
293 RegUse &Defs, RegUse &Uses, in processRegUses()
337 RegUse Defs, Uses; in runOnMachineFunction() local
H A DSIFixSGPRCopies.cpp454 auto &Defs = Init.second; in hoistAndMergeSGPRInits() local
546 auto &Defs = Init.second; in hoistAndMergeSGPRInits() local
559 auto &Defs = Init.second; in hoistAndMergeSGPRInits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp148 auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock()); in getPreviousDefInBlock() local
175 auto *Defs = MSSA->getWritableBlockDefs(BB); in getPreviousDefFromEnd() local
257 auto *Defs = MSSA->getBlockDefs(MU->getBlock()); in insertUse() local
267 if (auto *Defs = MSSA->getWritableBlockDefs(StartBlock)) { in insertUse() local
470 auto *Defs = MSSA->getWritableBlockDefs(NewDef->getBlock()); in fixupDefs() local
497 if (auto *Defs = MSSA->getWritableBlockDefs(FixupBlock)) { in fixupDefs() local
872 MemorySSA::DefsList *Defs = MSSA->getWritableBlockDefs(BB); in applyInsertUpdates() local
1241 auto *Defs = MSSA->getWritableBlockDefs(From); in moveAllAccesses() local
H A DMemorySSA.cpp537 auto *Defs = MSSA.getBlockDefs(Node->getBlock()); in getWalkTarget() local
1525 DefsList *Defs = nullptr; in buildMemorySSA() local
1595 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1602 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1611 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1624 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsBefore() local
1833 std::unique_ptr<DefsList> &Defs = DefsIt->second; in removeFromLists() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp153 auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock()); in getPreviousDefInBlock() local
180 auto *Defs = MSSA->getWritableBlockDefs(BB); in getPreviousDefFromEnd() local
261 auto *Defs = MSSA->getBlockDefs(MU->getBlock()); in insertUse() local
271 if (auto *Defs = MSSA->getWritableBlockDefs(StartBlock)) { in insertUse() local
460 auto *Defs = MSSA->getWritableBlockDefs(NewDef->getBlock()); in fixupDefs() local
488 if (auto *Defs = MSSA->getWritableBlockDefs(FixupBlock)) { in fixupDefs() local
825 MemorySSA::DefsList *Defs = MSSA->getWritableBlockDefs(BB); in applyInsertUpdates() local
1201 auto *Defs = MSSA->getWritableBlockDefs(From); in moveAllAccesses() local
H A DMemorySSA.cpp533 auto *Defs = MSSA.getBlockDefs(Node->getBlock()); in getWalkTarget() local
1526 DefsList *Defs = nullptr; in buildMemorySSA() local
1604 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1611 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1620 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1633 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsBefore() local
1842 std::unique_ptr<DefsList> &Defs = DefsIt->second; in removeFromLists() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp444 SmallVectorImpl<unsigned> &Defs) { in HandlePhysRegDef()
487 SmallVectorImpl<unsigned> &Defs) { in UpdatePhysRegDefs()
501 SmallVectorImpl<unsigned> &Defs) { in runOnInstr()
566 SmallVector<unsigned, 4> Defs; in runOnBlock() local
768 DenseSet<unsigned> Defs, Kills; in addNewBlock() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp444 SmallVectorImpl<unsigned> &Defs) { in HandlePhysRegDef()
487 SmallVectorImpl<unsigned> &Defs) { in UpdatePhysRegDefs()
501 SmallVectorImpl<unsigned> &Defs) { in runOnInstr()
568 SmallVector<unsigned, 4> Defs; in runOnBlock() local
770 SmallSet<unsigned, 16> Defs, Kills; in addNewBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp441 SmallVectorImpl<unsigned> &Defs) { in HandlePhysRegDef()
484 SmallVectorImpl<unsigned> &Defs) { in UpdatePhysRegDefs()
497 SmallVectorImpl<unsigned> &Defs) { in runOnInstr()
560 SmallVector<unsigned, 4> Defs; in runOnBlock() local
837 DenseSet<unsigned> Defs, Kills; in addNewBlock() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp62 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
126 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
183 SmallSet<unsigned, 4> Defs; in InsertITInstructions() local
/aosp_15_r20/external/python/mako/doc/build/
Ddefs.rst202 .. _defs_with_content:
444 .. _blocks:
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp67 BitVector Defs, Uses; member
122 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses()
149 BitVector Defs(NR), Uses(NR); in buildMaps() local
H A DHexagonBitSimplify.cpp224 RegisterSet Defs; in INITIALIZE_PASS_DEPENDENCY() local
244 RegisterSet &Defs) { in getInstrDefs()
1417 RegisterSet Defs; in processBlock() local
1537 RegisterSet Defs; in processBlock() local
2126 RegisterSet Defs; in processBlock() local
2373 RegisterSet Defs; in getDefReg() local
2577 RegisterSet Defs; in processLoop() local
2644 RegisterSet Defs; in processLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp100 BitVector Defs, Uses; member
158 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses()
182 BitVector Defs(NR), Uses(NR); in buildMaps() local
H A DHexagonExpandCondsets.cpp394 MachineBasicBlock *Dest) -> bool { in updateDeadsInRange()
416 SetVector<MachineBasicBlock*> Defs; in updateDeadsInRange() local
816 bool HexagonExpandCondsets::canMoveOver(MachineInstr &MI, ReferenceMap &Defs, in canMoveOver()
989 ReferenceMap Uses, Defs; in predicate() local
H A DHexagonBitSimplify.cpp299 RegisterSet Defs; in INITIALIZE_PASS_DEPENDENCY() local
318 RegisterSet &Defs) { in getInstrDefs()
1498 RegisterSet Defs; in processBlock() local
1626 RegisterSet Defs; in processBlock() local
2738 RegisterSet Defs; in processBlock() local
2995 RegisterSet Defs; in getDefReg() local
3192 RegisterSet Defs; in processLoop() local
3258 RegisterSet Defs; in processLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp100 BitVector Defs, Uses; member
158 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses()
184 BitVector Defs(NR), Uses(NR); in buildMaps() local
H A DHexagonBitSimplify.cpp271 RegisterSet Defs; in INITIALIZE_PASS_DEPENDENCY() local
290 RegisterSet &Defs) { in getInstrDefs()
1461 RegisterSet Defs; in processBlock() local
1589 RegisterSet Defs; in processBlock() local
2703 RegisterSet Defs; in processBlock() local
2960 RegisterSet Defs; in getDefReg() local
3158 RegisterSet Defs; in processLoop() local
3225 RegisterSet Defs; in processLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp138 RegisterSet &Defs, RegisterSet &Uses) { in MoveCopyOutOfITBlock()
196 RegisterSet Defs, Uses; in InsertITInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp138 RegisterSet &Defs, RegisterSet &Uses) { in MoveCopyOutOfITBlock()
196 RegisterSet Defs, Uses; in InsertITInstructions() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp62 SmallPtrSet<Value *, 8> Defs; in findAllDefs() local
196 auto Defs = findAllDefs(U); in runOnUse() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h95 CBoolVector Defs; member
142 CBoolVector Defs; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp73 SmallPtrSet<Value *, 8> Defs; in findAllDefs() local
220 auto Defs = findAllDefs(U); in runOnUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp73 SmallPtrSet<Value *, 8> Defs; in findAllDefs() local
222 auto Defs = findAllDefs(U); in runOnUse() local

12345678