/external/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 63 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/ |
D | ConstantHoisting.h | 81 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/ |
D | ConstantHoisting.h | 81 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/ |
D | Thumb2ITBlockPass.cpp | 113 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/ |
D | Thumb2ITBlockPass.cpp | 113 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/ |
D | ConstantHoisting.h | 62 ConstantUseListType Uses; member 79 ConstantUseListType Uses; member
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCOptAddrMode.cpp | 227 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/ |
D | ARCOptAddrMode.cpp | 227 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/ |
D | ReachingDefAnalysis.cpp | 228 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/ |
D | ScopeInfo.cpp | 153 WeakUseVector &Uses = in recordUseOfWeak() local 180 FunctionScopeInfo::WeakObjectUseMap::iterator Uses = WeakObjectUses.end(); in markSafeWeakUse() local
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 158 WeakUseVector &Uses = in recordUseOfWeak() local 185 FunctionScopeInfo::WeakObjectUseMap::iterator Uses; in markSafeWeakUse() local
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | FunctionPropertiesAnalysis.h | 43 int64_t Uses = 0; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 68 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/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 67 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/ |
D | SSAUpdaterBulk.h | 42 SmallVector<Use *, 4> Uses; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterBulk.h | 43 SmallVector<Use *, 4> Uses; member
|
/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 62 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/ |
D | DeadArgumentElimination.h | 94 UseMap Uses; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 107 UseMap Uses; variable
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 107 UseMap Uses; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.h | 69 std::set<unsigned> Uses; variable
|
/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.h | 69 std::set<unsigned> Uses; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UseAfterMoveCheck.cpp | 151 llvm::SmallVector<const DeclRefExpr *, 1> Uses; in findInternal() local 208 llvm::SmallVectorImpl<const DeclRefExpr *> *Uses, in getUsesAndReinits()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIFormMemoryClauses.cpp | 293 RegUse &Defs, RegUse &Uses, in processRegUses() 337 RegUse Defs, Uses; in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFormMemoryClauses.cpp | 293 RegUse &Defs, RegUse &Uses, in processRegUses() 337 RegUse Defs, Uses; in runOnMachineFunction() local
|