/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 137 unsigned Old = LI->reg; in runOnMachineFunction() local 169 unsigned Old = SortedIntervals[i]->reg; in runOnMachineFunction() local
|
/external/clang/test/CXX/temp/temp.type/ |
D | p1-0x.cpp | 3 namespace Old { namespace
|
/external/llvm/unittests/Transforms/Utils/ |
D | ValueMapperTest.cpp | 45 Metadata *Old = MDTuple::getDistinct(Context, None); in TEST() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 239 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 275 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 28 void ValueMaterializer::materializeInitFor(GlobalValue *New, GlobalValue *Old) { in materializeInitFor() 246 Metadata *Old = Node.getOperand(I); in remapOperands() local 455 MDNode *Old = MI.second; in RemapInstruction() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 206 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() 371 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec() 393 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec() 828 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
|
D | SemaDecl.cpp | 1816 NamedDecl *Old = Filter.next(); in filterNonConflictingPreviousTypedefDecls() local 1843 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() 1930 TypeDecl *Old = OldDecls.getAsSingle<TypeDecl>(); in MergeTypedefNameDecl() local 2084 static bool mergeAlignedAttrs(Sema &S, NamedDecl *New, Decl *Old) { in mergeAlignedAttrs() 2288 static void checkNewAttributesAfterDef(Sema &S, Decl *New, const Decl *Old) { in checkNewAttributesAfterDef() 2371 void Sema::mergeDeclAttributes(NamedDecl *New, Decl *Old, in mergeDeclAttributes() 2551 getNoteDiagForInvalidRedeclaration(const T *Old, const T *New) { in getNoteDiagForInvalidRedeclaration() 2584 static bool haveIncompatibleLanguageLinkages(const T *Old, const T *New) { in haveIncompatibleLanguageLinkages() 2623 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl() local 2668 FunctionDecl *Old = OldD->getAsFunction(); in MergeFunctionDecl() local [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() 409 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function 367 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 150 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
|
D | ImmutableMap.h | 111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { in add() 116 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 55 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
|
/external/clang/include/clang/AST/ |
D | ASTUnresolvedSet.h | 57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
|
D | UnresolvedSet.h | 88 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 211 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 153 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 250 ExplodedNode *Old = Storage.get<ExplodedNode *>(); in addNode() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 110 MachineOperand &Old = MI->getOperand(Fold.UseOpNo); in updateOperand() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2051 static Value *insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, in insertInteger() 2108 static Value *insertVector(IRBuilderTy &IRB, Value *Old, Value *V, in insertVector() 2481 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), "load"); in rewriteVectorizedStoreInst() local 2496 Value *Old = in rewriteIntegerStore() local 2675 Value *Old = in visitMemSetInst() local 2688 Value *Old = in visitMemSetInst() local 2869 Value *Old = in visitMemTransferInst() local 2873 Value *Old = in visitMemTransferInst() local
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 774 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() 786 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
|
D | MachineModuleInfo.cpp | 155 void MMIAddrLabelMap::UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New) { in UpdateForRAUWBlock()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 574 GlobalValue *Old) { in materializeInitFor() 596 GlobalValue *Old) { in materializeInitFor() 621 void IRLinker::materializeInitFor(GlobalValue *New, GlobalValue *Old, in materializeInitFor()
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 404 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks() 423 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks()
|
/external/llvm/lib/Analysis/ |
D | CallGraphSCCPass.cpp | 526 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
|