Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFormMemoryClauses.cpp199 RegUse &Defs, RegUse &Uses) const { in canBundle()
255 RegUse &Defs, RegUse &Uses) const { in collectRegUses()
283 RegUse &Defs, RegUse &Uses, in processRegUses()
325 RegUse Defs, Uses; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2ITBlockPass.cpp56 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
109 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
166 SmallSet<unsigned, 4> Defs; in InsertITInstructions() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp79 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
143 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
200 SmallSet<unsigned, 4> Defs; in InsertITInstructions() local
DA15SDOptimizer.cpp403 SmallVector<unsigned, 8> Defs; in getReadDPRs() local
596 SmallVector<unsigned, 8> Defs = getReadDPRs(MI); in runOnInstruction() local
/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp62 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
126 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
183 SmallSet<unsigned, 4> Defs; in InsertITInstructions() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp129 auto *Defs = MSSA->getWritableBlockDefs(MA->getBlock()); in getPreviousDefInBlock() local
156 auto *Defs = MSSA->getWritableBlockDefs(BB); in getPreviousDefFromEnd() local
333 auto *Defs = MSSA->getWritableBlockDefs(NewDef->getBlock()); in fixupDefs() local
361 if (auto *Defs = MSSA->getWritableBlockDefs(FixupBlock)) { in fixupDefs() local
DMemorySSA.cpp488 auto *Defs = MSSA.getBlockDefs(Node->getBlock()); in getWalkTarget() local
1358 DefsList *Defs = nullptr; in buildMemorySSA() local
1417 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1424 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1433 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsForBlock() local
1446 auto *Defs = getOrCreateDefsList(BB); in insertIntoListsBefore() local
1619 std::unique_ptr<DefsList> &Defs = DefsIt->second; in removeFromLists() local
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h95 CBoolVector Defs; member
137 CBoolVector Defs; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
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 DenseSet<unsigned> Defs, Kills; in addNewBlock() local
/external/llvm/lib/CodeGen/
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
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp62 SmallPtrSet<Value *, 8> Defs; in findAllDefs() local
196 auto Defs = findAllDefs(U); in runOnUse() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp74 SmallPtrSet<Value *, 8> Defs; in findAllDefs() local
221 auto Defs = findAllDefs(U); in runOnUse() local
/external/llvm/lib/Target/Hexagon/
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
DHexagonExpandCondsets.cpp428 SetVector<MachineBasicBlock*> Defs; in updateDeadsInRange() local
430 MachineBasicBlock *Dest) -> bool { in updateDeadsInRange()
792 bool HexagonExpandCondsets::canMoveOver(MachineInstr &MI, ReferenceMap &Defs, in canMoveOver()
977 ReferenceMap Uses, Defs; in predicate() local
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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp101 BitVector Defs, Uses; member
159 void HexagonGenMux::getDefsUses(const MachineInstr *MI, BitVector &Defs, in getDefsUses()
185 BitVector Defs(NR), Uses(NR); in buildMaps() local
DHexagonExpandCondsets.cpp392 MachineBasicBlock *Dest) -> bool { in updateDeadsInRange()
414 SetVector<MachineBasicBlock*> Defs; in updateDeadsInRange() local
794 bool HexagonExpandCondsets::canMoveOver(MachineInstr &MI, ReferenceMap &Defs, in canMoveOver()
975 ReferenceMap Uses, Defs; in predicate() local
/external/llvm/utils/TableGen/
DCTagsEmitter.cpp67 const auto &Defs = Records.getDefs(); in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h50 DenseMap<unsigned, PredSet> Defs; variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCTagsEmitter.cpp67 const auto &Defs = Records.getDefs(); in run() local
/external/lzma/C/
D7z.h64 Byte *Defs; /* MSB 0 bit numbering */ member
70 Byte *Defs; /* MSB 0 bit numbering */ member
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.h111 std::vector<std::vector<SUnit *> > Defs; variable
DLiveVariables.cpp423 SmallVector<unsigned, 4> &Defs) { in HandlePhysRegDef()
466 SmallVector<unsigned, 4> &Defs) { in UpdatePhysRegDefs()
510 SmallVector<unsigned, 4> Defs; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DUops.cpp170 llvm::BitVector Defs(State.getRegInfo().getNumRegs()); in generatePrototype() local
DMCInstrDescView.h149 llvm::SmallVector<RegisterOperandAssignment, 1> Defs; // Unlikely size() > 1. member

1234