/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 104 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 D | ValueList.cpp | 35 auto &Old = ValuePtrs[Idx]; in assignValue() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp |
|
H A D | Pointer.cpp |
|
/llvm-project/clang/test/CXX/temp/temp.type/ |
H A D | p1-0x.cpp | 3 namespace Old { namespace
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 290 Register Old = LI->reg(); runOnMachineFunction() local 326 Register Old = SortedIntervals[I]->reg(); runOnMachineFunction() local
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | SIMDIntrinsicsCheck.cpp | 109 StringRef Old = Callee->getName(); in check() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerValueBitMap.h | 37 uintptr_t Old = Map[WordIdx]; in AddValue() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 290 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 D | PPCExpandAtomicPseudoInsts.cpp | 149 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 D | LazyAtomicPointer.h | 57 T *Old = nullptr; in exchange() local
|
H A D | ImmutableMap.h | 98 [[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 D | DXContainerTest.cpp | 358 auto Old = It++; in TEST() local 376 auto Old = It--; in TEST() local
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 370 MachineInstr &Old = *I; eliminateCallFramePseudoInstr() local 407 MachineInstr &Old = *I; eliminateCallFramePseudoInstr() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 86 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument 396 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator && Old) SpecificBumpPtrAllocator() argument [all...] |
/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 123 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
|
/llvm-project/flang/runtime/ |
H A D | file.h | 21 enum class OpenStatus { Old, New, Scratch, Replace, Unknown }; enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 78 MachineInstr *Old, in FindDominatedInstruction() argument [all...] |
H A D | MachineFunction.cpp | 964 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 D | ASTUnresolvedSet.h | 67 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
|
H A D | UnresolvedSet.h | 103 replace(const NamedDecl * Old,NamedDecl * New) replace() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 63 virtual void LRE_DidCloneVirtReg(Register New, Register Old) {} in LRE_DidCloneVirtReg() argument
|
/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 366 InsertNewInstBefore(Instruction * New,BasicBlock::iterator Old) InsertNewInstBefore() argument 375 InsertNewInstWith(Instruction * New,BasicBlock::iterator Old) InsertNewInstWith() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 585 assert(Old != New && "Should not replace node with self"); in ReplaceNode() argument 603 ReplaceNode(Old, /*New=*/nullptr); in DeleteNode() argument
|