Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp137 unsigned Old = LI->reg; in runOnMachineFunction() local
169 unsigned Old = SortedIntervals[i]->reg; in runOnMachineFunction() local
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp3 namespace Old { namespace
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp45 Metadata *Old = MDTuple::getDistinct(Context, None); in TEST() local
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp239 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
275 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp28 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/
DSemaExceptionSpec.cpp206 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()
DSemaDecl.cpp1816 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/
DInstCombineInternal.h399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore()
409 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
/external/llvm/include/llvm/Support/
DAllocator.h153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function
367 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
/external/llvm/tools/bugpoint/
DBugDriver.h150 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
/external/llvm/include/llvm/ADT/
DSCCIterator.h134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
DImmutableMap.h111 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/
DLiveRangeEdit.h55 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
/external/clang/include/clang/AST/
DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
DUnresolvedSet.h88 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp211 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h153 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp250 ExplodedNode *Old = Storage.get<ExplodedNode *>(); in addNode() local
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp110 MachineOperand &Old = MI->getOperand(Fold.UseOpNo); in updateOperand() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2051 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/
DMachineFunction.cpp774 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables()
786 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
DMachineModuleInfo.cpp155 void MMIAddrLabelMap::UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New) { in UpdateForRAUWBlock()
/external/llvm/lib/Linker/
DIRMover.cpp574 GlobalValue *Old) { in materializeInitFor()
596 GlobalValue *Old) { in materializeInitFor()
621 void IRLinker::materializeInitFor(GlobalValue *New, GlobalValue *Old, in materializeInitFor()
/external/clang/lib/CodeGen/
DCGCleanup.cpp404 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks()
423 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks()
/external/llvm/lib/Analysis/
DCallGraphSCCPass.cpp526 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()

123