Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable()
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace()
237 GlobalVariable *Old = SameContentReplacements[i].first; in mergeConstants() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp137 unsigned Old = LI->reg; in runOnMachineFunction() local
169 unsigned Old = SortedIntervals[i]->reg; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp138 unsigned Old = LI->reg; in runOnMachineFunction() local
168 unsigned Old = SortedIntervals[I]->reg; in runOnMachineFunction() local
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp3 namespace Old { namespace
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp238 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
276 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp237 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
274 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DOrderedBasicBlock.cpp101 void OrderedBasicBlock::replaceInstruction(const Instruction *Old, in replaceInstruction()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
377 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
399 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
834 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
/external/compiler-rt/lib/profile/
DInstrProfilingUtil.c61 void *Old = *Mem; in lprofPtrFetchAdd() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h156 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
373 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/external/llvm/include/llvm/Support/
DAllocator.h153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
370 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h405 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
415 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerValueBitMap.h37 uintptr_t Old = Map[WordIdx]; in AddValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp441 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
452 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h158 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
455 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeShrink.cpp78 MachineInstr *Old, in FindDominatedInstruction()
DMachineFunction.cpp863 void MachineFunction::moveCallSiteInfo(const MachineInstr *Old, in moveCallSiteInfo()
883 void MachineFunction::copyCallSiteInfo(const MachineInstr *Old, in copyCallSiteInfo()
950 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
962 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
/external/llvm/tools/bugpoint/
DBugDriver.h144 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode()
DImmutableMap.h116 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, in add()
122 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
/external/llvm/include/llvm/ADT/
DSCCIterator.h134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
DImmutableMap.h111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { in add()
116 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
/external/clang/include/clang/AST/
DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h55 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h66 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()

123456