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

1234567

/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/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DTimeValue.inc40 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
/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/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp113 MachineInstr *Old = I; local
114 uint64_t Amount = Old->getOperand(0).getImm();
122 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
123 New = BuildMI(MF, Old->getDebugLoc(),
127 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
129 uint64_t CalleeAmt = Old->getOperand(1).getImm();
132 New = BuildMI(MF, Old->getDebugLoc(),
149 MachineInstr *Old = I; local
151 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsJITInfo.h41 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCJITInfo.h45 virtual void replaceMachineCodeForFunction(void *Old, void *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/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h104 /// ReplaceMBBInJumpTables - If Old is the target of any jump tables, update
106 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New);
108 /// ReplaceMBBInJumpTable - If Old is a target of the jump tables, update
110 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
370 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) argument
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAllocator.h156 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) argument
157 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)),
158 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)),
159 BytesAllocated(Old.BytesAllocated),
160 Allocator(std::move(Old.Allocator)) {
161 Old.CurPtr = Old.End = nullptr;
162 Old
373 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { argument
229 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(),
238 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) {
240 << hasImplicitExceptionSpec(Old);
241 if (Old->getLocation().isValid())
242 Diag(Old->getLocation(), diag::note_previous_declaration);
264 (Old->getLocation().isInvalid() ||
265 Context.getSourceManager().isInSystemHeader(Old->getLocation())) &&
266 Old
376 CheckEquivalentExceptionSpec( const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc) argument
397 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
833 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, const CXXMethodDecl *Old) argument
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp238 MachineInstr &Old = *I; local
239 uint64_t Amount = Old.getOperand(0).getImm();
247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) {
249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode());
255 uint64_t CalleeAmt = Old.getOperand(1).getImm();
258 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri),
276 MachineInstr &Old = *I; local
278 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86JITInfo.h38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaRegisterInfo.cpp93 MachineInstr *Old = I; local
94 uint64_t Amount = Old->getOperand(0).getImm();
103 if (Old->getOpcode() == Alpha::ADJUSTSTACKDOWN) {
104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
107 assert(Old->getOpcode() == Alpha::ADJUSTSTACKUP);
108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30)
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DValue.cpp569 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { argument
570 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present");
571 assert(Old != New && "Changing value into itself!");
575 LLVMContextImpl *pImpl = Old->getContext().pImpl;
576 ValueHandleBase *Entry = pImpl->ValueHandles[Old];
601 // Weak goes to the new value, which will unlink it from Old's list.
614 if (Old->HasValueHandle)
615 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next)
619 dbgs() << "After RAUW from " << *Old->getType() << " %"
620 << Old
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp123 MachineInstr *Old = I; local
124 uint64_t Amount = Old->getOperand(0).getImm();
146 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
148 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
151 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
153 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
59 if (I->getDecl() == Old) {
/external/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c61 void *Old = *Mem; local
63 return 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/swiftshader/third_party/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.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);
/external/swiftshader/third_party/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);
/external/swiftshader/third_party/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);

Completed in 2337 milliseconds

1234567