Home
last modified time | relevance | path

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

12345678910>>...21

/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/
Dppc64_reloc.s30 # confirm that LK flag is set for bl
41 # confirm that LK flag is not set for b
/external/arm-trusted-firmware/docs/components/spd/
Dtlk-dispatcher.rst22 extends technology made available with the development of the Little Kernel (LK).
23 You can download the LK modular embedded preemptive kernel for use on Arm,
37 NVIDIA extensions to Little Kernel (LK) include:
/external/icu/icu4c/source/data/locales/
Dsg.txt61 "LK",
65 "LK",
/external/icu/icu4c/source/data/region/
Dfa_AF.txt53 LK{"سریلانکا"}
Dyi.txt129 LK{"סרי־לאַנקאַ"}
Dzgh.txt118 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
Dshi.txt118 LK{"ⵙⵔⵉⵍⴰⵏⴽⴰ"}
Ddyo.txt96 LK{"Siri Lanka"}
Dtt.txt129 LK{"Шри-Ланка"}
Dvai.txt138 LK{"ꖬꔸ ꕞꘋꕪ"}
Dbrx.txt163 LK{"श्री लँका"}
Dpt_PT.txt44 LK{"Sri Lanca"}
Dtg.txt130 LK{"Шри-Ланка"}
Dks.txt160 LK{"سِریٖلَنکا"}
Dpa.txt172 LK{"ਸ੍ਰੀ ਲੰਕਾ"}
Das.txt172 LK{"শ্রীলংকা"}
Dky.txt172 LK{"Шри-Ланка"}
Dmn.txt172 LK{"Шри-Ланка"}
/external/u-boot/doc/
DREADME.mediatek73 After all low level initializations passed, the preloader will locate the LK image and
99 lk: If lk=1, LK image header is used. Otherwise BootROM image header is used.
101 lkname: The name of the LK image header. The maximum length is 32.
/external/clang/lib/Analysis/
DThreadSafety.cpp105 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in FactEntry() argument
107 : CapabilityExpr(CE), LKind(LK), AcquireLoc(Loc), Asserted(Asrt), in FactEntry()
129 bool isAtLeast(LockKind LK) { in isAtLeast() argument
130 return (LKind == LK_Exclusive) || (LK == LK_Shared); in isAtLeast()
818 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, in LockableFactEntry() argument
820 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {} in LockableFactEntry()
1505 LockKind LK = getLockKindFromAccessKind(AK); in warnIfMutexNotHeld() local
1548 LK, Loc, &PartMatchName); in warnIfMutexNotHeld()
1552 LK, Loc); in warnIfMutexNotHeld()
1557 if (NoError && LDat && !LDat->isAtLeast(LK)) { in warnIfMutexNotHeld()
[all …]
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h165 LockKind LK, SourceLocation Loc,
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp465 CodeGenIntrinsic::ModRefBehavior LK = L->ModRef; in operator ()() local
467 if (LK != RK) return (LK > RK); in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp786 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local
790 if (LK.first == TypeExpandInteger) in getTypeConversion()
1514 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local
1516 if (LK.first == TypeLegal) in getTypeLegalizationCost()
1519 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
1523 if (MTy == LK.second) in getTypeLegalizationCost()
1527 MTy = LK.second; in getTypeLegalizationCost()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DIntrinsicEmitter.cpp502 CodeGenIntrinsic::ModRefBehavior LK = L->ModRef; in operator ()() local
504 if (LK != RK) return (LK > RK); in operator ()()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1045 LegalizeKind LK = getTypeConversion(Context, EltVT); in getTypeConversion() local
1049 if (LK.first == TypeExpandInteger) in getTypeConversion()
1740 LegalizeKind LK = getTypeConversion(C, MTy); in getTypeLegalizationCost() local
1742 if (LK.first == TypeLegal) in getTypeLegalizationCost()
1745 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger) in getTypeLegalizationCost()
1749 if (MTy == LK.second) in getTypeLegalizationCost()
1753 MTy = LK.second; in getTypeLegalizationCost()

12345678910>>...21