Searched refs:LDT (Results 1 – 7 of 7) sorted by relevance
320 auto LDT = LD->getType(Context); variable321 ASSERT_FALSE(LDT.isNull());322 const auto *DElaboratedType = dyn_cast<ElaboratedType>(LDT);
566 LoopDepthTree LDT;583 : LDT(LI), DTU(DT, PDT, DomTreeUpdater::UpdateStrategy::Lazy), LI(LI), in LoopFuser() 600 while (!LDT.empty()) { in fuseLoops() 601 LLVM_DEBUG(dbgs() << "Got " << LDT.size() << " loop sets for depth " in fuseLoops() 602 << LDT.getDepth() << "\n";); in fuseLoops() 604 for (const LoopVector &LV : LDT) { in fuseLoops() 631 LDT.descend(); in fuseLoops() 868 assert(!LDT.isRemovedLoop(FC0->L) && in fuseCandidates() 872 assert(!LDT.isRemovedLoop(FC1->L) && in fuseCandidates() 1042 LDT in fuseCandidates() 567 LoopDepthTree LDT; global() member [all...]
243 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; }240 setLargeDataThreshold(uint64_t LDT) setLargeDataThreshold() argument
583 if (std::optional<uint64_t> LDT = codegen::getExplicitLargeDataThreshold()) in compileModule() 584 Target->setLargeDataThreshold(*LDT); in compileModule() 581 if (std::optional<uint64_t> LDT = codegen::getExplicitLargeDataThreshold()) compileModule() local
416 uint64_t LDT; in parseCodeGenArgs() 417 if (llvm::StringRef(arg->getValue()).getAsInteger(/*Radix=*/10, LDT)) { in parseCodeGenArgs() 421 opts.LargeDataThreshold = LDT;405 uint64_t LDT; parseCodeGenArgs() local
1416 "^S(TR|LDT)16r$")>;
1730 "^S(TR|LDT)16r$")>;