HomeSort by relevance Sort by last modified time
    Searched defs:Old (Results 26 - 50 of 61) sorted by null

12 3

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 160 // Delete the old switch.
177 // Delete the old switch.
606 // in the PHI node are the entries from the old PHI.
643 BB->eraseFromParent(); // Delete the old basic block.
704 PHINode *Old = Pair.first->second;
706 CollisionMap[PN] = Old;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 580 // backup the old screen attributes
600 // clear the old mouse position
654 // clear the old mouse position
1141 UINT8 Old;
1178 Old = Line->Buffer[FCol - 1];
1183 Old = (UINT8) (Old & 0x0f);
1184 Old = (UINT8) (Old << 4);
1185 Old = (UINT8) (Value + Old);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 313 Instruction *Old = cast<Instruction>(V);
314 CV[I]->takeName(Old);
315 Old->replaceAllUsesWith(CV[I]);
316 Old->eraseFromParent();
RewriteStatepointsForGC.cpp 316 // Check consistency between new and old means of checking whether a BDV is
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 856 MachineInstr *Old = I;
857 DebugLoc dl = Old->getDebugLoc();
858 unsigned Amount = Old->getOperand(0).getImm();
872 unsigned Opc = Old->getOpcode();
873 int PIdx = Old->findFirstPredOperandIdx();
875 ? ARMCC::AL : (ARMCC::CondCodes)Old->getOperand(PIdx).getImm();
878 unsigned PredReg = Old->getOperand(2).getReg();
882 unsigned PredReg = Old->getOperand(3).getReg();
    [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...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 50 DelayedBasicBlock(const BlockAddress &Old)
51 : OldBB(Old.getBasicBlock()),
52 TempBB(BasicBlock::Create(Old.getContext())) {}
591 Metadata *Old = N.getOperand(I);
592 Metadata *New = mapOperand(Old);
594 if (Old != New)
701 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) {
702 if (Optional<Metadata *> MappedOp = getMappedOp(Old))
704 assert(G.Info[Old].ID > D.ID && "Expected a forward reference");
705 return &G.getFwdReference(*cast<MDNode>(Old));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 684 ICmpInst *Old = cast<ICmpInst>(*UI++);
685 Value *Cmp = B.CreateICmp(Old->getPredicate(), StrNCmp,
688 Old->replaceAllUsesWith(Cmp);
689 Old->eraseFromParent();
    [all...]
ScalarReplAggregates.cpp 558 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
559 Value *New = ConvertScalar_InsertValue(SI->getOperand(0), Old, Offset,
566 if (Old->use_empty())
567 Old->eraseFromParent();
587 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
590 Old, Offset, Builder);
595 if (Old->use_empty())
596 Old->eraseFromParent();
783 /// or vector value "Old" at the offset specified by Offset.
792 ConvertScalar_InsertValue(Value *SV, Value *Old,
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 374 llvm::Value *Old = CGF.Builder.CreateExtractValue(Pair, 0);
387 // Update Expected if Expected isn't equal to Old, otherwise branch to the
392 // Update the memory at Expected with Old's value.
393 CGF.Builder.CreateStore(Old, Val1);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 188 // We can't return success/failure, only the old value,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 65 const auto &Old = *I;
66 assert(Old.getType() == DIEValue::isInteger);
67 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 1026 milliseconds

12 3