Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp43.C4 struct Add { struct
5 Add(const E1<T>& e1, const E2<T>& e2) {} in Add() argument
H A Dttp44.C6 Add(const E1<T>& e1, const E2<T>& e2) {} in Add() function
H A Dcrash39.C12 template<class Base> void Add() { in Add() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dpartial1.C14 template <class A, class B> struct Add struct
H A Dsubst1.C16 void Add(const INITIALIZER &initializer) { in Add() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeWatchpointList.cpp16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, in Add() function in NativeWatchpointList
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
/openbsd-src/gnu/llvm/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 void Add(FieldDecl *D) { in Add() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp193 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, in noUseOfAddBeforeLoadOrStore()
231 for (auto &Add : MRI->use_nodbg_instructions(B)) { in tryToCombine() local
276 ARCOptAddrMode::canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, in canJoinInstructions()
H A DARCMCInstLower.cpp72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
/openbsd-src/gnu/llvm/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp99 Value *Add = builder.CreateAdd(One, ArgX); in main() local
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDataVisualization.cpp92 void DataVisualization::Categories::Add(ConstString category) { in Add() function in DataVisualization::Categories
175 void DataVisualization::NamedSummaryFormats::Add( in Add() function in DataVisualization::NamedSummaryFormats
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64.cpp184 struct Add { struct
185 uint8_t destRegister;
186 uint8_t srcRegister;
187 uint32_t addend;
/openbsd-src/gnu/llvm/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp69 Value *Add = builder.CreateAdd(One, ArgX); in createDemoModule() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIVUsers.cpp74 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in isInteresting() local
348 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in findAddRecForLoop() local
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp169 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h33 void Add(AllocatorStat i, uptr v) { in Add() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp378 Instruction *Add = dyn_cast<Instruction>(Inst); in getVarAndConst() local
774 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingGatScat() local
823 std::pair<Value *, int64_t> Add = getVarAndConst(Offsets, TypeScale); in tryCreateIncrementingWBGatScat() local
1173 Value *Add = Builder.CreateAdd(Builder.CreateMul(X, XScale), in CheckAndCreateOffsetAdd() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DRegistry.h121 Add(StringRef Name, StringRef Desc) in Add() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp85 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitCodes.h119 void Add(const BitCodeAbbrevOp &OpInfo) { in Add() function
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.cpp151 unsigned Add = IsLA64 ? LoongArch::ADD_D : LoongArch::ADD_W; in eliminateFrameIndex() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h106 void Add(MachinePassRegistryNode<PassCtorTy> *Node) { in Add() function

12345