/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CaptureTracking.h | 20 class Use; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | Use.h | 39 class Use; variable 91 Use(PrevPtrTag tag) : Val(nullptr) { Prev.setInt(tag); } in Use() function
|
H A D | Constant.h | 154 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() argument
|
/minix3/external/bsd/llvm/dist/clang/test/Modules/ |
H A D | merge-using-decls.cpp | 18 template<typename T> int Use() { in Use() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdater.h | 28 class Use; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 332 AArch64PromoteConstant::findInsertionPoint(Value::user_iterator &Use) { in findInsertionPoint() 516 for (Value::user_iterator Use : DominatedUsers) { in insertDefinitions() local
|
H A D | AArch64AdvSIMDScalarPass.cpp | 239 Use = MRI->use_instr_nodbg_begin(Dst), in isProfitableToTransform() local
|
H A D | AArch64CollectLOH.cpp | 720 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 D | dependent-names.cpp | 217 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 D | DeadArgumentElimination.cpp | 401 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 D | SIFoldOperands.cpp | 198 Use = MRI.use_begin(MI.getOperand(0).getReg()), E = MRI.use_end(); in runOnMachineFunction() local
|
H A D | AMDGPUPromoteAlloca.cpp | 85 Instruction *Use = dyn_cast<Instruction>(*U); in runOnFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 298 } 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 D | LoopUnswitch.cpp | 945 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 D | SystemZElimCompare.cpp | 55 bool Use; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 662 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 D | UninitializedValues.cpp | 308 Use, enumerator 494 UninitUse Use(ex, isAlwaysUninit(v)); in getUninitUse() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 55 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 D | SelectionDAG.cpp | 647 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 D | ScheduleDAGSDNodes.cpp | 637 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency()
|
H A D | SelectionDAGISel.cpp | 1733 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 D | HexagonHardwareLoops.cpp | 928 MachineOperand &Use = *J; in isDead() local 962 MachineOperand &Use = *I; in removeIfDead() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 259 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 248 Thumb2SizeReduce::canAddPseudoFlagDep(MachineInstr *Use, bool FirstInSelfLoop) { in canAddPseudoFlagDep()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 403 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
|