Searched defs:Depth (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h65 const TemplateArgument &operator()(unsigned Depth, unsigned Index) const { argument
[all...]
H A DScope.h103 unsigned short Depth; member in class:clang::Scope
/freebsd-10.0-release/contrib/expat/examples/
H A Doutline.c46 int Depth; variable
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp70 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
[all...]
H A DMachineTraceMetrics.h226 unsigned Depth; member in struct:llvm::MachineTraceMetrics::InstrCycles
H A DScheduleDAG.h319 unsigned Depth; // Node depth. member in class:llvm::SUnit
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h49 } Depth; typedef in class:lldb_private::Searcher
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dprmacros.c289 UINT32 Depth = 1; local
H A Ddtcompiler.h116 UINT16 Depth; member in struct:dt_subtable
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp336 unsigned Depth = PredTBI->InstrDepth + CurCount; local
H A DScheduleDAGInstrs.cpp614 unsigned Depth local
562 iterateChainSucc(AliasAnalysis *AA, const MachineFrameInfo *MFI, SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth, SmallPtrSet<const SUnit*, 16> &Visited) argument
1150 unsigned Depth = I->first->getDepth(); local
1187 addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) argument
[all...]
H A DSplitKit.cpp709 unsigned Depth = Loop->getLoopDepth(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp414 unsigned Depth = 0; local
/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c477 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DPassManagers.h398 unsigned Depth; member in class:llvm::PMDataManager
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp69 SimplifyDemandedBits(Use &U, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne, unsigned Depth) argument
101 SimplifyDemandedUseBits(Value *V, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne, unsigned Depth) argument
917 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts, unsigned Depth) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp542 unsigned Depth = 0, Index = 0; local
645 unsigned Depth; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp389 unsigned Depth = 0; local
H A DBasicAliasAnalysis.cpp181 GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, ExtensionKind &Extension, const DataLayout &TD, unsigned Depth) argument
H A DValueTracking.cpp46 ComputeMaskedBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, APInt &KnownZero, APInt &KnownOne, APInt &KnownZero2, APInt &KnownOne2, const DataLayout *TD, unsigned Depth) argument
132 ComputeMaskedBitsMul(Value *Op0, Value *Op1, bool NSW, APInt &KnownZero, APInt &KnownOne, APInt &KnownZero2, APInt &KnownOne2, const DataLayout *TD, unsigned Depth) argument
228 ComputeMaskedBits(Value *V, APInt &KnownZero, APInt &KnownOne, const DataLayout *TD, unsigned Depth) argument
792 ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, const DataLayout *TD, unsigned Depth) argument
811 isKnownToBeAPowerOfTwo(Value *V, bool OrZero, unsigned Depth) argument
875 isGEPKnownNonNull(GEPOperator *GEP, const DataLayout *DL, unsigned Depth) argument
939 isKnownNonZero(Value *V, const DataLayout *TD, unsigned Depth) argument
1074 MaskedValueIsZero(Value *V, const APInt &Mask, const DataLayout *TD, unsigned Depth) argument
1092 ComputeNumSignBits(Value *V, const DataLayout *TD, unsigned Depth) argument
1263 ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, bool LookThroughSExt, unsigned Depth) argument
1385 CannotBeNegativeZero(const Value *V, unsigned Depth) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVecUtils.cpp281 void BoUpSLP::getTreeUses_rec(ArrayRef<Value *> VL, unsigned Depth) { argument
383 int BoUpSLP::getTreeCost_rec(ArrayRef<Value *> VL, unsigned Depth) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp177 explicit ScopedIncrement(int *Depth) : Depth(Depth) { ++(*Depth); } argument
181 int *Depth; member in struct:clang::ast_matchers::internal::__anon3001::MatchChildASTVisitor::ScopedIncrement
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp271 bool Parser::ParseTemplateParameters(unsigned Depth, argument
314 Parser::ParseTemplateParameterList(unsigned Depth, argument
422 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { argument
444 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigne argument
505 ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) argument
602 ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c481 UINT32 Depth; local

Completed in 393 milliseconds

12