Home
last modified time | relevance | path

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

123

/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h228 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
240 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/
DMSP430RegisterInfo.cpp113 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
149 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp98 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
264 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
279 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
705 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
DIdentifierResolver.cpp80 IdentifierResolver::IdDeclInfo::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { in ReplaceDecl()
230 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()
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()
DSCCIterator.h189 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
/external/llvm/lib/CodeGen/
DVirtRegMap.h334 void transferSpillPts(MachineInstr *Old, MachineInstr *New) { in transferSpillPts()
374 void transferRestorePts(MachineInstr *Old, MachineInstr *New) { in transferRestorePts()
413 void transferEmergencySpills(MachineInstr *Old, MachineInstr *New) { in transferEmergencySpills()
DMachineFunction.cpp576 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
588 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
DMachineBasicBlock.cpp383 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, in replaceSuccessor()
667 void MachineBasicBlock::ReplaceUsesOfBlockWith(MachineBasicBlock *Old, in ReplaceUsesOfBlockWith()
/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()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp192 MDNode *Old = MI->second; in RemapInstruction() local
/external/llvm/lib/Target/Alpha/
DAlphaRegisterInfo.cpp93 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/Target/MBlaze/
DMBlazeRegisterInfo.cpp253 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h131 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp232 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
DXCoreRegisterInfo.cpp123 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/clang/include/clang/AST/
DUnresolvedSet.h122 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/external/llvm/lib/Target/X86/
DX86JITInfo.cpp34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp465 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/external/llvm/lib/VMCore/
DValue.cpp569 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
/external/llvm/lib/Analysis/IPA/
DCallGraphSCCPass.cpp506 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h486 void replaceWithNewValue(Value *Old, Value *New) { in replaceWithNewValue()

123