OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LA
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
631
if (const auto *
LA
= dyn_cast<Argument>(LV)) {
633
unsigned LArgNo =
LA
->getArgNo(), RArgNo = RA->getArgNo();
731
const APInt &
LA
= LC->getAPInt();
733
unsigned LBitWidth =
LA
.getBitWidth(), RBitWidth = RA.getBitWidth();
736
return
LA
.ult(RA) ? -1 : 1;
740
const SCEVAddRecExpr *
LA
= cast<SCEVAddRecExpr>(LHS);
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
= getSCEV(TrueVal)
[
all
...]
/src/external/bsd/byacc/dist/
lalr.c
36
unsigned *
LA
;
161
LA
= NEW2(k * tokensetsize, unsigned);
537
rowp =
LA
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp
119
Attribute
LA
= *LI;
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);
315
if (int Res = cmpConstants(cast<Constant>(
LA
->getOperand(i)),
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
936
LegalizeTypeAction
LA
= ValueTypeActions.getTypeAction(SVT);
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);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
1099
TargetLowering::LegalizeAction
LA
= TargetLowering::Expand;
1102
LA
= getTLI()->getTruncStoreAction(LT.second, MemVT);
1104
LA
= getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT);
1106
if (
LA
!= TargetLowering::Legal &&
LA
!= TargetLowering::Custom) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
2218
Value *
LA
= Builder.CreatePtrToInt(LoadBasePtr, IntPtrTy);
2220
Value *LowA = StridePos ? SA :
LA
;
2221
Value *HighA = StridePos ?
LA
: SA;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
218
LateParsedAttribute *
LA
=
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);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
695
const APInt &
LA
= C->getAPInt();
697
if (
LA
.srem(RA) != 0)
699
return SE.getConstant(
LA
.sdiv(RA));
Completed in 56 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026