| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.cpp | 69 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 D | LoadLinkableFile.cpp | 42 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 D | MachO.cpp | 99 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 D | EPCGenericRTDyldMemoryManager.cpp | 172 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 D | smmintrin.h | 1724 #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 D | FunctionComparator.cpp | 133 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 D | ParseCXXInlineMethods.cpp | 732 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 D | ParseDecl.cpp | 185 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 D | MachO.h | 57 StringRef Path, const Triple &TT, LoadArchives LA, 67 const Triple &TT, LoadArchives LA,
|
| H A D | LoadLinkableFile.h | 59 loadLinkableFile(StringRef Path, const Triple &TT, LoadArchives LA,
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | ee-cert-noncrit-unknown-ext.pem | 19 LA==
|
| H A D | ee-self-signed-pss.pem | 7 LA/Vc/vit6gbenVgK9R9PHN2ta7eky9/JJBtyRz0ijjNn6KAFlbLtCy7k+UXH/8N
|
| /freebsd/contrib/byacc/ |
| H A D | lalr.c | 32 unsigned *LA; variable 157 LA = NEW2(k * tokensetsize, unsigned); in initialize_LA() 533 rowp = LA; in compute_lookaheads()
|
| H A D | graph.c | 101 unsigned *rowp = LA + larno * tokensetsize; in graph_LA()
|
| H A D | mkpar.c | 120 unsigned *rowp = LA + i * tokensetsize; in add_reductions()
|
| H A D | defs.h | 399 extern unsigned *LA;
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | interlaken-lac.txt | 24 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 D | TargetLoweringBase.cpp | 1029 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 D | RuntimeDyldImpl.h | 98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 667 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument 668 LateAttrs = LA; in enableLateAttributeInstantiation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 361 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex() 369 BuildMI(MBB, MI, DL, TII->get(SystemZ::LA), ScratchReg) in eliminateFrameIndex()
|
| H A D | README.txt | 25 The tuning of the choice between LOAD ADDRESS (LA) and addition in
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 970 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 D | BasicTTIImpl.h | 1507 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 D | MUTTUCData.txt | 257 E932;DEVANAGARI HALF LETTER LA;Lo;0;L;;;;;N;;;;;
|