Home
last modified time | relevance | path

Searched refs:LK (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp992 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local
996 if (LK.first == TypeExpandInteger) { in getTypeConversion()
1534 LegalizeKind LK; in getVectorTypeBreakdown() local
1538 LK = getTypeConversion(Context, PartVT); in getVectorTypeBreakdown()
1539 PartVT = LK.second; in getVectorTypeBreakdown()
1540 } while (LK.first != TypeLegal); in getVectorTypeBreakdown()
1824 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local
1826 if (LK.first == TypeLegal) in getTypeLegalizationCost()
1829 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
1833 if (MTy == LK.second) in getTypeLegalizationCost()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dproxy-level-test.crt9 LK/0+s6OBuSEa6bEXJ5ecPFe7OeaSctN+7CMOS8FQJHFhH6zpq5uCcSnFS7ZxOGK
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp128 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in FactEntry() argument
130 : CapabilityExpr(CE), LKind(LK), Source(Src), AcquireLoc(Loc) {} in FactEntry()
153 bool isAtLeast(LockKind LK) const { in isAtLeast()
154 return (LKind == LK_Exclusive) || (LK == LK_Shared); in isAtLeast()
860 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in LockableFactEntry() argument
862 : FactEntry(CE, LK, Loc, Src) {} in LockableFactEntry()
1632 LockKind LK = getLockKindFromAccessKind(AK); in warnIfMutexNotHeld() local
1674 LK, Loc, &PartMatchName); in warnIfMutexNotHeld()
1678 LK, Loc); in warnIfMutexNotHeld()
1683 if (NoError && LDat && !LDat->isAtLeast(LK)) { in warnIfMutexNotHeld()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Ddc-test.0120 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
H A Ddc-test.0220 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
H A DINSTALL314 0.19,6.BO,11.BI,16./,21.528,31.LK
316 if (LK) LR = (spreg)IEA(CIA + 4);
320 different entries - one for LK=0 and one for LK=1. With duplicate
322 one with LK hardwired to 0 and one with LK hardwired to 1.
326 to LK if LR==0).
H A Ddc-stupid20 array,normal:21:31:32:-1:OE,LR,AA,Rc,LK:
H A Ddc-complex20 array,normal: 21:31:32:-1:OE,LR,AA,Rc,LK:
H A Dpowerpc.igen1501 0.18,6.LI,30.AA,31.LK:I:::Branch
1510 if (LK) LR = (spreg)CIA+4;
1514 0.16,6.BO,11.BI,16.BD,30.AA,31.LK:B:::Branch Conditional
1534 if (LK) LR = (spreg)IEA(CIA + 4);
1557 0.19,6.BO,11.BI,16./,21.16,31.LK:XL:::Branch Conditional to Link Register
1576 if (LK) LR = (spreg)IEA(CIA + 4);
1592 0.19,6.BO,11.BI,16./,21.528,31.LK:XL:::Branch Conditional to Count Register
1607 if (LK) LR = (spreg)IEA(CIA + 4);
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddc-test.0220 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
H A Ddc-test.0120 21:31:32:-1:0:OE,LR,AA,Rc,LK:0:0x00000000:0x00000000:0
H A Ddc-complex20 array,normal: 21:31:32:-1:OE,LR,AA,Rc,LK:
H A Ddc-stupid20 array,normal:21:31:32:-1:OE,LR,AA,Rc,LK:
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h192 LockKind LK, SourceLocation Loc,
/netbsd-src/sys/sys/
H A Dmount.h224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP) argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp615 CodeGenIntrinsic::ModRefBehavior LK = L->ModRef; in operator ()() local
617 if (LK != RK) return (LK > RK); in operator ()()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166150 LK Sri Lanka
H A Diso-3166.texi255 @item LK
H A DISO_3166_de138 LK LKA Sri Lanka
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1948 void cleanupPair(FormatToken *Start, LeftKind LK, RightKind RK, in cleanupPair() argument
1961 if (Left->is(LK) && Right->is(RK)) { in cleanupPair()
1975 void cleanupLeft(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupLeft() argument
1976 cleanupPair(Start, LK, RK, /*DeleteLeft=*/true); in cleanupLeft()
1980 void cleanupRight(FormatToken *Start, LeftKind LK, RightKind RK) { in cleanupRight() argument
1981 cleanupPair(Start, LK, RK, /*DeleteLeft=*/false); in cleanupRight()
/netbsd-src/external/public-domain/tz/dist/
H A Diso3166.tab160 LK Sri Lanka
H A Dzone1970.tab202 LK +0656+07951 Asia/Colombo
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi172 * LK with the downstream DTB appended and then, only from there, load
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1948 LockKind LK, SourceLocation Loc, in handleMutexNotHeld() argument
1971 << LockName << LK); in handleMutexNotHeld()
2001 << LockName << LK); in handleMutexNotHeld()
/netbsd-src/share/misc/
H A Dcountry228 Sri Lanka LK LKA 144 CE

12