/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | smmintrin.h | 1718 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument 1719 ((__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \ 1777 #define _mm_cmpestri(A, LA, B, LB, M) \ argument 1778 ((int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \ 2080 #define _mm_cmpestra(A, LA, B, LB, M) \ argument 2081 ((int)__builtin_ia32_pcmpestria128((__v16qi)(__m128i)(A), (int)(LA), \ 2134 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument 2135 ((int)__builtin_ia32_pcmpestric128((__v16qi)(__m128i)(A), (int)(LA), \ 2187 #define _mm_cmpestro(A, LA, B, LB, M) \ argument 2188 ((int)__builtin_ia32_pcmpestrio128((__v16qi)(__m128i)(A), (int)(LA), \ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 70 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getOpDescriptions() local 71 Descriptions[LA] = Desc(Op::Dwarf2); in getOpDescriptions() 72 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getOpDescriptions() local 73 Descriptions[LA] = Desc(Op::Dwarf2); in getOpDescriptions() 74 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getOpDescriptions() local 75 Descriptions[LA] = Desc(Op::Dwarf2, Op::SignedSizeLEB); in getOpDescriptions()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 775 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute() argument 783 AttrEnd.setEofData(LA.Toks.data()); in ParseLexedAttribute() 784 LA.Toks.push_back(AttrEnd); in ParseLexedAttribute() 788 LA.Toks.push_back(Tok); in ParseLexedAttribute() 789 PP.EnterTokenStream(LA.Toks, true, /*IsReinject=*/true); in ParseLexedAttribute() 795 if (LA.Decls.size() > 0) { in ParseLexedAttribute() 796 Decl *D = LA.Decls[0]; in ParseLexedAttribute() 804 if (LA.Decls.size() == 1) { in ParseLexedAttribute() 816 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, nullptr, in ParseLexedAttribute() 825 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, nullptr, in ParseLexedAttribute() [all …]
|
H A D | ParseDecl.cpp | 264 LateParsedAttribute *LA = in ParseGNUAttributes() local 266 LateAttrs->push_back(LA); in ParseGNUAttributes() 271 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes() 275 LA->Toks.push_back(Tok); in ParseGNUAttributes() 278 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, /*StopAtSemi=*/true); in ParseGNUAttributes() 283 LA->Toks.push_back(Eof); in ParseGNUAttributes() 4999 for (auto *LA : LAs) { in ParseLexedCAttributeList() local 5000 ParseLexedCAttribute(*LA, EnterScope, OutAttrs); in ParseLexedCAttributeList() 5001 delete LA; in ParseLexedCAttributeList() 5011 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 127 Attribute LA = *LI; in cmpAttrs() local 129 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs() 130 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs() 131 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs() 133 Type *TyL = LA.getValueAsType(); in cmpAttrs() 146 } else if (LA.isConstantRangeAttribute() && in cmpAttrs() 148 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs() 149 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs() 151 const ConstantRange &LCR = LA.getRange(); in cmpAttrs() 159 if (LA < RA) in cmpAttrs() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
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/crypto/openssl/test/certs/ |
H A D | ee-cert-noncrit-unknown-ext.pem | 19 LA==
|
/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 | 930 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() local 932 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion() 933 LA == TypeSoftPromoteHalf || in getTypeConversion() 938 if (LA == TypeSplitVector) in getTypeConversion() 939 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion() 940 if (LA == TypeScalarizeVector) in getTypeConversion() 941 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion() 942 return LegalizeKind(LA, NVT); in getTypeConversion()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Template.h | 648 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument 649 LateAttrs = LA; in enableLateAttributeInstantiation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 357 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex() 365 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 | 907 if (auto LA = LI->getAlign(); in foldPatternedLoads() 908 LA <= GV->getAlign().valueOrOne() && Stride.getZExtValue() < LA.value()) { in foldPatternedLoads() local 910 Stride = APInt(BW, LA.value()); in foldPatternedLoads()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1357 TargetLowering::LegalizeAction LA = TargetLowering::Expand; variable 1360 LA = getTLI()->getTruncStoreAction(LT.second, MemVT); 1362 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT); 1364 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2206 Value *LA = Builder.CreatePtrToInt(LoadBasePtr, IntPtrTy); in processCopyingStore() local 2208 Value *LowA = StridePos ? SA : LA; in processCopyingStore() 2209 Value *HighA = StridePos ? LA : SA; in processCopyingStore()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 4284 Action *LA; in BuildActions() local 4287 LA = C.MakeAction<StaticLibJobAction>(LinkerInputs, types::TY_Image); in BuildActions() 4290 LA = C.MakeAction<LinkerWrapperJobAction>(LinkerInputs, types::TY_Image); in BuildActions() 4291 LA->propagateHostOffloadInfo(C.getActiveOffloadKinds(), in BuildActions() 4294 LA = C.MakeAction<LinkJobAction>(LinkerInputs, types::TY_Image); in BuildActions() 4297 LA = OffloadBuilder->processHostLinkAction(LA); in BuildActions() 4298 Actions.push_back(LA); in BuildActions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 1652 void ParseLexedCAttributeList(LateParsedAttrList &LA, bool EnterScope, 1654 void ParseLexedAttribute(LateParsedAttribute &LA, 1656 void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 154 (instregex "LA(8)?$"), 1310 (instregex "gBC(A|Aat|CTR|CTRL|L|LA|LAat|LR|LRL|Lat|at)?$"),
|
/freebsd/share/misc/ |
H A D | iso3166 | 142 LA LAO 418 Lao People's Democratic Republic
|
/freebsd/contrib/less/ |
H A D | less.hlp | 104 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
|