Home
last modified time | relevance | path

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

123

/external/llvm/lib/Transforms/InstCombine/
DInstCombine.h243 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
255 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()
301 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec()
319 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec()
760 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
/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.h51 bool replace(const NamedDecl* Old, NamedDecl *New, AccessSpecifier AS) { in replace()
DUnresolvedSet.h125 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/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/tools/bugpoint/
DBugDriver.h149 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
/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/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp187 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
DXCoreFrameLowering.cpp312 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h135 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
/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/Transforms/Scalar/
DSROA.cpp1723 static Value *insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, in insertInteger()
1782 static Value *insertVector(IRBuilderTy &IRB, Value *Old, Value *V, in insertVector()
2108 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteVectorizedStoreInst() local
2125 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteIntegerStore() local
2308 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local
2321 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local
2506 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
2510 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
/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/CodeGen/
DMachineFunction.cpp740 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
752 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
/external/llvm/lib/IR/
DValue.cpp640 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()

123