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

12 3 4 5

  /cts/tests/tests/assist/
Android.mk 27 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/tests/display/
Android.mk 37 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/tests/externalservice/
Android.mk 35 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/tests/provider/
Android.mk 31 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/tests/voiceinteraction/
Android.mk 33 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/tests/voicesettings/
Android.mk 33 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 12 ATTRIBUTE Old-Password 17 string
40 # For compatibility with ESVA RADIUS, Old Cistron RADIUS
  /external/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 57 virtual void materializeInitFor(GlobalValue *New, GlobalValue *Old);
BasicBlockUtils.h 186 /// thing before SplitPt stays in Old and everything starting with SplitPt moves
190 BasicBlock *SplitBlock(BasicBlock *Old, Instruction *SplitPt,
244 /// in the old basic block, and everything after SplitBefore is moved to a
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 28 void ValueMaterializer::materializeInitFor(GlobalValue *New, GlobalValue *Old) {
246 Metadata *Old = Node.getOperand(I);
247 Metadata *New = mapMetadataOp(Old, DistinctWorklist, VM, Flags, TypeMapper,
249 if (Old != New) {
455 MDNode *Old = MI.second;
456 MDNode *New = MapMetadata(Old, VMap, Flags, TypeMapper, Materializer);
457 if (New != Old)
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 395 /// \brief Inserts an instruction \p New before instruction \p Old
399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {
402 BasicBlock *BB = Old.getParent();
403 BB->getInstList().insert(Old.getIterator(), New); // Insert inst
409 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) {
410 New->setDebugLoc(Old.getDebugLoc());
411 return InsertNewInstBefore(New, Old);
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 206 /// Given a chain return a new chain where any appearance of Old is replaced
207 /// by New. There must be at most one instruction between Old and Chain and
211 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New)
213 if (Chain == Old)
220 if (Chain->getOperand(i) == Old) {
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
112 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
116 ImmutableMap remove(ImmutableMap Old, key_type_ref K) {
117 TreeTy *T = F.remove(Old.Root,K);
  /external/llvm/lib/Analysis/
CallGraphSCCPass.cpp 336 // We scanned the old callgraph node, removing invalidated call sites and
338 // that an old indirect call site was deleted and replaced with a new direct
525 /// Old node has been deleted, and New is to be used in its place.
526 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
527 assert(Old != New && "Should not replace node with self");
530 if (Nodes[i] != Old) continue;
536 // pointers to the old CallGraphNode.
538 CGI->ReplaceNode(Old, New);
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 90 void UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New);
155 void MMIAddrLabelMap::UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New) {
157 AddrLabelSymEntry OldEntry = std::move(AddrLabelSymbols[Old]);
158 AddrLabelSymbols.erase(Old);
172 // Otherwise, we need to add the old symbols to the new block's set.
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 648 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
649 Value *New = ConvertScalar_InsertValue(SI->getOperand(0), Old, Offset,
656 if (Old->use_empty())
657 Old->eraseFromParent();
679 Instruction *Old = Builder.CreateLoad(NewAI, NewAI->getName()+".in");
682 Old, Offset, nullptr, Builder);
687 if (Old->use_empty())
688 Old->eraseFromParent();
    [all...]
SROA.cpp 475 // Accumulate all the splittable slices which started in the old
    [all...]
  /cts/tests/app/
Android.mk 37 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/backup/
Android.mk 37 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/signature/
Android.mk 29 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /cts/tests/tests/hardware/
Android.mk 69 LOCAL_CTS_MODULE_CONFIG := $(LOCAL_PATH)/Old$(CTS_MODULE_TEST_CONFIG)
  /external/llvm/tools/bugpoint/
BugDriver.h 142 /// the old one.
150 AbstractInterpreter *Old = Interpreter;
152 return Old;
160 /// method to update bugdriver with it. This deletes the old module and sets
  /external/boringssl/src/util/bot/go/
bootstrap.py 196 LOGGER.info(' Old toolset is %s', installed)
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 54 /// This is used for new registers representing connected components of Old.
55 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {}

Completed in 2793 milliseconds

12 3 4 5