Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx; in countAndClearShadowValues() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp684 Value *Accum = Constant::getNullValue(I8PtrTy); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp1244 Init *Accum = Start; in Fold() local
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go1179 Accum bool member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp4756 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHIWithCastsImpl() local
4982 const SCEV *Accum = nullptr; in createSimpleAffineAddRec() local
5079 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHI() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3031 const SCEV *Accum = getAddExpr(Ops); in createNodeForPHI() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp2277 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3973 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHI() local
/external/mesa3d/src/mesa/main/
Dmtypes.h4798 struct gl_accum_attrib Accum; /**< Accum buffer attributes */ member