Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h81 ConstantUseListType Uses; member
102 ConstantUseListType Uses; member
107 Type *Ty=nullptr) : Uses(std::move(Uses)), Offset(Offset), Ty(Ty) {} in Uses() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A 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
H A DARMLowOverheadLoops.cpp583 SmallPtrSet<MachineInstr *, 2> Uses; in INITIALIZE_PASS() local
956 SmallPtrSet<MachineInstr *, 2> Uses; in ValidateLiveOuts() local
1275 SmallPtrSet<MachineInstr *, 2> Uses; in ProcessLoop() local
H A DA15SDOptimizer.cpp622 SmallVector<MachineOperand*, 8> Uses; in runOnInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp153 WeakUseVector &Uses = in recordUseOfWeak() local
180 FunctionScopeInfo::WeakObjectUseMap::iterator Uses = WeakObjectUses.end(); in markSafeWeakUse() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h43 int64_t Uses = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp67 SmallVectorImpl<std::pair<Use *, Function *>> &Uses, in findUses()
241 SmallVector<std::pair<Use *, Function *>, 0> Uses; in runOnModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h42 SmallVector<Use *, 4> Uses; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp247 RegUse &Defs, RegUse &Uses, in processRegUses()
303 RegUse Defs, Uses; in runOnMachineFunction() local
H A DGCNDPPCombine.cpp491 SmallVector<MachineOperand*, 16> Uses; in combineDPPMov() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h107 UseMap Uses; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h69 std::set<unsigned> Uses; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp62 SmallVector<MachineOperand *, 4> Uses; in PeelSingleBlockLoop() local
H A DReachingDefAnalysis.cpp630 SmallPtrSet<MachineInstr*, 4> Uses; in isSafeToRemove() local
662 SmallPtrSet<MachineInstr*, 4> Uses; in collectKilledOperands() local
687 SmallPtrSet<MachineInstr*, 2> Uses; in isSafeToDefRegAt() local
H A DMIRCanonicalizerPass.cpp334 std::vector<MachineOperand *> Uses; in propagateLocalCopies() local
H A DRDFLiveness.cpp421 NodeSet Uses; in getAllReachedUses() local
556 NodeRefSet Uses = UI->second; in computePhiInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp100 BitVector Defs, Uses; member
184 BitVector Defs(NR), Uses(NR); in buildMaps() local
H A DHexagonRegisterInfo.cpp289 LiveRegUnits Defs(*this), Uses(*this); in eliminateFrameIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h209 SmallVector<RegisterOperandAssignment, 2> Uses; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp106 static void PrintDefList(const std::vector<Record*> &Uses, in PrintDefList()
732 std::vector<Record*> Uses = Inst->getValueAsListOfDefs("Uses"); in run() local
H A DGICombinerEmitter.cpp543 const auto &Uses = NamedEdgeUses[NameAndDefs.getKey()]; in parseMatcher() local
560 const auto &Uses = NameAndUses.getValue(); in parseMatcher() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h168 Reg2SUnitsMap Uses; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp136 BitVector Defs, Uses; member in __anon845733c10111::RegDefsUses
202 SmallPtrSet<ValueType, 4> Uses, Defs; member in __anon845733c10111::MemDefsUses
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp147 using Uses = SmallVector<std::pair<Instruction *, unsigned>, 4>; typedef in __anon887498c20111::AArch64PromoteConstant

123