Home
last modified time | relevance | path

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

123456

/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/llvm-project/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/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/llvm-project/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/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/llvm-project/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/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()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp153 WeakUseVector &Uses = in recordUseOfWeak() local
180 FunctionScopeInfo::WeakObjectUseMap::iterator Uses = WeakObjectUses.end(); in markSafeWeakUse() local
/external/clang/lib/Sema/
DScopeInfo.cpp158 WeakUseVector &Uses = in recordUseOfWeak() local
185 FunctionScopeInfo::WeakObjectUseMap::iterator Uses; in markSafeWeakUse() local
/external/llvm-project/llvm/include/llvm/Analysis/
DFunctionPropertiesAnalysis.h43 int64_t Uses = 0; variable
/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/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp67 SmallVectorImpl<std::pair<Use *, Function *>> &Uses, in findUses()
241 SmallVector<std::pair<Use *, Function *>, 0> Uses; in runOnModule() local
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterBulk.h42 SmallVector<Use *, 4> Uses; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterBulk.h43 SmallVector<Use *, 4> Uses; member
/external/swiftshader/src/Reactor/
DOptimizer.cpp62 struct Uses : std::vector<Ice::Inst *> struct in __anonf94f41b50111::Optimizer
68 std::vector<Ice::Inst *> loads;
69 std::vector<Ice::Inst *> stores;
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h94 UseMap Uses; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h107 UseMap Uses; variable
/external/llvm-project/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/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h69 std::set<unsigned> Uses; variable
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUseAfterMoveCheck.cpp151 llvm::SmallVector<const DeclRefExpr *, 1> Uses; in findInternal() local
208 llvm::SmallVectorImpl<const DeclRefExpr *> *Uses, in getUsesAndReinits()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFormMemoryClauses.cpp293 RegUse &Defs, RegUse &Uses, in processRegUses()
337 RegUse Defs, Uses; in runOnMachineFunction() local
/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

123456