Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Dworking_set.cpp131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx; in countAndClearShadowValues() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp97 Value *Accum = Ops[i++]; in buildOrChain() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp99 Value *Accum = Ops[i++]; in buildOrChain() local
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h1365 Value *Accum = Ops[0]; in CreateAnd() local
1391 Value *Accum = Ops[0]; in CreateOr() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1381 Value *Accum = Ops[0]; in CreateAnd() local
1407 Value *Accum = Ops[0]; in CreateOr() local
/external/llvm-project/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp636 Value *Accum = Constant::getNullValue(I8PtrTy); in TEST_F() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1330 Init *Accum = Start; in Fold() local
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1410 Init *Accum = Start; in Fold() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp4760 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHIWithCastsImpl() local
4986 const SCEV *Accum = nullptr; in createSimpleAffineAddRec() local
5083 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHI() local
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp4825 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHIWithCastsImpl() local
5051 const SCEV *Accum = nullptr; in createSimpleAffineAddRec() local
5148 const SCEV *Accum = getAddExpr(Ops); in createAddRecFromPHI() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp2277 X86_64ABIInfo::Class X86_64ABIInfo::merge(Class Accum, Class Field) { in merge()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp2735 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.h5028 struct gl_accum_attrib Accum; /**< Accum buffer attributes */ member