Home
last modified time | relevance | path

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

123

/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp3 namespace Old { namespace
/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h259 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
271 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp237 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
273 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp175 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
325 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
347 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
774 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
/external/llvm/include/llvm/Support/
DAllocator.h150 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
362 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/external/llvm/tools/bugpoint/
DBugDriver.h149 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp30 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
DThumb1FrameLowering.cpp62 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp30 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/include/llvm/ADT/
DSCCIterator.h134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
DImmutableMap.h110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { in add()
115 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h54 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp215 MDNode *Old = MI->second; in RemapInstruction() local
/external/clang/include/clang/AST/
DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
DUnresolvedSet.h126 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h134 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp212 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp35 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/lib/Target/Sparc/
DSparcJITInfo.cpp215 void SparcJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp479 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp250 ExplodedNode *Old = Storage.get<ExplodedNode *>(); in addNode() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1874 static Value *insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, in insertInteger()
1933 static Value *insertVector(IRBuilderTy &IRB, Value *Old, Value *V, in insertVector()
2272 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteVectorizedStoreInst() local
2288 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteIntegerStore() local
2452 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local
2465 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local
2647 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
2651 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
/external/llvm/lib/CodeGen/
DMachineFunction.cpp772 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
784 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
/external/clang/lib/CodeGen/
DCGCleanup.cpp374 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks()
393 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks()
/external/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp517 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()

123