Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp566 LoopDepthTree LDT; member
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()
869 assert(!LDT.isRemovedLoop(FC0->L) && in fuseCandidates()
873 assert(!LDT.isRemovedLoop(FC1->L) && in fuseCandidates()
1043 LDT.removeLoop(FC1->L); in fuseCandidates()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h272 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() argument
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp579 if (std::optional<uint64_t> LDT = codegen::getExplicitLargeDataThreshold()) in compileModule() local
580 Target->setLargeDataThreshold(*LDT); in compileModule()
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S282 do_ldt: movq PCPU(LDT),%rax
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedLunarlakeP.td1501 "^S(TR|LDT)16r$")>;
H A DX86SchedAlderlakeP.td1416 "^S(TR|LDT)16r$")>;
H A DX86SchedSapphireRapids.td1730 "^S(TR|LDT)16r$")>;