Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 195) sorted by relevance

12345678

/freebsd/contrib/one-true-awk/
H A DREADME.md11 ### Strings ###
21 ### Regular expressions ###
25 ### CSV ###
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp30 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter()
48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp103 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable()
114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace()
230 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
H A DSyntheticCountsPropagation.cpp124 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h59 T *New(Args &&...args) { in New() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp328 void DPValue::setAssignId(DIAssignID *New) { resetDebugValue(2, New); } in setAssignId()
472 void DPMarker::insertDPValue(DPValue *New, bool InsertAtHead) { in insertDPValue()
477 void DPMarker::insertDPValue(DPValue *New, DPValue *InsertBefore) { in insertDPValue()
483 void DPMarker::insertDPValueAfter(DPValue *New, DPValue *InsertAfter) { in insertDPValueAfter()
526 DPValue *New = DPV.clone(); in cloneDebugInfoFrom() local
H A DValue.cpp503 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { in doRAUW()
534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith()
538 void Value::replaceNonMetadataUsesWith(Value *New) { in replaceNonMetadataUsesWith()
542 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf()
575 static void replaceDbgUsesOutsideBlock(Value *V, Value *New, BasicBlock *BB) { in replaceDbgUsesOutsideBlock()
592 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock()
1254 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
H A DBasicBlock.cpp616 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), in splitBasicBlock() local
647 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), this); in splitBasicBlockBefore() local
681 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
693 BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
703 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
H A DMetadata.cpp156 void DebugValueUser::handleChangedValue(void *Old, Metadata *New) { in handleChangedValue()
223 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
304 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
798 void MDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange()
901 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
1062 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith()
1074 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand()
1381 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp120 std::unique_ptr<Module> New = runPassesOn(Clone.get(), Passes); in deleteInstructionFromProgram() local
142 std::unique_ptr<Module> New = runPassesOn(M.get(), CleanupPasses); in performFinalCleanups() local
319 std::unique_ptr<Module> New = CloneModule(*M, NewVMap); in SplitFunctionsOutOfModule() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp61 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp222 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(Opcode), DstReg) in eliminateFrameIndex() local
261 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(AddOpc), AVR::R29R28) in eliminateFrameIndex() local
H A DAVRFrameLowering.cpp375 MachineInstr *New = in eliminateCallFramePseudoInstr() local
406 MachineInstr *New = BuildMI(MBB, MI, DL, TII.get(AddOpcode), AVR::R31R30) in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilibBuilder.cpp135 const MultilibBuilder &New) { in compose()
162 for (const auto &New : MultilibSegments) { in Either() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp307 Register New = SortedIntervals[Color]->reg(); in runOnMachineFunction() local
327 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp298 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
499 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec()
525 const FunctionProtoType *New, SourceLocation NewLoc, in CheckEquivalentExceptionSpecImpl()
677 const FunctionProtoType *New, in CheckEquivalentExceptionSpec()
969 bool Sema::CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, in CheckOverridingFunctionExceptionSpec()
H A DSemaTemplateInstantiateDecl.cpp111 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
149 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
172 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
183 const AllocAlignAttr *Align, Decl *New) { in instantiateDependentAllocAlignAttr()
193 const AnnotateAttr *Attr, Decl *New) { in instantiateDependentAnnotationAttr()
287 const CUDALaunchBoundsAttr &Attr, Decl *New) { in instantiateDependentCUDALaunchBoundsAttr()
327 const OMPDeclareSimdDeclAttr &Attr, Decl *New) { in instantiateOMPDeclareSimdDeclAttr()
410 const OMPDeclareVariantAttr &Attr, Decl *New) { in instantiateOMPDeclareVariantAttr()
589 const AMDGPUWavesPerEUAttr &Attr, Decl *New) { in instantiateDependentAMDGPUWavesPerEUAttr()
615 const SYCLKernelAttr &Attr, Decl *New) { in instantiateDependentSYCLKernelAttr()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp328 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local
335 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h38 uintptr_t New = Old | (1ULL << BitIdx); in AddValue() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp65 auto AddToEntryCount = [](ValueInfo V, Scaled64 New) { in computeSyntheticCounts()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h180 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp58 SymbolizedStack *SymbolizedStack::New(uptr addr) { in New() function in __sanitizer::SymbolizedStack
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp378 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
408 MachineInstr *New = in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1382 MachineInstr *New = MIB.addMemOperand(combineKnownAdjacentMMOs(CI, Paired)); in mergeImagePair() local
1421 MachineInstrBuilder New = in mergeSMemLoadImmPair() local
1476 MachineInstr *New = in mergeBufferLoadPair() local
1534 MachineInstr *New = in mergeTBufferLoadPair() local
1605 MachineInstr *New = in mergeTBufferStorePair() local
1635 MachineInstr *New = in mergeFlatLoadPair() local
1694 MachineInstr *New = in mergeFlatStorePair() local
1932 MachineInstr *New = in mergeBufferStorePair() local

12345678