Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinitial-image.h38 Result Add(ConstantSubscript, std::size_t, const A &, FoldingContext &) { in Add() function
42 Result Add(ConstantSubscript offset, std::size_t bytes, const Constant<T> &x, in Add() function
62 Result Add(ConstantSubscript offset, std::size_t bytes, in Add() function
95 Result Add(ConstantSubscript offset, std::size_t bytes, const Expr<T> &x, in Add() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
H A Dtsan_mutexset.cpp22 void MutexSet::Add(u64 id, bool write, u64 epoch) { in Add() function in __tsan::MutexSet
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
/llvm-project-15.0.7/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp54 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, in main() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 void Add(FieldDecl *D) { in Add() function
/llvm-project-15.0.7/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp95 Value *Add = builder.CreateAdd(One, ArgX); in main() local
/llvm-project-15.0.7/llvm/examples/HowToUseLLJIT/
H A DHowToUseLLJIT.cpp69 Value *Add = builder.CreateAdd(One, ArgX); in createDemoModule() local
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dfast-int-set.h63 bool Add(int n) { in Add() function
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp72 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
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()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp18 typename X> using Add = A<F, B<F, X>>; typedef
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp73 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DAsmWriterTest.cpp28 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef)); in TEST() local
H A DDemandedBitsTest.cpp56 TEST(DemandedBitsTest, Add) { in TEST() argument
/llvm-project-15.0.7/lld/MachO/Arch/
H A DARM64.cpp154 struct Add { struct
155 uint8_t destRegister;
156 uint8_t srcRegister;
157 uint32_t addend;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp169 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDataVisualization.cpp91 void DataVisualization::Categories::Add(ConstString category) { in Add() function in DataVisualization::Categories
175 void DataVisualization::NamedSummaryFormats::Add( in Add() function in DataVisualization::NamedSummaryFormats
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h33 void Add(AllocatorStat i, uptr v) { in Add() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DRegistry.h121 Add(StringRef Name, StringRef Desc) in Add() function
/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp85 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitCodes.h119 void Add(const BitCodeAbbrevOp &OpInfo) { in Add() function
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanHCFGTest.cpp73 VPInstruction *Add = dyn_cast<VPInstruction>(&*Iter++); in TEST_F() local

123456