Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 200) 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.cpp104 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable()
115 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace()
231 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
H A DSyntheticCountsPropagation.cpp124 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h103 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
112 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
114 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 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()
1255 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
H A DBasicBlock.cpp584 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), in splitBasicBlock() local
615 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), this); in splitBasicBlockBefore() local
651 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
663 BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
673 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
H A DDebugProgramInstruction.cpp489 void DbgVariableRecord::setAssignId(DIAssignID *New) { in setAssignId()
653 void DbgMarker::insertDbgRecord(DbgRecord *New, bool InsertAtHead) { in insertDbgRecord()
658 void DbgMarker::insertDbgRecord(DbgRecord *New, DbgRecord *InsertBefore) { in insertDbgRecord()
664 void DbgMarker::insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter) { in insertDbgRecordAfter()
708 DbgRecord *New = DR.clone(); in cloneDebugInfoFrom() local
H A DMetadata.cpp158 void DebugValueUser::handleChangedValue(void *Old, Metadata *New) { in handleChangedValue()
231 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
313 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
807 void MDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange()
910 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
1071 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith()
1083 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand()
1390 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/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/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.cpp377 MachineInstr *New = eliminateCallFramePseudoInstr() local
408 MachineInstr *New = BuildMI(MBB, MI, DL, TII.get(AddOpcode), AVR::R31R30) eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp306 Register New = SortedIntervals[Color]->reg(); in runOnMachineFunction() local
326 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
116 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
154 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
177 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
188 const AllocAlignAttr *Align, Decl *New) { in instantiateDependentAllocAlignAttr()
198 const AnnotateAttr *Attr, Decl *New) { in instantiateDependentAnnotationAttr()
236 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition()
267 const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentEnableIfAttr()
278 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr()
292 const CUDALaunchBoundsAttr &Attr, Decl *New) { in instantiateDependentCUDALaunchBoundsAttr()
[all …]
H A DSemaExceptionSpec.cpp290 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
487 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec()
513 const FunctionProtoType *New, SourceLocation NewLoc, in CheckEquivalentExceptionSpecImpl()
665 const FunctionProtoType *New, in CheckEquivalentExceptionSpec()
949 bool Sema::CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, in CheckOverridingFunctionExceptionSpec()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp329 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local
336 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/Target/MSP430/
H A DMSP430FrameLowering.cpp377 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
407 MachineInstr *New = in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp65 auto AddToEntryCount = [](ValueInfo V, Scaled64 New) { in computeSyntheticCounts()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp56 SymbolizedStack *SymbolizedStack::New(uptr addr) { New() function in __sanitizer::SymbolizedStack
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp1457 MachineInstr *New = MIB.addMemOperand(combineKnownAdjacentMMOs(CI, Paired)); in mergeImagePair() local
1483 MachineInstrBuilder New = in mergeSMemLoadImmPair() local
1524 MachineInstr *New = in mergeBufferLoadPair() local
1568 MachineInstr *New = in mergeTBufferLoadPair() local
1611 MachineInstr *New = in mergeTBufferStorePair() local
1641 MachineInstr *New = in mergeFlatLoadPair() local
1672 MachineInstr *New = in mergeFlatStorePair() local
1906 MachineInstr *New = in mergeBufferStorePair() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp76 /// \p New. in FindDominatedInstruction() argument
[all...]

12345678