Home
last modified time | relevance | path

Searched defs:Old (Results 1 – 25 of 110) sorted by relevance

12345

/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()
230 GlobalVariable *Old = SameContentReplacements[i].first; in mergeConstants() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp36 if (!Old.first) { in assignValue() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp61 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer()
H A DPointer.cpp72 Block *Old = PointeeStorage.BS.Pointee; in operator =() local
100 Block *Old = PointeeStorage.BS.Pointee; in operator =() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp289 Register Old = LI->reg(); in runOnMachineFunction() local
325 Register Old = SortedIntervals[I]->reg(); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp290 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
486 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
512 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpecImpl()
663 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
950 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp149 Register Old = MI.getOperand(0).getReg(); in expandAtomicRMW128() local
225 Register Old = MI.getOperand(0).getReg(); in expandAtomicCmpSwap128() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h37 uintptr_t Old = Map[WordIdx]; in AddValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp369 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
406 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DLazyAtomicPointer.h57 T *Old = nullptr; in exchange() local
H A DImmutableMap.h98 [[nodiscard]] ImmutableMap add(ImmutableMap Old, key_type_ref K, in add()
104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h86 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
396 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h124 AbstractInterpreter *Old = Interpreter; switchToSafeInterpreter() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp77 FindDominatedInstruction(MachineInstr & New,MachineInstr * Old,const InstOrderMap & M) FindDominatedInstruction() argument
[all...]
H A DMachineFunction.cpp912 void MachineFunction::copyCallSiteInfo(const MachineInstr *Old, in copyCallSiteInfo()
930 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo()
964 void MachineFunction::substituteDebugValuesForInst(const MachineInstr &Old, in substituteDebugValuesForInst()
1310 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
1333 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h63 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h67 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
H A DUnresolvedSet.h103 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h366 Instruction *InsertNewInstBefore(Instruction *New, BasicBlock::iterator Old) { in InsertNewInstBefore()
375 Instruction *InsertNewInstWith(Instruction *New, BasicBlock::iterator Old) { in InsertNewInstWith()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp585 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
603 void CallGraphSCC::DeleteNode(CallGraphNode *Old) { in DeleteNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp700 Metadata *Old = N.getOperand(I); in remapOperands() local
815 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT()
854 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
999 MDNode *Old = MI.second; in remapInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp232 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h983 Register Old = State.MIs[OldInsnID]->getOperand(OldOpIdx).getReg(); in executeMatchTable() local
1476 Register Old = State.MIs[OldInsnID]->getOperand(OldOpIdx).getReg(); in executeMatchTable() local
1495 Register Old = State.MIs[OldInsnID]->getOperand(OldOpIdx).getReg(); in executeMatchTable() local
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c105 void *Old = *Mem; in lprofPtrFetchAdd() local

12345