Home
last modified time | relevance | path

Searched refs:ML (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp85 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local
87 if (!ML && !WE) in getRegionFor()
89 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { in getRegionFor()
91 if (LoopMap.count(ML)) in getRegionFor()
92 return LoopMap[ML].get(); in getRegionFor()
93 LoopMap[ML] = llvm::make_unique<ConcreteRegion<MachineLoop>>(ML); in getRegionFor()
94 return LoopMap[ML].get(); in getRegionFor()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dpolyml16 # Type: Poly/ML saved data
19 0 string POLYSAVE Poly/ML saved state
22 0 string POLYMODU Poly/ML saved module
H A Dmathematica71 # GRR: Too weak; also matches other languages e.g. ML
H A Danimation341 >>>17 byte&0xF0 128 \b@ML
360 >>>>>145 byte&0xF0 128 \b@ML
377 >>>81 byte&0xF0 128 \b@ML
/freebsd-12.1/usr.bin/tabs/
H A Dtabs.c84 const char *cr, *ct, *st, *ML; in main() local
151 ML = tgetstr("ML", &ap); in main()
162 if (ML != NULL) { in main()
164 putp(ML); in main()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp341 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
342 if (ML->begin() == ML->end() && !OptForSize) in tryReplaceInstr()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp234 MuxInfoList ML; in genMuxInBlock() local
329 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock()
332 for (MuxInfo &MX : ML) { in genMuxInBlock()
H A DRDFGraph.cpp494 NodeAddr<NodeBase*> ML = getLastMember(G); in addMember() local
495 if (ML.Id != 0) { in addMember()
496 ML.Addr->append(NA); in addMember()
H A DHexagonBitSimplify.cpp1629 BitTracker::RegisterRef ML, MH; in processBlock() local
1630 if (findMatch(TL, ML, AVB) && findMatch(TH, MH, AVB)) { in processBlock()
1634 .addReg(ML.Reg, 0, ML.Sub) in processBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp232 MethodVFTableLocation ML = in getThisArgumentTypeForMethod() local
240 if (ML.VBase || !ML.VFPtrOffset.isZero()) in getThisArgumentTypeForMethod()
1334 MethodVFTableLocation ML = in getVirtualFunctionPrologueThisAdjustment() local
1336 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment()
1345 if (ML.VBase) { in getVirtualFunctionPrologueThisAdjustment()
1382 MethodVFTableLocation ML = in adjustThisArgumentForVirtualFunctionCall() local
1385 CharUnits StaticOffset = ML.VFPtrOffset; in adjustThisArgumentForVirtualFunctionCall()
1394 if (ML.VBase) { in adjustThisArgumentForVirtualFunctionCall()
1410 if (ML.VBase) { in adjustThisArgumentForVirtualFunctionCall()
1853 ML.VBase ? ML.VBase : MethodDecl->getParent()), in getVirtualFunctionPointer()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineLICM.cpp507 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local
508 if (ML && ML->getHeader()->isEHPad()) continue; in HoistRegionPostRA()
691 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
692 if (ML && ML->getHeader()->isEHPad()) in HoistOutOfLoop()
H A DBranchFolding.cpp469 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local
470 ML->addBasicBlockToLoop(NewMBB, MLI->getBase()); in SplitMBBAt()
1125 MachineLoop *ML; in TailMergeBlocks() local
1138 ML = MLI->getLoopFor(IBB); in TailMergeBlocks()
1139 if (ML && IBB == ML->getHeader()) in TailMergeBlocks()
1166 if (ML != MLI->getLoopFor(PBB)) in TailMergeBlocks()
H A DMachineCombiner.cpp504 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
575 if (ML && TII->isThroughputPattern(P)) in combineInstructions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp139 const MethodVFTableLocation &ML,
309 const MethodVFTableLocation &ML);
651 MethodVFTableLocation ML = in mangleMemberFunctionPointer() local
653 mangleVirtualMemPtrThunk(MD, ML); in mangleMemberFunctionPointer()
654 NVOffset = ML.VFPtrOffset.getQuantity(); in mangleMemberFunctionPointer()
655 VBTableOffset = ML.VBTableIndex * 4; in mangleMemberFunctionPointer()
656 if (ML.VBase) { in mangleMemberFunctionPointer()
688 const CXXMethodDecl *MD, const MethodVFTableLocation &ML) { in mangleVirtualMemPtrThunk() argument
692 uint64_t OffsetInVFTable = ML.Index * PointerWidth.getQuantity(); in mangleVirtualMemPtrThunk()
3010 const CXXMethodDecl *MD, const MethodVFTableLocation &ML, in mangleVirtualMemPtrThunk() argument
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp563 NeedLift = llvm::any_of(MemLocs, [C, &AA](const MemoryLocation &ML) { in moveUp() argument
564 return isModOrRefSet(AA.getModRefInfo(C, ML)); in moveUp()
589 auto ML = MemoryLocation::get(C); in moveUp() local
590 if (isModOrRefSet(AA.getModRefInfo(P, ML))) in moveUp()
593 MemLocs.push_back(ML); in moveUp()
/freebsd-12.1/share/syscons/fonts/
H A Diso15-8x8.fnt44 ML&X````\9L!F'#`P&'C,_,!X`!@P>,S\P'@`>(1XS/S`>`#,`'C,_,!X`&`P
H A Diso-8x8.fnt44 ML&X````\9L!F'#`P&'C,_,!X`!@P>,S\P'@`>(1XS/S`>`#,`'C,_,!X`&`P
H A Dcp1251-8x8.fnt44 M?ML````\9@QF/````&9N?G9F```89FY^=F8```!F;'AL9@```!XV9F9F````
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h294 void setMemoryLeader(const MemoryAccess *ML) { MemoryLeader = ML; } in setMemoryLeader() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h206 const MethodVFTableLocation &ML,
/freebsd-12.1/contrib/gdb/
H A Dlibtool.m4557 lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)']
657 [lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)']
688 …lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0…
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedA57.td380 def : InstRW<[A57Write_5cyc_1W], (instregex "^ML[AS](v8i8|v4i16|v2i32)(_indexed)?$")>;
382 def : InstRW<[A57Write_6cyc_2W], (instregex "^ML[AS](v16i8|v8i16|v4i32)(_indexed)?$")>;
388 def : InstRW<[A57WriteIVMA, A57ReadIVMA4], (instregex "^(S|U|SQD)ML[AS]L")>;
H A DAArch64SchedExynosM4.td736 M4ReadNMULM1], (instregex "^ML[AS]v")>;
742 M4ReadNMULM1], (instregex "^(S|U|SQD)ML[AS]L(v1(i32|i64)|v2i32|v4i16|v8i8)")>;
744 M4ReadNMULP2], (instregex "^(S|U|SQD)ML[AS]L(v4i32|v8i16|v16i8)")>;
/freebsd-12.1/contrib/sendmail/contrib/
H A Dmail.local.linux27 ML^?/H#^_4-%"`0@5((:\@9-'3IHS:.B`0#$FA<@<.3Q205,&A)0R9\JXH3,'
83 ML([=R`-F,`;#01!H@(SD:%CF2`9B((_3:%AP<`?ND8_1.(_ZL18`V8YUT!Q(
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1017 for (MachineLoop *ML : depth_first(It)) in loopendPatternMatch()
1018 NestedLoops.push_front(ML); in loopendPatternMatch()

123