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

1234

/external/clang/test/CXX/temp/temp.type/
H A Dp1-0x.cpp3 namespace Old { namespace
/external/llvm/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp96 MachineInstr *Old = I; local
97 int Amount = Old->getOperand(0).getImm() + 4;
106 if (Old->getOpcode() == MBlaze::ADJCALLSTACKDOWN) {
107 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
110 assert(Old->getOpcode() == MBlaze::ADJCALLSTACKUP);
111 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1)
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp29 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
31 unsigned OldAddr = (intptr_t)Old;
36 unsigned *OldInstruction = (unsigned *)Old;
47 sys::Memory::InvalidateInstructionCache(Old, 2 * 4);
51 unsigned* CurrentInstr = (unsigned*)Old;
70 sys::Memory::InvalidateInstructionCache(Old, 4 * 4);
H A DMipsJITInfo.h39 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
H A DPPCJITInfo.cpp467 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
468 EmitBranchToAt((intptr_t)Old, (intptr_t)New, false, is64Bit);
469 sys::Memory::InvalidateInstructionCache(Old, 7*4);
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp114 MachineInstr *Old = I; local
115 uint64_t Amount = Old->getOperand(0).getImm();
123 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
124 New = BuildMI(MF, Old->getDebugLoc(),
128 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
130 uint64_t CalleeAmt = Old->getOperand(1).getImm();
133 New = BuildMI(MF, Old->getDebugLoc(),
150 MachineInstr *Old = I; local
152 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
/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/clang/lib/Sema/
H A DSemaExceptionSpec.cpp123 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { argument
134 Old->getType()->getAs<FunctionProtoType>(),
135 Old->getLocation(),
161 (Old->getLocation().isInvalid() ||
162 Context.getSourceManager().isInSystemHeader(Old->getLocation())) &&
163 Old->isExternC()) {
176 = Old->getType()->getAs<FunctionProtoType>();
272 if (!Old->getLocation().isInvalid())
273 Diag(Old->getLocation(), diag::note_previous_declaration);
279 Diag(Old
287 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
301 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
743 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, const CXXMethodDecl *Old) argument
[all...]
H A DIdentifierResolver.cpp83 IdentifierResolver::IdDeclInfo::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { argument
85 if (Old == *(I-1)) {
235 bool IdentifierResolver::ReplaceDecl(NamedDecl *Old, NamedDecl *New) { argument
236 assert(Old->getDeclName() == New->getDeclName() &&
239 DeclarationName Name = Old->getDeclName();
249 if (Ptr == Old) {
256 return toIdDeclInfo(Ptr)->ReplaceDecl(Old, New);
H A DSemaDecl.cpp1542 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { argument
1544 if (TypedefNameDecl *OldTypedef = dyn_cast<TypedefNameDecl>(Old))
1547 OldType = Context.getTypeDeclType(Old);
1552 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0;
1555 if (Old->getLocation().isValid())
1556 Diag(Old->getLocation(), diag::note_previous_definition);
1565 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0;
1568 if (Old->getLocation().isValid())
1569 Diag(Old->getLocation(), diag::note_previous_definition);
1577 /// same name and scope as a previous declaration 'Old'
1628 TypeDecl *Old = OldDecls.getAsSingle<TypeDecl>(); local
1798 checkNewAttributesAfterDef(Sema &S, Decl *New, const Decl *Old) argument
1822 mergeDeclAttributes(Decl *New, Decl *Old, bool MergeDeprecation) argument
1953 FunctionDecl *Old = 0; local
2348 MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, Scope *S) argument
2400 MergeVarDeclTypes(VarDecl *New, VarDecl *Old) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86JITInfo.h38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/external/valgrind/main/gdbserver_tests/
H A Dmcwatchpoints.stdoutB.exp20 Old value = 102 'f'
26 Old value = 100 'd'
/external/llvm/lib/VMCore/
H A DValue.cpp628 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
629 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present");
630 assert(Old != New && "Changing value into itself!");
634 LLVMContextImpl *pImpl = Old->getContext().pImpl;
635 ValueHandleBase *Entry = pImpl->ValueHandles[Old];
660 // Weak goes to the new value, which will unlink it from Old's list.
673 if (Old->HasValueHandle)
674 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next)
678 dbgs() << "After RAUW from " << *Old->getType() << " %"
679 << Old
[all...]
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp114 MachineInstr *Old = I; local
115 uint64_t Amount = Old->getOperand(0).getImm();
137 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
139 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
142 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
144 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
/external/llvm/unittests/VMCore/
H A DValueMapTest.cpp188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { argument
192 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.h187 /// ReplaceNode - This informs the scc_iterator that the specified Old node
189 void ReplaceNode(NodeType *Old, NodeType *New) { argument
190 assert(nodeVisitNumbers.count(Old) && "Old not in scc_iterator?");
191 nodeVisitNumbers[New] = nodeVisitNumbers[Old];
192 nodeVisitNumbers.erase(Old);
H A DImmutableIntervalMap.h220 ImmutableIntervalMap add(ImmutableIntervalMap Old, argument
222 TreeTy *T = F.add(Old.Root, std::pair<key_type, data_type>(K, D));
226 ImmutableIntervalMap remove(ImmutableIntervalMap Old, key_type_ref K) { argument
227 TreeTy *T = F.remove(Old.Root, K);
/external/llvm/include/llvm/
H A DCallGraphSCCPass.h94 /// Old node has been deleted, and New is to be used in its place.
95 void ReplaceNode(CallGraphNode *Old, CallGraphNode *New);
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h42 virtual void replaceMachineCodeForFunction(void *Old, void *New) = 0;
/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/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h232 // InsertNewInstBefore - insert an instruction New before instruction Old
235 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
238 BasicBlock *BB = Old.getParent();
239 BB->getInstList().insert(&Old, New); // Insert inst
247 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
248 New->setDebugLoc(Old.getDebugLoc());
249 return InsertNewInstBefore(New, Old);
/external/clang/include/clang/Sema/
H A DIdentifierResolver.h54 /// Replaces the Old declaration with the New declaration. If the
57 bool ReplaceDecl(NamedDecl *Old, NamedDecl *New);
172 /// Replace the decl Old with the new declaration New on its
175 bool ReplaceDecl(NamedDecl *Old, NamedDecl *New);
/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/lib/Transforms/Utils/
H A DValueMapper.cpp191 MDNode *Old = MI->second; local
192 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper);
193 if (New != Old)

Completed in 2871 milliseconds

1234