Home
last modified time | relevance | path

Searched defs:Accum (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp97 Value *Accum = Ops[i++]; in buildOrChain() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1360 Value *Accum = Ops[0]; in CreateAnd() local
1386 Value *Accum = Ops[0]; in CreateOr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp807 Value *Accum = UndefValue::get(HVC.getByteTy(B.Seg.Size)); in realignGroup() local
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h798 Accum, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */ enumerator
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h828 Accum, /* Accumulator %al/%ax/%eax/%rax/%st(0)/%xmm0 */ enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1506 Init *Accum = Start; in Fold() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp4847 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHIWithCastsImpl() local
5073 const SCEV *Accum = nullptr; in createSimpleAffineAddRec() local
5170 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHI() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp2750 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()