Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DCaptureTracking.h20 class Use; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DUse.h39 class Use; variable
91 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
H A DConstant.h154 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() argument
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dmerge-using-decls.cpp18 template<typename T> int Use() { in Use() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h28 class Use; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp332 AArch64PromoteConstant::findInsertionPoint(Value::user_iterator &Use) { in findInsertionPoint()
516 for (Value::user_iterator Use : DominatedUsers) { in insertDefinitions() local
H A DAArch64AdvSIMDScalarPass.cpp239 Use = MRI->use_instr_nodbg_begin(Dst), in isProfitableToTransform() local
H A DAArch64CollectLOH.cpp720 static bool registerADRCandidate(const MachineInstr &Use, in registerADRCandidate()
787 for (auto &Use : UseToDefs) { in computeOthers() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddependent-names.cpp217 void Use() { in Use() function
240 void Use() { in Use() function
260 void Use() { in Use() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp401 DAE::Liveness DAE::MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses) { in MarkIfNotLive()
428 RetOrArg Use = CreateRet(RI->getParent()->getParent(), RetValNum); in SurveyUse() local
473 RetOrArg Use = CreateArg(F, ArgNo); in SurveyUse() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIFoldOperands.cpp198 Use = MRI.use_begin(MI.getOperand(0).getReg()), E = MRI.use_end(); in runOnMachineFunction() local
H A DAMDGPUPromoteAlloca.cpp85 Instruction *Use = dyn_cast<Instruction>(*U); in runOnFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp298 } else if (MachineInstr *Use = PhysRegUse[SubReg]) { in FindLastRefOrPartRef() local
351 if (MachineInstr *Use = PhysRegUse[SubReg]) { in HandlePhysRegKill() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp945 if (Instruction *Use = dyn_cast<Instruction>(I->getOperand(i))) in ReplaceUsesOfWith() local
1098 if (Instruction *Use = dyn_cast<Instruction>(I->getOperand(i))) in SimplifyCode() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp55 bool Use; member
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp662 static void DiagUninitUse(Sema &S, const VarDecl *VD, const UninitUse &Use, in DiagUninitUse()
835 const UninitUse &Use, in DiagnoseUninitializedUse()
1312 for (const auto &Use : Uses) { in diagnoseRepeatedUseOfWeak() local
1392 UninitUse Use = hasSelfInit ? UninitUse(U.getUser(), false) : U; in flushDiagnostics() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp308 Use, enumerator
494 UninitUse Use(ex, isAlwaysUninit(v)); in getUninitUse() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go55 Use struct { struct
56 C C.LLVMUseRef
81 func (c Use) IsNil() bool { return c.C == nil }
722 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return }
723 func (u Use) User() (v Value) { v.C = C.LLVMGetUser(u.C); return }
724 func (u Use) UsedValue() (v Value) { v.C = C.LLVMGetUsedValue(u.C); return }
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp647 SDUse &Use = *I++; in RemoveDeadNodes() local
5381 SDUse &Use = *I++; in DropOperands() local
5550 SDUse &Use = *I++; in MorphNodeTo() local
5885 SDUse &Use = UI.getUse(); in ReplaceAllUsesWith() local
5933 SDUse &Use = UI.getUse(); in ReplaceAllUsesWith() local
5972 SDUse &Use = UI.getUse(); in ReplaceAllUsesWith() local
6015 SDUse &Use = UI.getUse(); in ReplaceAllUsesOfValueWith() local
6055 SDUse *Use; member
6084 SDUse &Use = UI.getUse(); in ReplaceAllUsesOfValuesWith() local
6110 SDUse &Use = *Uses[UseIndex].Use; in ReplaceAllUsesOfValuesWith() local
H A DScheduleDAGSDNodes.cpp637 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency()
H A DSelectionDAGISel.cpp1733 SDUse &Use = I.getUse(); in findGlueUse() local
1743 static bool findNonImmUse(SDNode *Use, SDNode* Def, SDNode *ImmedUse, in findNonImmUse()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp928 MachineOperand &Use = *J; in isDead() local
962 MachineOperand &Use = *I; in removeIfDead() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h259 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp248 Thumb2SizeReduce::canAddPseudoFlagDep(MachineInstr *Use, bool FirstInSelfLoop) { in canAddPseudoFlagDep()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp403 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()

12