| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | smmintrin.h | 416 #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/ |
| HD | cvmx-log-arc.S | 58 #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/ |
| HD | BasicTTIImpl.h | 498 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/ |
| HD | lalr.c | 32 unsigned *LA; variable 157 LA = NEW2(k * tokensetsize, unsigned); in initialize_LA() 538 rowp = LA; in compute_lookaheads()
|
| HD | graph.c | 101 rowp = LA + larno * tokensetsize; in graph_LA()
|
| HD | mkpar.c | 120 rowp = LA + i * tokensetsize; in add_reductions()
|
| HD | defs.h | 367 extern unsigned *LA;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 168 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/ |
| HD | Template.h | 440 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument 441 LateAttrs = LA; in enableLateAttributeInstantiation()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | TargetLoweringBase.cpp | 924 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/ |
| HD | USAGE | 108 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/ |
| HD | MergeFunctions.cpp | 454 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/ |
| HD | SystemZRegisterInfo.cpp | 115 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
|
| HD | README.txt | 32 The tuning of the choice between LOAD ADDRESS (LA) and addition in
|
| HD | SystemZInstrInfo.cpp | 91 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset); in splitAdjDynAlloc() 762 if ((Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl()
|
| HD | SystemZInstrInfo.td | 24 // 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/ |
| HD | GENERIC.hints | 158 # ed7: LA-98 212 # LA-98
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | 2064.md | 33 ;; LA bypass | agen |
|
| HD | predicates.md | 72 ;; operand for the LA instruction.
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 510 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/ |
| HD | ARMConstantIslandPass.cpp | 136 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/ |
| HD | less.hlp | 92 MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
|
| /NextBSD/share/misc/ |
| HD | iso3166 | 143 LA LAO 418 Lao People's Democratic Republic
|
| /NextBSD/contrib/tzdata/ |
| HD | zone.tab | 243 LA +1758+10236 Asia/Vientiane
|
| HD | zone1970.tab | 322 TH,KH,LA,VN +1345+10031 Asia/Bangkok most of Indochina
|