Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/Layout/
H A Daix-bitfield-alignment.cpp36 enum LL : unsigned long long { val = 1 }; enum
H A Daix-bitfield-alignment.c188 enum LL : unsigned long long { val = 1 }; enum
/llvm-project/llvm/lib/Target/Mips/
H A 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
622 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp587 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 DHexagonFrameLowering.cpp2306 if (LL == IndexType::None) in optimizeSpillSlots() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp122 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 Ddfsqrt.S163 #define LL r5:4 macro
250 LL = mpyu(ROOTLO,ROOTLO) define
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1870 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 DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; SplitRes_Select() local
556 SDValue LL, LH, RL, RH; SplitRes_SELECT_CC() local
[all...]
H A DLegalizeIntegerTypes.cpp4263 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 DTargetLowering.cpp7651 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 DScaledNumber.cpp27 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 Dsanitizer_format_interceptor_test.cpp42 static const unsigned LL = sizeof(long long); variable
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp33 long long LL; member
/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c32 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 Duse-using.cpp7 typedef long LL; typedef
/llvm-project/clang/test/SemaCXX/
H A Dattr-noreturn.cpp87 struct LL : KK {}; struct
H A Dcxx1y-generic-lambdas.cpp804 auto LL = L(1, 'a', 3.14, "abc"); in test() local
/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp677 StringRef U, F, L, LL; member
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp1165 { ListScope LL(W, "ListInList"); } in TEST_F() local
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp359 for (const Module::LinkLibrary &LL : LinkLibs) toJSONSorted() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp638 SDValue LL, RL, AddendL, AddendH; in TryExpandADDWithMul() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3037 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { addLinkOptionsPostorder() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12454 auto *LL = LHSAddExpr->getOperand(0); isImpliedViaOperations() local
12468 Value *LL, *LR; isImpliedViaOperations() local
[all...]
H A DValueTracking.cpp8705 Value *LL = LU->getOperand(0); matchSimpleRecurrence() local

12