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

  /external/clang/test/CXX/temp/temp.type/
p1-0x.cpp 3 namespace Old {
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 96 MachineInstr *Old = I;
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/Transforms/Utils/
ValueMapper.cpp 191 MDNode *Old = MI->second;
192 MDNode *New = MapValue(Old, VMap, Flags, TypeMapper);
193 if (New != Old)
Local.cpp 161 // Delete the old switch.
184 // Delete the old switch.
611 // in the PHI node are the entries from the old PHI.
648 BB->eraseFromParent(); // Delete the old basic block.
709 PHINode *Old = Pair.first->second;
711 CollisionMap[PN] = Old;
    [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/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 213 ExplodedNode *Old = Storage.get<ExplodedNode *>();
218 V->push_back(Old, Ctx);
381 // from the old node to the new node.
385 // Also record the reverse mapping from the new node to the old node.
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 317 MachineInstr *Old = I;
318 DebugLoc dl = Old->getDebugLoc();
319 unsigned Amount = Old->getOperand(0).getImm();
328 unsigned Opc = Old->getOpcode();
ARMBaseRegisterInfo.cpp 767 MachineInstr *Old = I;
768 DebugLoc dl = Old->getDebugLoc();
769 unsigned Amount = Old->getOperand(0).getImm();
783 unsigned Opc = Old->getOpcode();
784 int PIdx = Old->findFirstPredOperandIdx();
786 ? ARMCC::AL : (ARMCC::CondCodes)Old->getOperand(PIdx).getImm();
789 unsigned PredReg = Old->getOperand(2).getReg();
793 unsigned PredReg = Old->getOperand(3).getReg();
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 114 MachineInstr *Old = I;
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;
152 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 114 MachineInstr *Old = I;
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)
297 // Erase old instruction.
  /external/clang/lib/CodeGen/
TargetInfo.cpp 911 ABIArgInfo &Old = FI.getReturnInfo();
912 Old = ABIArgInfo::getIndirectInReg(Old.getIndirectAlign(),
913 Old.getIndirectByVal(),
914 Old.getIndirectRealign());
    [all...]
  /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 533 Expr::EvalStatus Old;
539 : Info(Info), Old(Info.EvalStatus) {
543 Info.EvalStatus = Old;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [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...]
SimplifyLibCalls.cpp 740 ICmpInst *Old = cast<ICmpInst>(*UI++);
741 Value *Cmp = B.CreateICmp(Old->getPredicate(), StrNCmp,
744 Old->replaceAllUsesWith(Cmp);
745 Old->eraseFromParent();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h 100 TemplateArgument Old;
104 Old = Self.ForgetPartiallySubstitutedPack();
108 Self.RememberPartiallySubstitutedPack(Old);
373 void transformAttrs(Decl *Old, Decl *New) { }
382 void transformedLocalDecl(Decl *Old, Decl *New) {
383 TransformedLocalDecls[Old] = New;
    [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]

Completed in 518 milliseconds