Home
last modified time | relevance | path

Searched refs:LA (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp69 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getOpDescriptions() local
70 Descriptions[LA] = Desc(Op::Dwarf2); in getOpDescriptions()
71 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getOpDescriptions() local
72 Descriptions[LA] = Desc(Op::Dwarf2); in getOpDescriptions()
73 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getOpDescriptions() local
74 Descriptions[LA] = Desc(Op::Dwarf2, Op::SignedSizeLEB); in getOpDescriptions()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLoadLinkableFile.cpp42 loadLinkableFile(StringRef Path, const Triple &TT, LoadArchives LA, in loadLinkableFile() argument
66 if (LA != LoadArchives::Never) in loadLinkableFile()
72 if (LA == LoadArchives::Required) in loadLinkableFile()
85 if (LA == LoadArchives::Required) in loadLinkableFile()
98 if (LA == LoadArchives::Required) in loadLinkableFile()
113 FD, std::move(*Buf), TT, LA, Path, *IdentifierOverride); in loadLinkableFile()
H A DMachO.cpp99 loadMachORelocatableObject(StringRef Path, const Triple &TT, LoadArchives LA, in loadMachORelocatableObject() argument
145 const Triple &TT, LoadArchives LA, in loadLinkableSliceFromMachOUniversalBinary() argument
168 if (LA != LoadArchives::Never) in loadLinkableSliceFromMachOUniversalBinary()
172 if (LA != LoadArchives::Required) { in loadLinkableSliceFromMachOUniversalBinary()
186 switch (LA) { in loadLinkableSliceFromMachOUniversalBinary()
H A DEPCGenericRTDyldMemoryManager.cpp172 ExecutorAddr LA(LoadAddr); in registerEHFrames() local
174 if (SecAllocGroup.RemoteCode.contains(LA) || in registerEHFrames()
175 SecAllocGroup.RemoteROData.contains(LA) || in registerEHFrames()
176 SecAllocGroup.RemoteRWData.contains(LA)) { in registerEHFrames()
177 SecAllocGroup.UnfinalizedEHFrames.push_back({LA, Size}); in registerEHFrames()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1724 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1725 ((__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \
1783 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1784 ((int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \
2086 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
2087 ((int)__builtin_ia32_pcmpestria128((__v16qi)(__m128i)(A), (int)(LA), \
2140 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
2141 ((int)__builtin_ia32_pcmpestric128((__v16qi)(__m128i)(A), (int)(LA), \
2193 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
2194 ((int)__builtin_ia32_pcmpestrio128((__v16qi)(__m128i)(A), (int)(LA), \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp133 Attribute LA = *LI; in cmpAttrs() local
135 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs()
136 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs()
137 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs()
139 Type *TyL = LA.getValueAsType(); in cmpAttrs()
152 } else if (LA.isConstantRangeAttribute() && in cmpAttrs()
154 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs()
155 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs()
157 if (int Res = cmpConstantRanges(LA.getRange(), RA.getRange())) in cmpAttrs()
160 } else if (LA.isConstantRangeListAttribute() && in cmpAttrs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp732 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute() argument
740 AttrEnd.setEofData(LA.Toks.data()); in ParseLexedAttribute()
741 LA.Toks.push_back(AttrEnd); in ParseLexedAttribute()
745 LA.Toks.push_back(Tok); in ParseLexedAttribute()
746 PP.EnterTokenStream(LA.Toks, true, /*IsReinject=*/true); in ParseLexedAttribute()
752 if (LA.Decls.size() > 0) { in ParseLexedAttribute()
753 Decl *D = LA.Decls[0]; in ParseLexedAttribute()
761 if (LA.Decls.size() == 1) { in ParseLexedAttribute()
773 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, nullptr, in ParseLexedAttribute()
782 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, nullptr, in ParseLexedAttribute()
[all …]
H A DParseDecl.cpp185 LateParsedAttribute *LA = in ParseSingleGNUAttribute() local
187 LateAttrs->push_back(LA); in ParseSingleGNUAttribute()
192 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseSingleGNUAttribute()
196 LA->Toks.push_back(Tok); in ParseSingleGNUAttribute()
199 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, /*StopAtSemi=*/true); in ParseSingleGNUAttribute()
204 LA->Toks.push_back(Eof); in ParseSingleGNUAttribute()
4778 for (auto *LA : LAs) { in ParseLexedCAttributeList() local
4779 ParseLexedCAttribute(*LA, EnterScope, OutAttrs); in ParseLexedCAttributeList()
4780 delete LA; in ParseLexedCAttributeList()
4785 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachO.h57 StringRef Path, const Triple &TT, LoadArchives LA,
67 const Triple &TT, LoadArchives LA,
H A DLoadLinkableFile.h59 loadLinkableFile(StringRef Path, const Triple &TT, LoadArchives LA,
/freebsd/crypto/openssl/test/certs/
H A Dee-cert-noncrit-unknown-ext.pem19 LA==
H A Dee-self-signed-pss.pem7 LA/Vc/vit6gbenVgK9R9PHN2ta7eky9/JJBtyRz0ijjNn6KAFlbLtCy7k+UXH/8N
/freebsd/contrib/byacc/
H A Dlalr.c32 unsigned *LA; variable
157 LA = NEW2(k * tokensetsize, unsigned); in initialize_LA()
533 rowp = LA; in compute_lookaheads()
H A Dgraph.c101 unsigned *rowp = LA + larno * tokensetsize; in graph_LA()
H A Dmkpar.c120 unsigned *rowp = LA + i * tokensetsize; in add_reductions()
H A Ddefs.h399 extern unsigned *LA;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dinterlaken-lac.txt24 The Interlaken LA controller connects internal platform to Interlaken serial
25 interface. It accepts LA command through software portals, which are system
26 memory mapped 4KB spaces. The LA commands are then translated into the
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1029 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() local
1031 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
1032 LA == TypeSoftPromoteHalf || in getTypeConversion()
1037 if (LA == TypeSplitVector) in getTypeConversion()
1038 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion()
1039 if (LA == TypeScalarizeVector) in getTypeConversion()
1040 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1041 return LegalizeKind(LA, NVT); in getTypeConversion()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h667 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument
668 LateAttrs = LA; in enableLateAttributeInstantiation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp361 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
369 BuildMI(MBB, MI, DL, TII->get(SystemZ::LA), ScratchReg) in eliminateFrameIndex()
H A DREADME.txt25 The tuning of the choice between LOAD ADDRESS (LA) and addition in
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp970 if (auto LA = LI->getAlign(); in foldPatternedLoads() local
971 LA <= GV->getAlign().valueOrOne() && Stride.getZExtValue() < LA.value()) { in foldPatternedLoads()
973 Stride = APInt(BW, LA.value()); in foldPatternedLoads()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1507 TargetLowering::LegalizeAction LA = TargetLowering::Expand; variable
1510 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
1512 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
1514 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) {
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A DMUTTUCData.txt257 E932;DEVANAGARI HALF LETTER LA;Lo;0;L;;;;;N;;;;;

123