Home
last modified time | relevance | path

Searched refs:LDT (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp320 auto LDT = LD->getType(Context); variable
321 ASSERT_FALSE(LDT.isNull());
322 const auto *DElaboratedType = dyn_cast<ElaboratedType>(LDT);
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp566 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...]
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h243 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; }
240 setLargeDataThreshold(uint64_t LDT) setLargeDataThreshold() argument
/llvm-project/llvm/tools/llc/
H A Dllc.cpp583 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
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp416 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
/llvm-project/llvm/lib/Target/X86/
H A DX86SchedAlderlakeP.td1416 "^S(TR|LDT)16r$")>;
H A DX86SchedSapphireRapids.td1730 "^S(TR|LDT)16r$")>;