Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp112 static void ClearKillFlags(MachineInstr *MI, RegisterSet &Uses) { in ClearKillFlags()
137 RegisterSet &Defs, RegisterSet &Uses) { in MoveCopyOutOfITBlock()
195 RegisterSet Defs, Uses; in InsertITInstructions() local
H A DARMLowOverheadLoops.cpp578 SmallPtrSet<MachineInstr *, 2> Uses; in INITIALIZE_PASS() local
983 SmallPtrSet<MachineInstr *, 2> Uses; in ValidateLiveOuts() local
1398 SmallPtrSet<MachineInstr *, 2> Uses; in ProcessLoop() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h83 ConstantUseListType Uses; member
104 ConstantUseListType Uses; member
109 Type *Ty=nullptr) : Uses(std::move(Uses)), Offset(Offset), Ty(Ty) {} in Uses() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp237 SmallVector<MachineInstr *, 8> Uses; in tryToCombine() local
276 SmallVectorImpl<MachineInstr *> *Uses) { in canJoinInstructions()
352 bool ARCOptAddrMode::canFixPastUses(const ArrayRef<MachineInstr *> &Uses, in canFixPastUses()
373 void ARCOptAddrMode::fixPastUses(ArrayRef<MachineInstr *> Uses, in fixPastUses()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp156 WeakUseVector &Uses = in recordUseOfWeak() local
183 FunctionScopeInfo::WeakObjectUseMap::iterator Uses = WeakObjectUses.end(); in markSafeWeakUse() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp67 SmallVectorImpl<std::pair<CallBase *, Function *>> &Uses) { in findUses()
233 SmallVector<std::pair<CallBase *, Function *>, 0> Uses; in runOnModule() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterBulk.h42 SmallVector<Use *, 4> Uses; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h64 int64_t Uses = 0; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp245 RegUse &Defs, RegUse &Uses, in processRegUses()
301 RegUse Defs, Uses; in runOnMachineFunction() local
H A DAMDGPUPromoteAlloca.cpp253 SmallVectorImpl<Use *> &Uses) { in collectAllocaUses()
274 SmallVector<Use *, 8> Uses; in sortAllocasToPromote() local
772 SmallVector<Use *, 8> Uses; in tryPromoteAllocaToVector() local
H A DAMDGPULateCodeGenPrepare.cpp282 SmallPtrSet<Instruction *, 4> Uses; in optimizeLiveType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.h69 std::set<unsigned> Uses; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h106 UseMap Uses; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp61 SmallVector<MachineOperand *, 4> Uses; in PeelSingleBlockLoop() local
H A DReachingDefAnalysis.cpp634 SmallPtrSet<MachineInstr*, 4> Uses; in isSafeToRemove() local
666 SmallPtrSet<MachineInstr*, 4> Uses; in collectKilledOperands() local
691 SmallPtrSet<MachineInstr*, 2> Uses; in isSafeToDefRegAt() local
H A DCallBrPrepare.cpp192 SmallVector<Use *, 4> Uses(make_pointer_range(CBR->uses())); in UpdateSSA() local
H A DMIRCanonicalizerPass.cpp324 std::vector<MachineOperand *> Uses; in propagateLocalCopies() local
H A DRDFLiveness.cpp416 NodeSet Uses; in getAllReachedUses() local
552 NodeRefSet Uses = UI->second; in computePhiInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp100 BitVector Defs, Uses; member
182 BitVector Defs(NR), Uses(NR); in buildMaps() local
H A DHexagonRegisterInfo.cpp294 LiveRegUnits Defs(*this), Uses(*this); in eliminateFrameIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp183 std::set<MachineInstr *> Uses; in processBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp136 BitVector Defs, Uses; member in __anon27a8e2d60111::RegDefsUses
202 SmallPtrSet<ValueType, 4> Uses, Defs; member in __anon27a8e2d60111::MemDefsUses
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h163 RegUnit2SUnitsMap Uses; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp147 using Uses = SmallVector<std::pair<Instruction *, unsigned>, 4>; typedef in __anon049483970111::AArch64PromoteConstant

123