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

1234

/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc37 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
/freebsd-9.3-release/contrib/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.h40 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h45 virtual void replaceMachineCodeForFunction(void *Old, void *New);
H A DPPCJITInfo.cpp468 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
469 EmitBranchToAt((intptr_t)Old, (intptr_t)New, false, is64Bit);
470 sys::Memory::InvalidateInstructionCache(Old, 7*4);
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcJITInfo.h37 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/freebsd-9.3-release/contrib/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,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp153 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { argument
166 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(),
175 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) {
177 << hasImplicitExceptionSpec(Old);
178 if (!Old->getLocation().isInvalid())
179 Diag(Old->getLocation(), diag::note_previous_declaration);
201 (Old->getLocation().isInvalid() ||
202 Context.getSourceManager().isInSystemHeader(Old->getLocation())) &&
203 Old
300 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
317 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
759 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, const CXXMethodDecl *Old) argument
[all...]
H A DSemaDecl.cpp1624 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { argument
1626 if (TypedefNameDecl *OldTypedef = dyn_cast<TypedefNameDecl>(Old))
1629 OldType = Context.getTypeDeclType(Old);
1634 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0;
1637 if (Old->getLocation().isValid())
1638 Diag(Old->getLocation(), diag::note_previous_definition);
1647 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0;
1650 if (Old->getLocation().isValid())
1651 Diag(Old->getLocation(), diag::note_previous_definition);
1659 /// same name and scope as a previous declaration 'Old'
1710 TypeDecl *Old = OldDecls.getAsSingle<TypeDecl>(); local
1858 mergeAlignedAttrs(Sema &S, NamedDecl *New, Decl *Old) argument
2043 checkNewAttributesAfterDef(Sema &S, Decl *New, const Decl *Old) argument
2118 mergeDeclAttributes(NamedDecl *New, Decl *Old, AvailabilityMergeKind AMK) argument
2277 haveIncompatibleLanguageLinkages(const T *Old, const T *New) argument
2304 FunctionDecl *Old = 0; local
2822 MergeCompatibleFunctionDecls(FunctionDecl *New, FunctionDecl *Old, Scope *S, bool MergeTypeWithOld) argument
2883 MergeVarDeclTypes(VarDecl *New, VarDecl *Old, bool MergeTypeWithOld) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp237 MachineInstr *Old = I; local
238 uint64_t Amount = Old->getOperand(0).getImm();
246 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
247 New = BuildMI(MF, Old->getDebugLoc(),
251 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
253 uint64_t CalleeAmt = Old->getOperand(1).getImm();
256 New = BuildMI(MF, Old->getDebugLoc(),
273 MachineInstr *Old = I; local
275 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.h38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
H A DX86JITInfo.cpp34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { argument
35 unsigned char *OldByte = (unsigned char *)Old;
44 sys::ValgrindDiscardTranslations(Old, 5);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h60 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
62 if (I->getDecl() == Old) {
/freebsd-9.3-release/contrib/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);
H A DImmutableMap.h110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { argument
111 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
115 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { argument
116 TreeTy *T = F.remove(Old.Root,K);
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h97 /// Old node has been deleted, and New is to be used in its place.
98 void ReplaceNode(CallGraphNode *Old, CallGraphNode *New);
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetJITInfo.h42 virtual void replaceMachineCodeForFunction(void *Old, void *New) = 0;
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DValue.cpp677 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
678 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present");
679 assert(Old != New && "Changing value into itself!");
683 LLVMContextImpl *pImpl = Old->getContext().pImpl;
684 ValueHandleBase *Entry = pImpl->ValueHandles[Old];
709 // Weak goes to the new value, which will unlink it from Old's list.
722 if (Old->HasValueHandle)
723 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next)
727 dbgs() << "After RAUW from " << *Old->getType() << " %"
728 << Old
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h241 // InsertNewInstBefore - insert an instruction New before instruction Old
244 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { argument
247 BasicBlock *BB = Old.getParent();
248 BB->getInstList().insert(&Old, New); // Insert inst
256 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { argument
257 New->setDebugLoc(Old.getDebugLoc());
258 return InsertNewInstBefore(New, Old);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp215 MDNode *Old = MI->second; local
216 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper, Materializer);
217 if (New != Old)
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp342 MachineInstr *Old = I; local
343 uint64_t Amount = Old->getOperand(0).getImm();
365 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
367 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
370 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
372 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
H A DXCoreISelDAGToDAG.cpp182 /// Given a chain return a new chain where any appearance of Old is replaced
183 /// by New. There must be at most one instruction between Old and Chain and
187 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) argument
189 if (Chain == Old)
196 if (Chain->getOperand(i) == Old) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h139 /// thing before SplitPt stays in Old and everything starting with SplitPt moves
143 BasicBlock *SplitBlock(BasicBlock *Old, Instruction *SplitPt, Pass *P);

Completed in 236 milliseconds

1234