Searched refs:Old (Results 1 - 25 of 95) sorted by relevance

1234

/external/llvm/lib/Support/Windows/
H A DTimeValue.inc40 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
/external/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp45 Metadata *Old = MDTuple::getDistinct(Context, None); local
46 auto *D = MDTuple::getDistinct(Context, Old);
47 ASSERT_EQ(Old, D->getOperand(0));
51 VM.MD()[Old].reset(New);
/external/clang/test/CXX/temp/temp.type/
H A Dp1-0x.cpp3 namespace Old { namespace
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp137 unsigned Old = LI->reg; local
139 const TargetRegisterClass *RC = MRI->getRegClass(Old);
142 if (!MRI->isLiveIn(Old))
157 Changed |= Old != New;
169 unsigned Old = SortedIntervals[i]->reg; local
171 if (Old != New)
172 MRI->replaceRegWith(Old, New);
/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h109 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
113 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
/external/llvm/include/llvm/Support/
H A DAllocator.h153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) argument
154 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
155 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
156 BytesAllocated(Old.BytesAllocated),
157 Allocator(std::move(Old.Allocator)) {
158 Old.CurPtr = Old.End = nullptr;
159 Old
367 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp206 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { argument
223 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(),
232 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) {
234 << hasImplicitExceptionSpec(Old);
235 if (Old->getLocation().isValid())
236 Diag(Old->getLocation(), diag::note_previous_declaration);
258 (Old->getLocation().isInvalid() ||
259 Context.getSourceManager().isInSystemHeader(Old->getLocation())) &&
260 Old
370 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
391 CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID, const PartialDiagnostic & NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc, bool *MissingExceptionSpecification, bool*MissingEmptyExceptionSpecification, bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) argument
827 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, const CXXMethodDecl *Old) argument
[all...]
H A DSemaDecl.cpp1816 NamedDecl *Old = Filter.next(); local
1819 if (S.isVisible(Old))
1824 if (auto *OldTD = dyn_cast<TypedefNameDecl>(Old)) {
1843 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { argument
1845 if (TypedefNameDecl *OldTypedef = dyn_cast<TypedefNameDecl>(Old))
1848 OldType = Context.getTypeDeclType(Old);
1853 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0;
1856 if (Old->getLocation().isValid())
1857 Diag(Old->getLocation(), diag::note_previous_definition);
1866 int Kind = isa<TypeAliasDecl>(Old)
1930 TypeDecl *Old = OldDecls.getAsSingle<TypeDecl>(); local
2084 mergeAlignedAttrs(Sema &S, NamedDecl *New, Decl *Old) argument
2288 checkNewAttributesAfterDef(Sema &S, Decl *New, const Decl *Old) argument
2371 mergeDeclAttributes(NamedDecl *New, Decl *Old, AvailabilityMergeKind AMK) argument
2551 getNoteDiagForInvalidRedeclaration(const T *Old, const T *New) argument
2584 haveIncompatibleLanguageLinkages(const T *Old, const T *New) argument
2623 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); local
2668 FunctionDecl *Old = OldD->getAsFunction(); local
3189 MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, Scope *S, bool MergeTypeWithOld) argument
3256 MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld) argument
3392 VarDecl *Old = nullptr; local
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp239 MachineInstr *Old = I; local
240 uint64_t Amount = Old->getOperand(0).getImm();
248 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
249 New = BuildMI(MF, Old->getDebugLoc(),
253 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
255 uint64_t CalleeAmt = Old->getOperand(1).getImm();
258 New = BuildMI(MF, Old->getDebugLoc(),
275 MachineInstr *Old = I; local
277 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
59 if (I->getDecl() == Old) {
H A DUnresolvedSet.h88 bool replace(const NamedDecl* Old, NamedDecl *New) { argument
90 if (I->getDecl() == Old)
/external/llvm/unittests/IR/
H A DValueMapTest.cpp187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { argument
191 static void onDelete(const ExtraData &Data, KeyT Old) { argument
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { argument
245 static void onDelete(const ExtraData &Data, KeyT Old) { argument
274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { argument
275 (*Map)->erase(Old);
277 static void onDelete(ExtraData Map, KeyT Old) { argument
278 (*Map)->erase(Old);
/external/llvm/include/llvm/ADT/
H A DSCCIterator.h132 /// This informs the \c scc_iterator that the specified \c Old node
134 void ReplaceNode(NodeType *Old, NodeType *New) { argument
135 assert(nodeVisitNumbers.count(Old) && "Old not in scc_iterator?");
136 nodeVisitNumbers[New] = nodeVisitNumbers[Old];
137 nodeVisitNumbers.erase(Old);
H A DImmutableMap.h111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { argument
112 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
116 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { argument
117 TreeTy *T = F.remove(Old.Root,K);
/external/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h98 /// Old node has been deleted, and New is to be used in its place.
99 void ReplaceNode(CallGraphNode *Old, CallGraphNode *New);
/external/valgrind/gdbserver_tests/
H A Dmcwatchpoints.stdoutB.exp23 Old value = 102 'f'
29 Old value = 100 'd'
/external/llvm/lib/IR/
H A DValue.cpp703 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
704 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present");
705 assert(Old != New && "Changing value into itself!");
706 assert(Old->getType() == New->getType() &&
711 LLVMContextImpl *pImpl = Old->getContext().pImpl;
712 ValueHandleBase *Entry = pImpl->ValueHandles[Old];
737 // Weak goes to the new value, which will unlink it from Old's list.
750 if (Old->HasValueHandle)
751 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next)
755 dbgs() << "After RAUW from " << *Old
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp110 MachineOperand &Old = MI->getOperand(Fold.UseOpNo); local
111 assert(Old.isReg());
114 Old.ChangeToImmediate(Fold.ImmToFold);
119 if (TargetRegisterInfo::isVirtualRegister(Old.getReg()) &&
121 Old.substVirtReg(New->getReg(), New->getSubReg(), TRI);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { argument
90 SUnit *SU = newSUnit(Old->getNode());
91 SU->OrigNode = Old->OrigNode;
92 SU->Latency = Old->Latency;
93 SU->isVRegCycle = Old->isVRegCycle;
94 SU->isCall = Old->isCall;
95 SU->isCallOp = Old->isCallOp;
96 SU->isTwoAddress = Old->isTwoAddress;
97 SU->isCommutable = Old->isCommutable;
98 SU->hasPhysRegDefs = Old
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.compat12 ATTRIBUTE Old-Password 17 string
40 # For compatibility with ESVA RADIUS, Old Cistron RADIUS
/external/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h57 virtual void materializeInitFor(GlobalValue *New, GlobalValue *Old);
/external/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp28 void ValueMaterializer::materializeInitFor(GlobalValue *New, GlobalValue *Old) { argument
246 Metadata *Old = Node.getOperand(I); local
247 Metadata *New = mapMetadataOp(Old, DistinctWorklist, VM, Flags, TypeMapper,
249 if (Old != New) {
455 MDNode *Old = MI.second; local
456 MDNode *New = MapMetadata(Old, VMap, Flags, TypeMapper, Materializer);
457 if (New != Old)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h395 /// \brief Inserts an instruction \p New before instruction \p Old
399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
402 BasicBlock *BB = Old.getParent();
403 BB->getInstList().insert(Old.getIterator(), New); // Insert inst
409 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
410 New->setDebugLoc(Old.getDebugLoc());
411 return InsertNewInstBefore(New, Old);
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp206 /// Given a chain return a new chain where any appearance of Old is replaced
207 /// by New. There must be at most one instruction between Old and Chain and
211 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
213 if (Chain == Old)
220 if (Chain->getOperand(i) == Old) {
/external/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp525 /// Old node has been deleted, and New is to be used in its place.
526 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { argument
527 assert(Old != New && "Should not replace node with self");
530 if (Nodes[i] != Old) continue;
538 CGI->ReplaceNode(Old, New);

Completed in 8937 milliseconds

1234