Home
last modified time | relevance | path

Searched defs:Uses (Results 1 – 25 of 84) sorted by relevance

1234

/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp63 SmallSet<unsigned, 4> &Uses, in TrackDefUses()
101 static void ClearKillFlags(MachineInstr *MI, SmallSet<unsigned, 4> &Uses) { in ClearKillFlags()
127 SmallSet<unsigned, 4> &Uses) { in MoveCopyOutOfITBlock()
184 SmallSet<unsigned, 4> Uses; in InsertITInstructions() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h81 ConstantUseListType Uses; member
102 ConstantUseListType Uses; member
107 Type *Ty=nullptr) : Uses(std::move(Uses)), Offset(Offset), Ty(Ty) {} in Uses() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp113 static void ClearKillFlags(MachineInstr *MI, RegisterSet &Uses) { in ClearKillFlags()
138 RegisterSet &Defs, RegisterSet &Uses) { in MoveCopyOutOfITBlock()
196 RegisterSet Defs, Uses; in InsertITInstructions() local
/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h62 ConstantUseListType Uses; member
79 ConstantUseListType Uses; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp227 SmallVector<MachineInstr *, 8> Uses; in tryToCombine() local
266 SmallVectorImpl<MachineInstr *> *Uses) { in canJoinInstructions()
342 bool ARCOptAddrMode::canFixPastUses(const ArrayRef<MachineInstr *> &Uses, in canFixPastUses()
363 void ARCOptAddrMode::fixPastUses(ArrayRef<MachineInstr *> Uses, in fixPastUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DReachingDefAnalysis.cpp228 SmallVectorImpl<MachineInstr*> &Uses) { in getReachingLocalUses()
249 SmallVector<MachineInstr*, 4> Uses; in getNumUses() local
324 int PhysReg, SmallVectorImpl<MachineInstr*> &Uses) { in getAllInstWithUseBefore()
DMachineLoopUtils.cpp63 SmallVector<MachineOperand *, 4> Uses; in PeelSingleBlockLoop() local
DMIRCanonicalizerPass.cpp337 std::vector<MachineOperand *> Uses; in propagateLocalCopies() local
/external/clang/lib/Sema/
DScopeInfo.cpp158 WeakUseVector &Uses = in recordUseOfWeak() local
185 FunctionScopeInfo::WeakObjectUseMap::iterator Uses; in markSafeWeakUse() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp68 SmallVectorImpl<std::pair<Use *, Function *>> &Uses, in findUses()
242 SmallVector<std::pair<Use *, Function *>, 0> Uses; in runOnModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterBulk.h43 SmallVector<Use *, 4> Uses; member
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h94 UseMap Uses; variable
/external/swiftshader/src/Reactor/
DOptimizer.cpp62 struct Uses : std::vector<Ice::Inst *> struct in __anon9419d3d30111::Optimizer
68 std::vector<Ice::Inst *> loads;
69 std::vector<Ice::Inst *> stores;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h107 UseMap Uses; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h69 std::set<unsigned> Uses; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFormMemoryClauses.cpp293 RegUse &Defs, RegUse &Uses, in processRegUses()
337 RegUse Defs, Uses; in runOnMachineFunction() local
DGCNDPPCombine.cpp447 SmallVector<MachineOperand*, 16> Uses; in combineDPPMov() local
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp75 static void PrintDefList(const std::vector<Record*> &Uses, in PrintDefList()
361 std::vector<Record*> Uses = Inst->getValueAsListOfDefs("Uses"); in run() local
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp67 BitVector Defs, Uses; member
149 BitVector Defs(NR), Uses(NR); in buildMaps() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp100 BitVector Defs, Uses; member
184 BitVector Defs(NR), Uses(NR); in buildMaps() local
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h154 Reg2SUnitsMap Uses; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h168 Reg2SUnitsMap Uses; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp136 BitVector Defs, Uses; member in __anon1745e33f0111::RegDefsUses
202 SmallPtrSet<ValueType, 4> Uses, Defs; member in __anon1745e33f0111::MemDefsUses
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp118 BitVector Defs, Uses; member in __anonda42cd1d0111::RegDefsUses
182 SmallPtrSet<ValueType, 4> Uses, Defs; member in __anonda42cd1d0111::MemDefsUses
/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp544 SmallVector<Use *, 4> Uses; in rewriteWithNewAddressSpaces() local

1234