/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombine.h | 243 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() 255 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
|
/external/clang/test/CXX/temp/temp.type/ |
D | p1-0x.cpp | 3 namespace Old { namespace
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 237 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 273 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 153 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/ |
D | ImmutableIntervalMap.h | 220 ImmutableIntervalMap add(ImmutableIntervalMap Old, in add() 226 ImmutableIntervalMap remove(ImmutableIntervalMap Old, key_type_ref K) { in remove()
|
D | SCCIterator.h | 189 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
|
D | ImmutableMap.h | 110 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/ |
D | ASTUnresolvedSet.h | 51 bool replace(const NamedDecl* Old, NamedDecl *New, AccessSpecifier AS) { in replace()
|
D | UnresolvedSet.h | 125 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
|
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 29 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
D | Thumb1FrameLowering.cpp | 58 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 149 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 54 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 215 MDNode *Old = MI->second; in RemapInstruction() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 187 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
|
D | XCoreFrameLowering.cpp | 312 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 135 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
|
/external/llvm/lib/Target/X86/ |
D | X86JITInfo.cpp | 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 245 ExplodedNode *Old = Storage.get<ExplodedNode *>(); in addNode() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1723 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/ |
D | CGCleanup.cpp | 374 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks() 393 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 740 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() 752 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 640 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
|