Searched refs:LA (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dsmmintrin.h1692 /// __m128i _mm_cmpestrm(__m128i A, int LA, __m128i B, int LB, const int M);
1701 /// \param LA
1740 #define _mm_cmpestrm(A, LA, B, LB, M) \
1741 (__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \
1753 /// int _mm_cmpestri(__m128i A, int LA, __m128i B, int LB, const int M);
1762 /// \param LA
1799 #define _mm_cmpestri(A, LA, B, LB, M) \
1800 (int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \
2060 /// int _mm_cmpestra(__m128i A, int LA, __m128i B, int LB, const int M);
2069 /// \param LA
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp72 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA)
73 Descriptions[LA] = Desc(Op::Dwarf2);
74 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA)
75 Descriptions[LA] = Desc(Op::Dwarf2);
76 for (uint16_t LA = DW_OP_breg0; LA <
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dla-reloc.d3 #name: LA with relocation operators
/netbsd-current/external/bsd/byacc/dist/
H A Dgraph.c105 unsigned *rowp = LA + larno * tokensetsize;
H A Dlalr.c36 unsigned *LA; variable
161 LA = NEW2(k * tokensetsize, unsigned);
537 rowp = LA;
H A Dmkpar.c125 unsigned *rowp = LA + i * tokensetsize;
H A Doutput.c1164 FREE(LA);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp689 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, argument
697 AttrEnd.setEofData(LA.Toks.data());
698 LA.Toks.push_back(AttrEnd);
702 LA.Toks.push_back(Tok);
703 PP.EnterTokenStream(LA.Toks, true, /*IsReinject=*/true);
710 if (LA.Decls.size() > 0) {
711 Decl *D = LA.Decls[0];
719 if (LA.Decls.size() == 1) {
731 ParseGNUAttributeArgs(&LA.AttrName, LA
[all...]
H A DParseDecl.cpp218 LateParsedAttribute *LA = local
220 LateAttrs->push_back(LA);
225 getCurrentClass().LateParsedDeclarations.push_back(LA);
229 LA->Toks.push_back(Tok);
232 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, /*StopAtSemi=*/true);
237 LA->Toks.push_back(Eof);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp119 Attribute LA = *LI; local
121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) {
122 if (LA.getKindAsEnum() != RA.getKindAsEnum())
123 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum());
125 Type *TyL = LA.getValueAsType();
139 if (LA < RA)
141 if (RA < LA)
308 const ConstantArray *LA = cast<ConstantArray>(L); local
315 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h542 // will be stored in LA.
543 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { argument
544 LateAttrs = LA;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); local
938 assert((LA == TypeLegal || LA == TypeSoftenFloat ||
939 LA == TypeSoftPromoteHalf ||
944 if (LA == TypeSplitVector)
945 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context));
946 if (LA == TypeScalarizeVector)
947 return LegalizeKind(LA, SVT.getVectorElementType());
948 return LegalizeKind(LA, NVT);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp355 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset);
363 BuildMI(MBB, MI, DL, TII->get(SystemZ::LA), ScratchReg)
H A DSystemZInstrInfo.cpp125 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset);
1018 if (!CCLiveAtMI && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) &&
1020 // LA(Y) %reg, CONST(%reg) -> AGSI %mem, CONST
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1099 TargetLowering::LegalizeAction LA = TargetLowering::Expand; local
1102 LA = getTLI()->getTruncStoreAction(LT.second, MemVT);
1104 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
1106 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) {
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A DMUTTUCData.txt257 E932;DEVANAGARI HALF LETTER LA;Lo;0;L;;;;;N;;;;;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp631 if (const auto *LA = dyn_cast<Argument>(LV)) {
633 unsigned LArgNo = LA->getArgNo(), RArgNo = RA->getArgNo();
731 const APInt &LA = LC->getAPInt(); local
733 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth();
736 return LA.ult(RA) ? -1 : 1;
740 const SCEVAddRecExpr *LA = cast<SCEVAddRecExpr>(LHS); local
746 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop();
759 unsigned LNumOps = LA->getNumOperands(), RNumOps = RA->getNumOperands();
766 LA->getOperand(i), RA->getOperand(i), DT,
5462 const SCEV *LA
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2218 Value *LA = Builder.CreatePtrToInt(LoadBasePtr, IntPtrTy); local
2220 Value *LowA = StridePos ? SA : LA;
2221 Value *HighA = StridePos ? LA : SA;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp3790 Action *LA;
3793 LA = C.MakeAction<StaticLibJobAction>(LinkerInputs, types::TY_Image);
3795 LA = C.MakeAction<LinkJobAction>(LinkerInputs, types::TY_Image);
3797 LA = OffloadBuilder.processHostLinkAction(LA);
3798 Actions.push_back(LA);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp695 const APInt &LA = C->getAPInt(); local
697 if (LA.srem(RA) != 0)
699 return SE.getConstant(LA.sdiv(RA));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp870 TmpInst.setOpcode(PPC::LA);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1551 void ParseLexedAttribute(LateParsedAttribute &LA,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp808 TmpInst.setOpcode(PPC::LA);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S4933 j .LA
4942 .LA:

Completed in 597 milliseconds

12