Searched defs:Use (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h55 class Use { class in namespace:llvm
101 Use(PrevPtrTag tag) { Prev.setInt(tag); } function in class:llvm::Use
[all...]
H A DMetadata.h1292 Metadata **Use = nullptr; member in class:llvm::DistinctMDOperandPlaceholder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp79 Instruction* Use = cast<Instruction>(*UI); local
H A DHexagonHardwareLoops.cpp1067 MachineOperand &Use = *J; local
1101 MachineOperand &Use = *I; local
H A DHexagonLoopIdiomRecognition.cpp360 auto Use = [this](Instruction *U) -> bool { local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DLookup.cpp183 std::string tooling::replaceNestedName(const NestedNameSpecifier *Use, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp120 VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Use) { argument
135 extendInBlock(ArrayRef<SlotIndex> Undefs, SlotIndex StartIdx, SlotIndex Use) argument
[all...]
H A DDetectDeadLanes.cpp274 void DetectDeadLanes::transferDefinedLanesStep(const MachineOperand &Use, argument
H A DLiveRangeCalc.cpp241 void LiveRangeCalc::extend(LiveRange &LR, SlotIndex Use, unsigned PhysReg, argument
346 findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, SlotIndex Use, unsigned PhysReg, ArrayRef<SlotIndex> Undefs) argument
[all...]
H A DMachineCopyPropagation.cpp452 hasImplicitOverlap(const MachineInstr &MI, const MachineOperand &Use) argument
H A DRDFLiveness.cpp340 NodeAddr<RefNode*> Clob, Use; local
H A DMachineInstr.cpp967 bool Use = false; local
H A DScheduleDAGInstrs.cpp443 MachineInstr *Use = UseSU->getInstr(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp454 MachineOperand *Use = Uses.pop_back_val(); local
H A DAMDGPUPromoteAlloca.cpp657 const Instruction *Use = dyn_cast<Instruction>(U); local
H A DSIRegisterInfo.cpp1845 findReachingDef(unsigned Reg, unsigned SubReg, MachineInstr &Use, MachineRegisterInfo &MRI, LiveIntervals *LIS) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp61 bool Use = false; member in struct:__anon2406::Reference
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp359 DeadArgumentEliminationPass::MarkIfNotLive(RetOrArg Use, argument
389 RetOrArg Use = CreateRet(F, RetValNum); local
395 RetOrArg Use = CreateRet(F, i); local
452 RetOrArg Use = CreateArg(F, ArgNo); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp452 bool Output::mapTag(StringRef Tag, bool Use) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp289 Thumb2SizeReduce::canAddPseudoFlagDep(MachineInstr *Use, bool FirstInSelfLoop) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp104 UseInfo Use; member in struct:__anon1653::AllocaInfo
118 UseInfo Use; member in struct:__anon1653::ParamInfo
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp330 Use, enumerator in enum:__anon393::ClassifyRefs::Class
461 classify(cast<Expr>(S), Use); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp504 Instruction *LoopPredication::findInsertPt(Instruction *Use, argument
512 Instruction *LoopPredication::findInsertPt(Instruction *Use, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp810 static void DiagUninitUse(Sema &S, const VarDecl *VD, const UninitUse &Use, argument
982 DiagnoseUninitializedUse(Sema &S, const VarDecl *VD, const UninitUse &Use, bool alwaysReportSelfInit = false) argument
1560 UninitUse Use = hasSelfInit ? UninitUse(U.getUser(), false) : U; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h333 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} argument

Completed in 355 milliseconds

12