| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchMergeBaseOffset.cpp | 195 MachineInstr *&Add, in detectFoldable() 270 MachineInstr *Add = &*MRI->use_instr_begin(Hi20.getOperand(0).getReg()); in foldOffset() local 735 MachineInstr *Add = &*MRI->use_instr_begin(Hi20.getOperand(0).getReg()); in foldIntoMemoryOps() local 796 MachineInstr *Add = &*MRI->use_instr_begin(Hi20.getOperand(0).getReg()); in foldIntoMemoryOps() local 824 MachineInstr *Add = nullptr; in runOnMachineFunction() local
|
| H A D | LoongArchRegisterInfo.cpp | 182 unsigned Add = IsLA64 ? LoongArch::ADD_D : LoongArch::ADD_W; in eliminateFrameIndex() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ignoreset.cpp | 22 void IgnoreSet::Add(StackID stack_id) { in Add() function in __tsan::IgnoreSet
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeWatchpointList.cpp | 16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, in Add() function in NativeWatchpointList
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CXXFieldCollector.h | 55 void Add(FieldDecl *D) { in Add() function
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | WordBuilder.cs | 86 void Add(Opcode op) in Add() method in WordBuilder 91 void Add(Opcode op, string refName) in Add() method in WordBuilder
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCMCInstLower.cpp | 71 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
| H A D | ARCOptAddrMode.cpp | 192 bool ARCOptAddrMode::noUseOfAddBeforeLoadOrStore(const MachineInstr *Add, in noUseOfAddBeforeLoadOrStore() 230 for (auto &Add : MRI->use_nodbg_instructions(B)) { in tryToCombine() local 275 ARCOptAddrMode::canJoinInstructions(MachineInstr *Ldst, MachineInstr *Add, in canJoinInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreMCInstLower.cpp | 71 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); in LowerSymbolOperand() local
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DataVisualization.cpp | 92 void DataVisualization::Categories::Add(ConstString category) { in Add() function in DataVisualization::Categories 175 void DataVisualization::NamedSummaryFormats::Add( in Add() function in DataVisualization::NamedSummaryFormats
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVUsers.cpp | 74 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in isInteresting() local 346 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) { in findAddRecForLoop() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64ExternalSymbolizer.cpp | 168 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
|
| /freebsd/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 245 struct Add { struct 246 uint8_t destRegister; 247 uint8_t srcRegister; 248 uint32_t addend;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_stats.h | 29 void Add(AllocatorStat i, uptr v) { in Add() function
|
| H A D | sanitizer_flag_parser.cpp | 30 void Add(const char *name) { Add() function in __sanitizer::UnknownFlags
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 125 void Add(const BitCodeAbbrevOp &OpInfo) { in Add() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | MCExternalSymbolizer.cpp | 86 const MCExpr *Add = nullptr; in tryAddingSymbolicOperand() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Registry.h | 133 Add(StringRef Name, StringRef Desc) in Add() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.h | 106 void Add(MachinePassRegistryNode<PassCtorTy> *Node) { in Add() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 377 Instruction *Add = dyn_cast<Instruction>(Inst); in getVarAndConst() local 773 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 1177 Value *Add = Builder.CreateAdd(Builder.CreateMul(X, XScale), in CheckAndCreateOffsetAdd() local
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Arp.h | 365 EFI_ARP_ADD Add; member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StopPointSiteList.h | 38 typename StopPointSite::SiteID Add(const StopPointSiteSP &site_sp) { in Add() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 154 void Add(TypeMatcher matcher, const ValueSP &entry) { in Add() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 402 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor() 603 [this](GlobalValue &GV, IRMover::ValueAdder Add) { in run()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointSiteList.cpp | |