Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDsmmintrin.h416 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
417 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
418 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
419 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
433 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
434 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
435 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument
436 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
437 #define _mm_cmpestro(A, LA, B, LB, M) \ argument
438 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M))
[all …]
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-log-arc.S58 #define LA dla macro
62 #define LA la macro
85 LA s0, cvmx_log_buffer_end_ptr // Load the address of the end of the log buffer
87 LA s1, cvmx_log_buffer_write_ptr // Load the address of the location in the log buffer
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h498 TargetLowering::LegalizeAction LA = TargetLowering::Expand; in getMemoryOpCost() local
502 LA = getTLI()->getTruncStoreAction(LT.second, MemVT.getSimpleVT()); in getMemoryOpCost()
504 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT); in getMemoryOpCost()
507 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) { in getMemoryOpCost()
/NextBSD/contrib/byacc/
HDlalr.c32 unsigned *LA; variable
157 LA = NEW2(k * tokensetsize, unsigned); in initialize_LA()
538 rowp = LA; in compute_lookaheads()
HDgraph.c101 rowp = LA + larno * tokensetsize; in graph_LA()
HDmkpar.c120 rowp = LA + i * tokensetsize; in add_reductions()
HDdefs.h367 extern unsigned *LA;
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp168 LateParsedAttribute *LA = in ParseGNUAttributes() local
170 LateAttrs->push_back(LA); in ParseGNUAttributes()
175 getCurrentClass().LateParsedDeclarations.push_back(LA); in ParseGNUAttributes()
178 ConsumeAndStoreUntil(tok::r_paren, LA->Toks, true, false); in ParseGNUAttributes()
183 LA->Toks.push_back(Eof); in ParseGNUAttributes()
1179 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute() argument
1187 AttrEnd.setEofData(LA.Toks.data()); in ParseLexedAttribute()
1188 LA.Toks.push_back(AttrEnd); in ParseLexedAttribute()
1192 LA.Toks.push_back(Tok); in ParseLexedAttribute()
1193 PP.EnterTokenStream(LA.Toks.data(), LA.Toks.size(), true, false); in ParseLexedAttribute()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTemplate.h440 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument
441 LateAttrs = LA; in enableLateAttributeInstantiation()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp924 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() local
926 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
930 if (LA == TypeSplitVector) in getTypeConversion()
931 return LegalizeKind(LA, in getTypeConversion()
934 if (LA == TypeScalarizeVector) in getTypeConversion()
935 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
936 return LegalizeKind(LA, NVT); in getTypeConversion()
/NextBSD/share/examples/IPv6/
HDUSAGE108 flags=LA, vltime=2592000, pltime=604800, expire=Never, origin=RR
136 flags=LA, vltime=2592000, pltime=604800, expire=Never, origin=RR
139 flags=LA, vltime=2592000, pltime=604800, expire=Never, origin=RR
165 flags=LA, vltime=2592000, pltime=604800, expire=Never, origin=RR
168 flags=LA, vltime=2592000, pltime=604800, expire=Never, origin=RR
267 flags=LA, vltime=2592000, pltime=604800, expire=29d23h59m58s, origin=RA
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp454 Attribute LA = *LI; in cmpAttrs() local
456 if (LA < RA) in cmpAttrs()
458 if (RA < LA) in cmpAttrs()
557 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants() local
564 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZRegisterInfo.cpp115 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
HDREADME.txt32 The tuning of the choice between LOAD ADDRESS (LA) and addition in
HDSystemZInstrInfo.cpp91 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset); in splitAdjDynAlloc()
762 if ((Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl()
HDSystemZInstrInfo.td24 // This expands to an LA or LAY instruction. We restrict the offset
25 // to the range of LA and keep the LAY range in reserve for when
582 def LA : InstRX<0x41, (outs GR64:$R1), (ins laaddr12pair:$XBD2),
/NextBSD/sys/pc98/conf/
HDGENERIC.hints158 # ed7: LA-98
212 # LA-98
/NextBSD/contrib/gcc/config/s390/
HD2064.md33 ;; LA bypass | agen |
HDpredicates.md72 ;; operand for the LA instruction.
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp510 if (const Argument *LA = dyn_cast<Argument>(LV)) { in compare() local
512 unsigned LArgNo = LA->getArgNo(), RArgNo = RA->getArgNo(); in compare()
545 const APInt &LA = LC->getValue()->getValue(); in compare() local
547 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare()
550 return LA.ult(RA) ? -1 : 1; in compare()
554 const SCEVAddRecExpr *LA = cast<SCEVAddRecExpr>(LHS); in compare() local
558 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in compare()
567 unsigned LNumOps = LA->getNumOperands(), RNumOps = RA->getNumOperands(); in compare()
573 long X = compare(LA->getOperand(i), RA->getOperand(i)); in compare()
4384 const SCEV *LA = getSCEV(U->getOperand(1)); in createSCEV() local
[all …]
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp136 unsigned LA = std::max(unsigned(PostAlign), LogAlign); in postOffset() local
137 if (!LA) in postOffset()
140 return PO + UnknownPadding(LA, internalKnownBits()); in postOffset()
/NextBSD/contrib/less/
HDless.hlp92 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
/NextBSD/share/misc/
HDiso3166143 LA LAO 418 Lao People's Democratic Republic
/NextBSD/contrib/tzdata/
HDzone.tab243 LA +1758+10236 Asia/Vientiane
HDzone1970.tab322 TH,KH,LA,VN +1345+10031 Asia/Bangkok most of Indochina

12