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

12

/freebsd-9.3-release/contrib/expat/examples/
H A Doutline.c46 int Depth; variable
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp70 bool ObjCARCAPElim::MayAutorelease(ImmutableCallSite CS, unsigned Depth) { argument
/freebsd-9.3-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.h300 unsigned Depth; // Node depth. local
/freebsd-9.3-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.h106 unsigned short Depth; member in class:clang::Scope
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp336 unsigned Depth = PredTBI->InstrDepth + CurCount; local
H A DScheduleDAGInstrs.cpp616 unsigned Depth local
564 iterateChainSucc(AliasAnalysis *AA, const MachineFrameInfo *MFI, SUnit *SUa, SUnit *SUb, SUnit *ExitSU, unsigned *Depth, SmallPtrSet<const SUnit*, 16> &Visited) argument
1165 unsigned Depth = I->first->getDepth(); local
1202 addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) argument
[all...]
H A DSplitKit.cpp712 unsigned Depth = Loop->getLoopDepth(); local
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp444 unsigned Depth = 0; local
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexdump.c469 AcpiExDumpOperand( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 Depth) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DLegacyPassManagers.h398 unsigned Depth; member in class:llvm::PMDataManager
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFUnit.cpp172 uint32_t Depth = 0; local
/freebsd-9.3-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
916 SimplifyDemandedVectorElts(Value *V, APInt DemandedElts, APInt &UndefElts, unsigned Depth) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp387 unsigned Depth = 0; local
H A DBasicAliasAnalysis.cpp201 GetLinearExpression(Value *V, APInt &Scale, APInt &Offset, ExtensionKind &Extension, const DataLayout &TD, unsigned Depth) argument
H A DValueTracking.cpp47 ComputeMaskedBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, APInt &KnownZero, APInt &KnownOne, APInt &KnownZero2, APInt &KnownOne2, const DataLayout *TD, unsigned Depth) argument
133 ComputeMaskedBitsMul(Value *Op0, Value *Op1, bool NSW, APInt &KnownZero, APInt &KnownOne, APInt &KnownZero2, APInt &KnownOne2, const DataLayout *TD, unsigned Depth) argument
229 ComputeMaskedBits(Value *V, APInt &KnownZero, APInt &KnownOne, const DataLayout *TD, unsigned Depth) argument
802 ComputeSignBit(Value *V, bool &KnownZero, bool &KnownOne, const DataLayout *TD, unsigned Depth) argument
821 isKnownToBeAPowerOfTwo(Value *V, bool OrZero, unsigned Depth) argument
916 isGEPKnownNonNull(GEPOperator *GEP, const DataLayout *DL, unsigned Depth) argument
980 isKnownNonZero(Value *V, const DataLayout *TD, unsigned Depth) argument
1115 MaskedValueIsZero(Value *V, const APInt &Mask, const DataLayout *TD, unsigned Depth) argument
1133 ComputeNumSignBits(Value *V, const DataLayout *TD, unsigned Depth) argument
1304 ComputeMultiple(Value *V, unsigned Base, Value *&Multiple, bool LookThroughSExt, unsigned Depth) argument
1426 CannotBeNegativeZero(const Value *V, unsigned Depth) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp206 explicit ScopedIncrement(int *Depth) : Depth(Depth) { ++(*Depth); } argument
210 int *Depth; member in struct:clang::ast_matchers::internal::__anon3031::MatchChildASTVisitor::ScopedIncrement
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp300 bool Parser::ParseTemplateParameters(unsigned Depth, argument
343 Parser::ParseTemplateParameterList(unsigned Depth, argument
453 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) { argument
475 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigne argument
536 ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) argument
634 ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp543 unsigned Depth = 0, Index = 0; local
646 unsigned Depth; local
[all...]
H A DSema.cpp1038 void Sema::RecordParsingTemplateParameterDepth(unsigned Depth) { argument
/freebsd-9.3-release/sys/contrib/dev/acpica/debugger/
H A Ddbinput.c327 UINT32 Depth; local
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1050 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
1076 unsigned Depth = cast<ConstantSDNode>(Op.getOperand(0))->getZExtValue(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp447 unsigned Depth = 0; local

Completed in 302 milliseconds

12