Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp567 LoopDepthTree LDT; member
584 : LDT(LI), DTU(DT, PDT, DomTreeUpdater::UpdateStrategy::Lazy), LI(LI), in LoopFuser()
601 while (!LDT.empty()) { in fuseLoops()
602 LLVM_DEBUG(dbgs() << "Got " << LDT.size() << " loop sets for depth " in fuseLoops()
603 << LDT.getDepth() << "\n";); in fuseLoops()
605 for (const LoopVector &LV : LDT) { in fuseLoops()
632 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.h240 void setLargeDataThreshold(uint64_t LDT) { LargeDataThreshold = LDT; } in setLargeDataThreshold() argument
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp581 if (std::optional<uint64_t> LDT = codegen::getExplicitLargeDataThreshold()) in compileModule() local
582 Target->setLargeDataThreshold(*LDT); in compileModule()
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S291 do_ldt: movq PCPU(LDT),%rax
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedAlderlakeP.td1418 "^S(TR|LDT)16r$")>;
H A DX86SchedSapphireRapids.td1725 "^S(TR|LDT)16r$")>;