HomeSort by relevance Sort by last modified time
    Searched defs:Old (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CXX/temp/temp.type/
p1-0x.cpp 3 namespace Old {
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 215 MDNode *Old = MI->second;
216 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper, Materializer);
217 if (New != Old)
Local.cpp 190 // Delete the old switch.
221 // Delete the old switch.
690 // in the PHI node are the entries from the old PHI.
803 BB->eraseFromParent(); // Delete the old basic block.
    [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/tools/bugpoint/
BugDriver.h 141 /// the old one.
149 AbstractInterpreter *Old = Interpreter;
151 return Old;
159 /// method to update bugdriver with it. This deletes the old module and sets
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 237 MachineInstr *Old = I;
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;
275 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 250 ExplodedNode *Old = Storage.get<ExplodedNode *>();
255 V->push_back(Old, Ctx);
402 // from the old node to the new node.
407 // Also record the reverse mapping from the new node to the old node.
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 62 MachineInstr *Old = I;
63 DebugLoc dl = Old->getDebugLoc();
64 unsigned Amount = Old->getOperand(0).getImm();
73 unsigned Opc = Old->getOpcode();
389 // pop the old LR into R3 as a temporary.
405 // erase the old tBX_RET instruction
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 486 MachineInstr *Old = I;
487 uint64_t Amount = Old->getOperand(0).getImm();
509 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
511 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
514 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
516 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 298 Instruction *Old = cast<Instruction>(SV[I]);
299 CV[I]->takeName(Old);
300 Old->replaceAllUsesWith(CV[I]);
301 Old->eraseFromParent();
ScalarReplAggregates.cpp 642 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
643 Value *New = ConvertScalar_InsertValue(SI->getOperand(0), Old, Offset,
650 if (Old->use_empty())
651 Old->eraseFromParent();
673 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
676 Old, Offset, nullptr, Builder);
681 if (Old->use_empty())
682 Old->eraseFromParent();
    [all...]
SROA.cpp 587 // FIXME: What about debug intrinsics? This matches old behavior, but
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 34 bool Old;
38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
44 Policy.SuppressStrongLifetime = Old;
50 bool Old;
54 : Policy(Policy), Old(Policy.SuppressSpecifiers) {
59 Policy.SuppressSpecifiers = Old;
    [all...]
ExprConstant.cpp 742 Expr::EvalStatus Old;
747 : Info(Info), Old(Info.EvalStatus) {
754 Info.EvalStatus = Old;
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 196 llvm::Value *Old = CGF.Builder.CreateExtractValue(Pair, 0);
209 // Update Expected if Expected isn't equal to Old, otherwise branch to the
214 // Update the memory at Expected with Old's value.
215 llvm::StoreInst *StoreExpected = CGF.Builder.CreateStore(Old, Val1);
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 622 // need to. We point the metadata at the old VarDecl. This creates an odd
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp 1717 NamedDecl *old = filter.next(); local
    [all...]
TreeTransform.h 100 TemplateArgument Old;
104 Old = Self.ForgetPartiallySubstitutedPack();
108 Self.RememberPartiallySubstitutedPack(Old);
396 void transformAttrs(Decl *Old, Decl *New) { }
405 void transformedLocalDecl(Decl *Old, Decl *New) {
406 TransformedLocalDecls[Old] = New;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 908 LONGLONG Old;
910 Old = *Destination;
911 } while(InterlockedCompareExchange64(Destination,Old & Value,Old)!=Old);
912 return Old;
920 LONGLONG Old;
922 Old = *Destination;
923 } while(InterlockedCompareExchange64(Destination,Old | Value,Old)!=Old)
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 822 milliseconds