Home
last modified time | relevance | path

Searched defs:Add (Results 1 – 25 of 59) sorted by relevance

123

/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) in Add() method in DotZLib.CodecBase
103 public abstract void Add(byte[] data, int offset, int count); in Add() method in DotZLib.CodecBase
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Inflater
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() method in DotZLib.Deflater
H A DDotZLib.cs186 void Add(byte[] data); in Add() method
195 void Add(byte[] data, int offset, int count); in Add() method
/minix3/external/bsd/llvm/dist/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DCXXFieldCollector.h56 void Add(FieldDecl *D) { in Add() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { in Add() function in MachinePassRegistry
/minix3/external/bsd/llvm/dist/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp86 Value *Add = builder.CreateAdd(One, ArgX); in main() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp18 typename X> using Add = A<F, B<F, X>>; typedef
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp77 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h39 void Add(Instruction *I) { in Add() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp164 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp67 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in isInteresting() local
331 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in findAddRecForLoop() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp86 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp112 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DRegistry.h203 Add(const char *Name, const char *Desc) in Add() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h63 Add // Use addition-based checks. This depends on having enumerator
/minix3/external/bsd/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp55 Instruction *Add = BinaryOperator::CreateAdd(One, ArgX, "addresult", BB); in createAdd1() local
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DSanitizerArgs.cpp178 unsigned Add = parseArgValues(D, Arg, true); in SanitizerArgs() local
223 unsigned Add = parseArgValues(D, Arg, true); in SanitizerArgs() local
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dtarget.go126 func (pm PassManager) Add(td TargetData) { func
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp63 constexpr int Add(int a, int b, int c) { return a + b + c; } in Add() function
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dcxx-altivec.cpp155 Vector Add(Vector lhs, Vector rhs) in Add() function
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DConstantRangeTest.cpp330 TEST_F(ConstantRangeTest, Add) { in TEST_F() argument
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp43 RecSet Add, Sub; in apply() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp301 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock() local

123