HomeSort by relevance Sort by last modified time
    Searched defs:Old (Results 1 - 21 of 21) 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 184 // Delete the old switch.
219 // Delete the old switch.
693 // in the PHI node are the entries from the old PHI.
807 BB->eraseFromParent(); // Delete the old basic block.
    [all...]
SimplifyLibCalls.cpp 895 ICmpInst *Old = cast<ICmpInst>(*UI++);
896 Value *Cmp = B.CreateICmp(Old->getPredicate(), StrNCmp,
899 LCS->replaceAllUsesWith(Old, Cmp);
    [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 245 ExplodedNode *Old = Storage.get<ExplodedNode *>();
250 V->push_back(Old, Ctx);
399 // from the old node to the new node.
403 // Also record the reverse mapping from the new node to the old node.
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 58 MachineInstr *Old = I;
59 DebugLoc dl = Old->getDebugLoc();
60 unsigned Amount = Old->getOperand(0).getImm();
69 unsigned Opc = Old->getOpcode();
309 // pop the old LR into R3 as a temporary.
325 // erase the old tBX_RET instruction
ARMFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 312 MachineInstr *Old = I;
313 uint64_t Amount = Old->getOperand(0).getImm();
335 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) {
337 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode))
340 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP);
342 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP)
  /external/clang/lib/AST/
TypePrinter.cpp 34 bool Old;
38 : Policy(Policy), Old(Policy.SuppressStrongLifetime) {
43 Policy.SuppressStrongLifetime = Old;
49 bool Old;
53 : Policy(Policy), Old(Policy.SuppressSpecifiers) {
58 Policy.SuppressSpecifiers = Old;
    [all...]
ExprConstant.cpp 616 Expr::EvalStatus Old;
621 : Info(Info), Old(Info.EvalStatus) {
625 Info.EvalStatus = Old;
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 969 ABIArgInfo &Old = FI.getReturnInfo()
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 640 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
641 Value *New = ConvertScalar_InsertValue(SI->getOperand(0), Old, Offset,
648 if (Old->use_empty())
649 Old->eraseFromParent();
671 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
674 Old, Offset, 0, Builder);
679 if (Old->use_empty())
680 Old->eraseFromParent();
    [all...]
SROA.cpp 517 // FIXME: What about debug intrinsics? This matches old behavior, but
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp 1624 NamedDecl *old = filter.next(); local
    [all...]
TreeTransform.h 101 TemplateArgument Old;
105 Old = Self.ForgetPartiallySubstitutedPack();
109 Self.RememberPartiallySubstitutedPack(Old);
393 void transformAttrs(Decl *Old, Decl *New) { }
402 void transformedLocalDecl(Decl *Old, Decl *New) {
403 TransformedLocalDecls[Old] = New;
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 402 milliseconds