OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Accum
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PoisonChecking.cpp
97
Value *
Accum
= Ops[i++];
100
Accum
= B.CreateOr(
Accum
, Ops[i]);
101
return
Accum
;
/src/external/gpl3/gdb/dist/opcodes/
i386-opc.h
850
Accum
, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */
i386-gen.c
531
INSTANCE (
Accum
),
/src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h
833
Accum
, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */
i386-gen.c
522
INSTANCE (
Accum
),
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp
96
case BuiltinType::
Accum
:
/src/external/gpl3/binutils/dist/opcodes/
i386-opc.h
897
Accum
, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */
i386-gen.c
581
INSTANCE (
Accum
),
/src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h
884
Accum
, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */
i386-gen.c
561
INSTANCE (
Accum
),
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h
1360
Value *
Accum
= Ops[0];
1362
Accum
= CreateAnd(
Accum
, Ops[i]);
1363
return
Accum
;
1386
Value *
Accum
= Ops[0];
1388
Accum
= CreateOr(
Accum
, Ops[i]);
1389
return
Accum
;
/src/external/gpl3/binutils/dist/gas/config/
tc-i386.c
2661
|| (t->operand_types[j].bitfield.instance ==
Accum
2674
|| (t->operand_types[j].bitfield.instance ==
Accum
2684
|| (t->operand_types[j].bitfield.instance ==
Accum
2685
/* Note: %ymm0, %zmm0, and %tmm0 aren't marked
Accum
. */
2722
|| (t->operand_types[j].bitfield.instance ==
Accum
2733
|| (t->operand_types[j].bitfield.instance ==
Accum
2738
/* No need to check for
Accum
here: There are no such templates with D
3676
if (regtab->reg_type.bitfield.instance ==
Accum
)
3684
if (regtab->reg_type.bitfield.instance !=
Accum
)
3906
{ { .bitfield = { .instance =
Accum
, .byte = 1 } }, "acc8" }
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c
2612
|| (t->operand_types[j].bitfield.instance ==
Accum
2625
|| (t->operand_types[j].bitfield.instance ==
Accum
2635
|| (t->operand_types[j].bitfield.instance ==
Accum
2636
/* Note: %ymm0, %zmm0, and %tmm0 aren't marked
Accum
. */
2673
|| (t->operand_types[j].bitfield.instance ==
Accum
2684
|| (t->operand_types[j].bitfield.instance ==
Accum
2689
/* No need to check for
Accum
here: There are no such templates with D
3622
if (regtab->reg_type.bitfield.instance ==
Accum
)
3630
if (regtab->reg_type.bitfield.instance !=
Accum
)
3852
{ { .bitfield = { .instance =
Accum
, .byte = 1 } }, "acc8" }
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
NSAPI.cpp
433
case BuiltinType::
Accum
:
TypeLoc.cpp
355
case BuiltinType::
Accum
:
PrintfFormatString.cpp
759
case BuiltinType::
Accum
:
ASTContext.cpp
1316
InitBuiltinType(AccumTy, BuiltinType::
Accum
);
2059
case BuiltinType::
Accum
:
7249
case BuiltinType::
Accum
:
10141
case BuiltinType::
Accum
:
11358
case BuiltinType::
Accum
:
11412
case BuiltinType::
Accum
:
11458
case BuiltinType::
Accum
:
StmtPrinter.cpp
1148
case BuiltinType::
Accum
: OS << "k"; break;
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp
807
Value *
Accum
= UndefValue::get(HVC.getByteTy(B.Seg.Size));
810
Accum
=
811
HVC.insertb(Builder,
Accum
, Pay, S.Seg.Start, S.Seg.Size, S.Pos);
820
Value *Cast = Builder.CreateBitCast(
Accum
, ValTy);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
56
BTCASE(
Accum
);
573
TKIND(
Accum
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
4847
const SCEV *
Accum
= getAddExpr(Ops);
4851
if (!isLoopInvariant(
Accum
, L))
4859
// P1: A Wrap predicate that guarantees that Trunc(Start) + i*Trunc(
Accum
)
4864
//
Accum
= (Ext ix (Trunc iy (
Accum
) to ix) to iy)
4867
// Start + i*
Accum
= (Ext ix (Trunc iy ( Start + i*
Accum
) to ix) to iy)
4871
// Expr(i+1) = Start + (i+1) *
Accum
4872
// = (Ext ix (Trunc iy (Expr(i)) to ix) to iy) +
Accum
4876
// 2) Expr(1) = Start +
Accum
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
470
case BuiltinType::
Accum
:
TargetInfo.cpp
2214
/// Merge an accumulating classification \arg
Accum
with a field
2217
/// \param
Accum
- The accumulating classification. This should
2221
static Class merge(Class
Accum
, Class Field);
2750
X86_64ABIInfo::Class X86_64ABIInfo::merge(Class
Accum
, Class Field) {
2772
//
Accum
should never be memory (we should have returned) or
2774
assert((
Accum
!= Memory &&
Accum
!= ComplexX87) &&
2776
if (
Accum
== Field || Field == NoClass)
2777
return
Accum
;
2780
if (
Accum
== NoClass
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp
738
case BuiltinType::
Accum
:
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp
1506
Init *
Accum
= Start;
1509
R.set(A,
Accum
);
1511
Accum
= Expr->resolveReferences(R);
1513
return
Accum
;
Completed in 90 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026