Home
last modified time | relevance | path

Searched defs:LL (Results 1 – 25 of 46) sorted by relevance

12

/external/arm-trusted-firmware/include/export/lib/
Dutils_def_exp.h26 # define LL(_x) (_x) macro
33 # define LL(_x) (_x##LL) macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp82 unsigned LL, SC; in expandAtomicCmpSwapSubword() local
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp543 const IFListType &LL = I->second; in dump_map() local
827 const RSListType &LL = I->second; in findRecordInsertForms() local
860 RSListType &LL = F->second; in findRecordInsertForms() local
1007 IFListType &LL = I->second; in computeRemovableRegisters() local
1031 IFListType &LL = F->second; in pruneCoveredSets() local
1120 IFListType &LL = F->second; in pruneUsesTooFar() local
1142 IFListType &LL = F->second; in pruneRegCopies() local
1258 const IFListType &LL = I->second; in selectCandidates() local
1295 IFListType &LL = I->second; in selectCandidates() local
1347 const IFListType &LL = I->second; in selectCandidates() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp590 const IFListType &LL = I->second; in dump_map() local
870 const RSListType &LL = I->second; in findRecordInsertForms() local
902 RSListType &LL = F->second; in findRecordInsertForms() local
1046 IFListType &LL = I->second; in computeRemovableRegisters() local
1068 IFListType &LL = F->second; in pruneCoveredSets() local
1156 IFListType &LL = F->second; in pruneUsesTooFar() local
1177 IFListType &LL = F->second; in pruneRegCopies() local
1295 const IFListType &LL = I->second; in selectCandidates() local
1332 IFListType &LL = I->second; in selectCandidates() local
1384 const IFListType &LL = I->second; in selectCandidates() local
[all …]
/external/dagger2/javatests/dagger/hilt/android/
DAndroidEntryPointBaseClassTest.java92 public static class LL extends Hilt_AndroidEntryPointBaseClassTest_LL {} class in AndroidEntryPointBaseClassTest
/external/boringssl/src/crypto/des/
Dinternal.h218 #define D_ENCRYPT(ks, LL, R, S) \ argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/des/
Dinternal.h218 #define D_ENCRYPT(ks, LL, R, S) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp506 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
544 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
DLegalizeIntegerTypes.cpp2910 SDValue LL, LH, RL, RH; in ExpandIntRes_Logical() local
2923 SDValue LL, LH, RL, RH; in ExpandIntRes_MUL() local
3070 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
547 SDValue LL, LH, RL, RH; in SplitRes_SELECT_CC() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc41 static const unsigned LL = sizeof(long long); variable
/external/rust/crates/quiche/deps/boringssl/src/decrepit/blowfish/
Dblowfish.c68 #define BF_ENC(LL, R, S, P) \ argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c68 #define BF_ENC(LL, R, S, P) \ argument
/external/llvm/lib/Support/
DScaledNumber.cpp28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
/external/clang/test/CodeGen/
Dxcore-stringtype.c33 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
/external/lua/src/
Dllimits.h70 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro
/external/clang/test/SemaCXX/
Dattr-noreturn.cpp87 struct LL : KK {}; struct
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp478 ListScope LL(P, FileListName); in dumpDbiStream() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h499 TreeTy *LL = getLeft(L); in balanceTree() local
/external/llvm/include/llvm/ADT/
DImmutableSet.h499 TreeTy *LL = getLeft(L); in balanceTree() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1114 unsigned LL, SC, AND, NOR, ZERO, BEQ; in emitAtomicBinary() local
1263 unsigned LL, SC; in emitAtomicBinaryPartword() local
1402 unsigned LL, SC, ZERO, BNE, BEQ; in emitAtomicCmpSwap() local
1517 unsigned LL, SC; in emitAtomicCmpSwapPartword() local
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp678 StringRef U, F, L, LL; member
/external/skia/src/core/
DSkBlurMF.cpp354 const SkVector& LL = rrect.radii(SkRRect::kLowerLeft_Corner); in filterRRectToNine() local
/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc748 #define LL(x) PROTOBUF_LONGLONG(x) in TEST() macro

12