/external/clang/include/clang/AST/ |
D | ExprOpenMP.h | 52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, in OMPArraySectionExpr() argument 58 (LowerBound && LowerBound->isTypeDependent()) || in OMPArraySectionExpr() 61 (LowerBound && LowerBound->isValueDependent()) || in OMPArraySectionExpr() 64 (LowerBound && LowerBound->isInstantiationDependent()) || in OMPArraySectionExpr() 67 (LowerBound && LowerBound->containsUnexpandedParameterPack()) || in OMPArraySectionExpr() 71 SubExprs[LOWER_BOUND] = LowerBound; in OMPArraySectionExpr()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 83 ConstantInt *LowerBound, ConstantInt *UpperBound, 206 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert() argument 218 if (Begin->Low == LowerBound && Begin->High == UpperBound) { in switchConvert() 220 if (LowerBound && UpperBound) in switchConvert() 222 UpperBound->getSExtValue() - LowerBound->getSExtValue(); in switchConvert() 261 if (LowerBound) { in switchConvert() 262 dbgs() << LowerBound->getSExtValue(); in switchConvert() 283 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound, in switchConvert() 427 ConstantInt *LowerBound = nullptr; in processSwitchInst() local 436 LowerBound = Cases.front().Low; in processSwitchInst() [all …]
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | compose.h | 191 if (open_parens_.LowerBound() != kNoLabel) { in Find() 192 matcher_.LowerBound(open_parens_.LowerBound()); in Find() 196 if (close_parens_.LowerBound() != kNoLabel) { in Find() 197 matcher_.LowerBound(close_parens_.LowerBound()); in Find() 228 if (close_parens_.LowerBound() != kNoLabel) { in Next() 229 matcher_.LowerBound(close_parens_.LowerBound()); in Next()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 519 int UpperBound, LowerBound; in AddPred() local 520 LowerBound = Node2Index[Y->NodeNum]; in AddPred() 524 if (LowerBound < UpperBound) { in AddPred() 530 Shift(Visited, LowerBound, UpperBound); in AddPred() 573 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift() argument 579 for (i = LowerBound; i <= UpperBound; ++i) { in Shift() 618 int UpperBound, LowerBound; in IsReachable() local 619 LowerBound = Node2Index[TargetSU->NodeNum]; in IsReachable() 623 if (LowerBound < UpperBound) { in IsReachable()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1370 int64_t LowerBound = 0; in processFunctionBeforeFrameFinalized() local 1376 LowerBound = TCSPDelta; in processFunctionBeforeFrameFinalized() 1385 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 1388 LowerBound -= (31 - TRI->getEncodingValue(MinFPR) + 1) * 8; in processFunctionBeforeFrameFinalized() 1399 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 1408 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 1419 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 1430 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 1438 FFI->setObjectOffset(FI, LowerBound + FFI->getObjectOffset(FI)); in processFunctionBeforeFrameFinalized() 1446 LowerBound -= (31 - MinReg + 1) * 8; in processFunctionBeforeFrameFinalized() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 572 const ObjCObjectPointerType *LowerBound = DestObjectPtrType; in checkPostStmt() local 575 std::swap(LowerBound, UpperBound); in checkPostStmt() 578 LowerBound = LowerBound->isObjCIdType() ? UpperBound : LowerBound; in checkPostStmt() 579 UpperBound = UpperBound->isObjCIdType() ? LowerBound : UpperBound; in checkPostStmt() 581 if (storeWhenMoreInformative(State, Sym, TrackedType, LowerBound, UpperBound, in checkPostStmt()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 278 int64_t LowerBound; 280 MDNodeKeyImpl(int64_t Count, int64_t LowerBound) 281 : Count(Count), LowerBound(LowerBound) {} 283 : Count(N->getCount()), LowerBound(N->getLowerBound()) {} 286 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound(); 288 unsigned getHashValue() const { return hash_combine(Count, LowerBound); }
|
/external/openfst/src/include/fst/ |
D | label-reachable.h | 361 begin_low = LowerBound(aiter, end_low, aiter_end, in Reach() 363 end_low = LowerBound(aiter, begin_low, aiter_end, in Reach() 507 ssize_t LowerBound(Iterator *aiter, ssize_t aiter_begin, in LowerBound() function
|
D | util.h | 438 Key LowerBound() const { return min_key_; } in LowerBound() function
|
D | randgen.h | 129 return accumulator->LowerBound(r + sum, &aiter); in operator()
|
D | accumulator.h | 518 size_t LowerBound(double w, Iterator *aiter) { in LowerBound() function
|
D | matcher.h | 246 void LowerBound(Label match_label) { in LowerBound() function
|
/external/openfst/src/include/fst/extensions/far/ |
D | sttable.h | 197 LowerBound(i, key); in Find() 247 void LowerBound(size_t id, const string &find_key) { in LowerBound() function
|
/external/lldb/include/lldb/Core/ |
D | ThreadSafeSTLMap.h | 114 LowerBound (const _Key& key, in LowerBound() function
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 323 int64_t LowerBound; 326 int64_t LowerBound) 328 Count(Count), LowerBound(LowerBound) {} 332 int64_t LowerBound, StorageType Storage, 340 DEFINE_MDNODE_GET(DISubrange, (int64_t Count, int64_t LowerBound = 0), 341 (Count, LowerBound)) 345 int64_t getLowerBound() const { return LowerBound; }
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2849 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local 2851 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr() 2852 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr() 2868 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local 2870 if (LowerBound && LowerBound->isIntegerConstantExpr(ConstLowerBound, C)) { in EmitOMPArraySectionExpr() 2872 LowerBound = nullptr; in EmitOMPArraySectionExpr() 2876 else if (!LowerBound) in EmitOMPArraySectionExpr() 2879 if (Length || LowerBound) { in EmitOMPArraySectionExpr() 2881 LowerBound in EmitOMPArraySectionExpr() 2883 EmitScalarExpr(LowerBound), IntPtrTy, in EmitOMPArraySectionExpr() [all …]
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 2110 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local 2116 LowerBound = "1"; in genIntrinsicRangeCheckCode() 2126 LowerBound = "1"; in genIntrinsicRangeCheckCode() 2135 LowerBound = "1"; in genIntrinsicRangeCheckCode() 2158 if (LowerBound.size()) in genIntrinsicRangeCheckCode() 2159 OS << " l = " << LowerBound << ";"; in genIntrinsicRangeCheckCode()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1280 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE() local 1284 if (DefaultLowerBound == -1 || LowerBound != DefaultLowerBound) in constructSubrangeDIE() 1285 addUInt(DW_Subrange, dwarf::DW_AT_lower_bound, None, LowerBound); in constructSubrangeDIE()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 3989 Expr *LowerBound, in ActOnOMPArraySectionExpr() argument 4000 if (LowerBound && LowerBound->getType()->isNonOverloadPlaceholderType()) { in ActOnOMPArraySectionExpr() 4001 ExprResult Result = CheckPlaceholderExpr(LowerBound); in ActOnOMPArraySectionExpr() 4004 LowerBound = Result.get(); in ActOnOMPArraySectionExpr() 4015 (LowerBound && in ActOnOMPArraySectionExpr() 4016 (LowerBound->isTypeDependent() || LowerBound->isValueDependent())) || in ActOnOMPArraySectionExpr() 4019 OMPArraySectionExpr(Base, LowerBound, Length, Context.DependentTy, in ActOnOMPArraySectionExpr() 4036 if (LowerBound) { in ActOnOMPArraySectionExpr() 4037 auto Res = PerformOpenMPImplicitIntegerConversion(LowerBound->getExprLoc(), in ActOnOMPArraySectionExpr() 4038 LowerBound); in ActOnOMPArraySectionExpr() [all …]
|
D | TreeTransform.h | 2012 Expr *LowerBound, in RebuildOMPArraySectionExpr() argument 2015 return getSema().ActOnOMPArraySectionExpr(Base, LBracketLoc, LowerBound, in RebuildOMPArraySectionExpr() 8228 ExprResult LowerBound; in TransformOMPArraySectionExpr() local 8230 LowerBound = getDerived().TransformExpr(E->getLowerBound()); in TransformOMPArraySectionExpr() 8231 if (LowerBound.isInvalid()) in TransformOMPArraySectionExpr() 8243 LowerBound.get() == E->getLowerBound() && Length.get() == E->getLength()) in TransformOMPArraySectionExpr() 8247 Base.get(), E->getBase()->getLocEnd(), LowerBound.get(), E->getColonLoc(), in TransformOMPArraySectionExpr()
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 710 void Shift(BitVector& Visited, int LowerBound, int UpperBound);
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 339 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local 340 return Builder->CreateICmpUGT(Add, LowerBound); in InsertRangeTest()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2687 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() local 2688 if (isKnownPredicate(CmpInst::ICMP_SGT, LowerBound, Delta)) in testBounds()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3841 Expr *LowerBound, SourceLocation ColonLoc,
|