HomeSort by relevance Sort by last modified time
    Searched refs:TI (Results 226 - 250 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeDatabase.h 58 Optional<TypeIndex> largestTypeIndexLessThan(TypeIndex TI) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeDatabase.h 58 Optional<TypeIndex> largestTypeIndexLessThan(TypeIndex TI) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeIndex.h 253 static StringRef simpleTypeName(TypeIndex TI);
267 void printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, TypeIndex TI,
278 static unsigned getHashValue(const codeview::TypeIndex &TI) {
279 return DenseMapInfo<uint32_t>::getHashValue(TI.getIndex());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
float.s 12 ;; Standard TI syntax
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 178 * TI: int32_t (Q4.27) or int16_t (Q0.15) or float
256 typename TO, typename TI, typename TA>
257 void volumeMix(TO *out, size_t outFrames, const TI *in, TA *aux, bool ramp);
349 template <int MIXTYPE, typename TO, typename TI, typename TA>
351 template <int MIXTYPE, typename TO, typename TI, typename TA>
372 template <int MIXTYPE, typename TO, typename TI, typename TA>
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 233 TerminatorInst *TI = PN->getIncomingBlock(i)->getTerminator();
234 TI->replaceUsesOfWith(OldPred, NewBB);
356 TerminatorInst *TI = newFunction->begin()->getTerminator();
358 StructTy, &*AI, Idx, "gep_" + inputs[i]->getName(), TI);
359 RewriteVal = new LoadInst(GEP, "loadgep_" + inputs[i]->getName(), TI);
386 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i]))
387 if (!Blocks.count(TI->getParent()) &&
388 TI->getParent()->getParent() == oldFunction)
389 TI->replaceUsesOfWith(header, newHeader);
514 TerminatorInst *TI = Block->getTerminator()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 118 TerminatorInst *TI = CurBB->getTerminator();
119 if (!isa<UnwindInst>(TI) && !isa<ReturnInst>(TI) &&
120 !isa<ResumeInst>(TI))
123 Builder.SetInsertPoint(TI->getParent(), TI);
PHIElimination.cpp 351 for (MachineBasicBlock::iterator TI = llvm::next(Term);
352 TI != opBlock.end(); ++TI) {
353 if (TI->isDebugValue())
355 assert(!TI->readsRegister(SrcReg) &&
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 242 TerminatorInst *TI = nullptr);
244 BasicBlock *ExitBlock, TerminatorInst *TI);
246 TerminatorInst *TI);
255 TerminatorInst *TI);
583 TerminatorInst *TI = (*I)->getTerminator();
592 !isGuaranteedToExecute(*TI, DT, currentLoop, &SafetyInfo))
595 if (BranchInst *BI = dyn_cast<BranchInst>(TI)) {
604 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) {
609 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) {
711 TerminatorInst *TI) {
    [all...]
  /external/llvm/lib/IR/
Pass.cpp 200 const PassInfo *Pass::lookupPassInfo(const void *TI) {
201 return PassRegistry::getPassRegistry()->getPassInfo(TI);
Dominators.cpp 41 const TerminatorInst *TI = Start->getTerminator();
43 for (unsigned int i = 0, n = TI->getNumSuccessors(); i < n; ++i) {
44 if (TI->getSuccessor(i) == End)
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp 187 const PassInfo *Pass::lookupPassInfo(const void *TI) {
188 return PassRegistry::getPassRegistry()->getPassInfo(TI);
  /system/vold/
Keymaster.h 53 template <class TI, class TO>
54 bool updateCompletely(TI& input, TO* output) {
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 285 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(I)) {
286 for (unsigned i = 0, ie = TI->getNumSuccessors(); i < ie; ++i)
287 if (TI->getSuccessor(i) == L.getHeader()) {
288 TI->setMetadata(llvm::LLVMContext::MD_loop, L.getLoopID());
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 114 const TerminatorInst *TI = BB.getTerminator();
115 if (CheckUnwind && TI->mayThrow()) {
117 } else if (CheckReturn && isa<ReturnInst>(TI)) {
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 269 const TerminatorInst *TI = cast<TerminatorInst>(&BB->back());
270 for (succ_const_iterator SI(TI), SE(TI, false); SI != SE; ++SI) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopRotation.cpp 271 TerminatorInst *TI = OrigHeader->getTerminator();
272 for (unsigned i = 0, e = TI->getNumSuccessors(); i != e; ++i)
273 for (BasicBlock::iterator BI = TI->getSuccessor(i)->begin();
TailRecursionElimination.cpp 360 TailCallElim::FindTRECandidate(Instruction *TI,
362 BasicBlock *BB = TI->getParent();
365 if (&BB->front() == TI) // Make sure there is something before the terminator.
371 BasicBlock::iterator BBI = TI;
393 FirstNonDbg(llvm::next(BB->begin())) == TI &&

Completed in 896 milliseconds

1 2 3 4 5 6 7 8 91011>>