Home
last modified time | relevance | path

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

123

/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h241 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
253 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp3 namespace Old { namespace
/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.cpp153 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
330 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
348 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
789 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
DIdentifierResolver.cpp82 IdentifierResolver::IdDeclInfo::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { in ReplaceDecl()
238 bool IdentifierResolver::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { in ReplaceDecl()
/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h220 ImmutableIntervalMap add(ImmutableIntervalMap Old, in add()
226 ImmutableIntervalMap remove(ImmutableIntervalMap Old, key_type_ref K) { in remove()
DSCCIterator.h189 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/clang/include/clang/AST/
DASTUnresolvedSet.h55 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
DUnresolvedSet.h125 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/external/llvm/tools/bugpoint/
DBugDriver.h149 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
DThumb1FrameLowering.cpp58 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp206 MDNode *Old = MI->second; in RemapInstruction() local
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h52 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h131 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp233 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp245 ExplodedNode *Old = Storage.get<ExplodedNode *>(); in addNode() local
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp722 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
734 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2182 static Value *insertInteger(const DataLayout &DL, IRBuilder<> &IRB, Value *Old, in insertInteger()
2241 static Value *insertVector(IRBuilder<> &IRB, Value *Old, Value *V, in insertVector()
2557 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteVectorizedStoreInst() local
2573 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteIntegerStore() local
2741 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local
2754 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local
2942 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
2946 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
/external/llvm/lib/IR/
DValue.cpp635 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
/external/llvm/lib/Target/MBlaze/
DMBlazeFrameLowering.cpp439 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local

123