/llvm-project/clang/test/Layout/ |
H A D | aix-bitfield-alignment.cpp | 36 enum LL : unsigned long long { val = 1 }; enum
|
H A D | aix-bitfield-alignment.c | 188 enum LL : unsigned long long { val = 1 }; enum
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 82 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 622 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 587 const IFListType &LL = I.second; in dump_map() local 855 const RSListType &LL = I.second; in findRecordInsertForms() local 885 RSListType &LL = F->second; in findRecordInsertForms() local 1028 IFListType &LL = I.second; in computeRemovableRegisters() local 1050 IFListType &LL = F->second; in pruneCoveredSets() local 1136 IFListType &LL = F->second; pruneUsesTooFar() local 1157 IFListType &LL = F->second; pruneRegCopies() local 1273 const IFListType &LL = I->second; selectCandidates() local 1310 IFListType &LL = I->second; selectCandidates() local 1362 const IFListType &LL = I->second; selectCandidates() local 1367 IFListType &LL = I->second; selectCandidates() local [all...] |
H A D | HexagonFrameLowering.cpp | 2306 if (LL == IndexType::None) in optimizeSpillSlots() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 122 const MCInstrDesc &LL = TII->get(PPC::LQARX); expandAtomicRMW128() local 220 const MCInstrDesc &LL = TII->get(PPC::LQARX); expandAtomicCmpSwap128() local
|
/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfsqrt.S | 163 #define LL r5:4 macro 250 LL = mpyu(ROOTLO,ROOTLO) define
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 1870 LibraryLoad LL; addLibraries() local 1882 LibraryLoad LL; addLibraries() local 1897 LibraryLoad LL; addLibraries() local 1909 LibraryLoad LL; addLibraries() local 1931 __anone99c97261202(const char *Path, const LibraryLoad &LL) addLibraries() argument 1971 auto LL = LibraryLoadQueue.front(); addLibraries() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; SplitRes_Select() local 556 SDValue LL, LH, RL, RH; SplitRes_SELECT_CC() local [all...] |
H A D | LegalizeIntegerTypes.cpp | 4263 SDValue LL, LH, RL, RH; in ExpandIntRes_MULFIX() local 4127 SDValue LL, LH, RL, RH; ExpandIntRes_Logical() local 4140 SDValue LL, LH, RL, RH; ExpandIntRes_MUL() local [all...] |
H A D | TargetLowering.cpp | 7651 LL = DAG.getNode(ISD::TRUNCATE, dl, HiLoVT, LHS); in expandMUL() argument 7478 expandMUL_LOHI(unsigned Opcode,EVT VT,const SDLoc & dl,SDValue LHS,SDValue RHS,SmallVectorImpl<SDValue> & Result,EVT HiLoVT,SelectionDAG & DAG,MulExpansionKind Kind,SDValue LL,SDValue LH,SDValue RL,SDValue RH) const expandMUL_LOHI() argument 7689 expandDIVREMByConstant(SDNode * N,SmallVectorImpl<SDValue> & Result,EVT HiLoVT,SelectionDAG & DAG,SDValue LL,SDValue LH) const expandDIVREMByConstant() argument 10435 forceExpandWideMUL(SelectionDAG & DAG,const SDLoc & dl,bool Signed,EVT WideVT,const SDValue LL,const SDValue LH,const SDValue RL,const SDValue RH,SDValue & Lo,SDValue & Hi) const forceExpandWideMUL() argument [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); in multiply64() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_format_interceptor_test.cpp | 42 static const unsigned LL = sizeof(long long); variable
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 33 long long LL; member
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 32 long long LL, unsigned long long ULL, signed long long SLL, in builtinType()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-using.cpp | 7 typedef long LL; typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-noreturn.cpp | 87 struct LL : KK {}; struct
|
H A D | cxx1y-generic-lambdas.cpp | 804 auto LL = L(1, 'a', 3.14, "abc"); in test() local
|
/llvm-project/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 677 StringRef U, F, L, LL; member
|
/llvm-project/llvm/unittests/Support/ |
H A D | ScopedPrinterTest.cpp | 1165 { ListScope LL(W, "ListInList"); } in TEST_F() local
|
/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 359 for (const Module::LinkLibrary &LL : LinkLibs) toJSONSorted() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 638 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3037 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { addLinkOptionsPostorder() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 12454 auto *LL = LHSAddExpr->getOperand(0); isImpliedViaOperations() local 12468 Value *LL, *LR; isImpliedViaOperations() local [all...] |
H A D | ValueTracking.cpp | 8705 Value *LL = LU->getOperand(0); matchSimpleRecurrence() local
|