Home
last modified time | relevance | path

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

123456

/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
/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp35 auto &Old = ValuePtrs[Idx]; in assignValue() local
/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.cpp
H A DPointer.cpp
/llvm-project/clang/test/CXX/temp/temp.type/
H A Dp1-0x.cpp3 namespace Old { namespace
/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp290 Register Old = LI->reg(); runOnMachineFunction() local
326 Register Old = SortedIntervals[I]->reg(); runOnMachineFunction() local
/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DSIMDIntrinsicsCheck.cpp109 StringRef Old = Callee->getName(); in check() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h37 uintptr_t Old = Map[WordIdx]; in AddValue() local
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp290 CheckEquivalentExceptionSpec(FunctionDecl * Old,FunctionDecl * New) CheckEquivalentExceptionSpec() argument
486 CheckEquivalentExceptionSpec(const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument
512 CheckEquivalentExceptionSpecImpl(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc,bool * MissingExceptionSpecification,bool * MissingEmptyExceptionSpecification,bool AllowNoexceptAllMatchWithNoSpec,bool IsOperatorNew) CheckEquivalentExceptionSpecImpl() argument
663 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument
950 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl * New,const CXXMethodDecl * Old) CheckOverridingFunctionExceptionSpec() argument
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp149 Register OldHi = TRI->getSubReg(Old, PPC::sub_gp8_x0); in expandAtomicRMW128() local
225 Register OldHi = TRI->getSubReg(Old, PPC::sub_gp8_x0); in expandAtomicCmpSwap128() local
/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()
/llvm-project/llvm/unittests/Object/
H A DDXContainerTest.cpp358 auto Old = It++; in TEST() local
376 auto Old = It--; in TEST() local
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp370 MachineInstr &Old = *I; eliminateCallFramePseudoInstr() local
407 MachineInstr &Old = *I; eliminateCallFramePseudoInstr() local
/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h86 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument
396 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator && Old) SpecificBumpPtrAllocator() argument
[all...]
/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h123 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/llvm-project/flang/runtime/
H A Dfile.h21 enum class OpenStatus { Old, New, Scratch, Replace, Unknown }; enumerator
/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp78 MachineInstr *Old, in FindDominatedInstruction() argument
[all...]
H A DMachineFunction.cpp964 return eraseAdditionalCallInfo(Old); in substituteDebugValuesForInst() argument
912 copyCallSiteInfo(const MachineInstr * Old,const MachineInstr * New) copyCallSiteInfo() argument
930 moveCallSiteInfo(const MachineInstr * Old,const MachineInstr * New) moveCallSiteInfo() argument
1310 ReplaceMBBInJumpTables(MachineBasicBlock * Old,MachineBasicBlock * New) ReplaceMBBInJumpTables() argument
1333 ReplaceMBBInJumpTable(unsigned Idx,MachineBasicBlock * Old,MachineBasicBlock * New) ReplaceMBBInJumpTable() argument
[all...]
/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 replace(const NamedDecl * Old,NamedDecl * New) replace() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h63 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg() argument
/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h366 InsertNewInstBefore(Instruction * New,BasicBlock::iterator Old) InsertNewInstBefore() argument
375 InsertNewInstWith(Instruction * New,BasicBlock::iterator Old) InsertNewInstWith() argument
/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp585 assert(Old != New && "Should not replace node with self"); in ReplaceNode() argument
603 ReplaceNode(Old, /*New=*/nullptr); in DeleteNode() argument

123456