HomeSort by relevance Sort by last modified time
    Searched refs:SI (Results 76 - 100 of 236) sorted by null

1 2 34 5 6 7 8 910

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
T_aget_short_7.d 27 .method public run([SI)S
T_aget_short_9.d 27 .method public run([SI)S
  /external/grub/stage2/
iso9660.h 66 typedef int int32_t __attribute__((mode(SI)));
67 typedef unsigned int u_int32_t __attribute__((mode(SI)));
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 467 for (MachineBasicBlock::succ_iterator SI = opBlock.succ_begin(),
468 SE = opBlock.succ_end(); SI != SE; ++SI) {
469 SlotIndex startIdx = LIS->getMBBStartIdx(*SI);
635 for (MachineBasicBlock::succ_iterator SI = MBB->succ_begin(),
636 SE = MBB->succ_end(); SI != SE; ++SI) {
637 if (LI.liveAt(LIS->getMBBStartIdx(*SI)))
StackColoring.cpp 338 for (MachineBasicBlock::const_succ_iterator SI = BB->succ_begin(),
339 SE = BB->succ_end(); SI != SE; ++SI) {
340 LivenessMap::const_iterator I = BlockLiveness.find(*SI);
380 for (MachineBasicBlock::const_succ_iterator SI = BB->succ_begin(),
381 SE = BB->succ_end(); SI != SE; ++SI)
382 NextBBSet.insert(*SI);
LexicalScopes.cpp 223 for (SmallVector<LexicalScope *, 4>::const_iterator SI = Children.begin(),
224 SE = Children.end(); SI != SE; ++SI) {
225 LexicalScope *ChildScope = *SI;
MachineCopyPropagation.cpp 69 SourceMap::iterator SI = SrcMap.find(*AI);
70 if (SI != SrcMap.end()) {
71 const DestList& Defs = SI->second;
GCStrategy.cpp 190 if (StoreInst *SI = dyn_cast<StoreInst>(IP))
192 dyn_cast<AllocaInst>(SI->getOperand(1)->stripPointerCasts()))
200 StoreInst* SI = new StoreInst(ConstantPointerNull::get(cast<PointerType>(
203 SI->insertAfter(*I);
MachineSink.cpp 540 for (SmallVector<MachineBasicBlock*, 4>::iterator SI = Succs.begin(),
541 E = Succs.end(); SI != E; ++SI) {
542 MachineBasicBlock *SuccBlock = *SI;
  /external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h 326 SI = GraphTraits<BlockT *>::child_begin(BB),
327 SE = GraphTraits<BlockT *>::child_end(BB); SI != SE; ++SI) {
328 BlockT *Succ = *SI;
LoopInfoImpl.h 128 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
129 ++SI;
130 if (SI != BlockTraits::child_end(Out))
266 for (typename BlockTraits::ChildIteratorType SI =
268 SI != SE; ++SI)
269 if (std::binary_search(LoopBBs.begin(), LoopBBs.end(), *SI)) {
LoopInfo.h 151 for (typename BlockTraits::ChildIteratorType SI =
153 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {
154 if (!contains(*SI))
  /external/llvm/lib/Object/
MachOObjectFile.cpp 966 for (symbol_iterator SI = begin_symbols(), SE = end_symbols(); SI != SE;
967 SI.increment(ec)) {
973 if ((ec = SI->getAddress(Addr)))
976 if ((ec = SI->getName(Name)))
984 for (section_iterator SI = begin_sections(), SE = end_sections(); SI != SE;
985 SI.increment(ec)) {
991 if ((ec = SI->getAddress(Addr)))
994 if ((ec = SI->getName(Name))
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 581 for (ScalarizeTable::iterator SI = ArgIndices.begin(),
582 E = ArgIndices.end(); SI != E; ++SI) {
584 Params.push_back(GetElementPtrInst::getIndexedType(I->getType(), *SI));
681 for (ScalarizeTable::iterator SI = ArgIndices.begin(),
682 E = ArgIndices.end(); SI != E; ++SI) {
684 LoadInst *OrigLoad = OriginalLoads[*SI];
685 if (!SI->empty()) {
686 Ops.reserve(SI->size())
    [all...]
FunctionAttrs.cpp 173 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) {
175 if (!SI->isVolatile()) {
176 AliasAnalysis::Location Loc = AA->getLocation(SI);
516 SelectInst *SI = cast<SelectInst>(RVI);
517 FlowsToReturn.insert(SI->getTrueValue());
518 FlowsToReturn.insert(SI->getFalseValue());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 197 } else if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
198 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
ThreadSanitizer.cpp 293 if (StoreInst *SI = dyn_cast<StoreInst>(I))
294 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
451 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) {
452 Value *Addr = SI->getPointerOperand();
461 IRB.CreateIntCast(SI->getValueOperand(), Ty, false),
462 createOrdering(&IRB, SI->getOrdering())};
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 585 Instruction *InstCombiner::FoldOpIntoSelect(Instruction &Op, SelectInst *SI) {
587 if (!SI->hasOneUse()) return 0;
588 Value *TV = SI->getOperand(1);
589 Value *FV = SI->getOperand(2);
593 if (SI->getType()->isIntegerTy(1)) return 0;
611 return SelectInst::Create(SI->getCondition(),
691 if (SelectInst *SI = dyn_cast<SelectInst>(&I)) {
694 Value *TrueV = SI->getTrueValue();
695 Value *FalseV = SI->getFalseValue();
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 244 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
245 ++SI) {
246 if (!SubRegs.insert(*SI).second)
247 Orphans.insert(SI->second);
299 for (SubRegMap::const_iterator SI = Map.begin(), SE = Map.end(); SI != SE;
300 ++SI)
301 if (Orphans.erase(SI->second))
302 SubRegs[RegBank.getCompositeSubRegIndex(Idx, SI->first)] = SI->second
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 344 for (MachineBasicBlock::const_succ_iterator SI = MBB.succ_begin(),
345 SE = MBB.succ_end(); SI != SE; ++SI)
346 if (*SI != &SuccBB)
347 for (MachineBasicBlock::livein_iterator LI = (*SI)->livein_begin(),
348 LE = (*SI)->livein_end(); LI != LE; ++LI)
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 531 if (StoreInst *SI = dyn_cast<StoreInst>(Inst)) {
535 LastStore->getPointerOperand() == SI->getPointerOperand()) {
550 AvailableLoads->insert(SI->getPointerOperand(),
551 std::pair<Value*, unsigned>(SI->getValueOperand(), CurrentGeneration));
554 if (SI->isSimple())
555 LastStore = SI;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 103 MCAsmParserSemaCallback &SI) = 0;
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 182 for (typename Traits::BlkSucc_iterator SI =
184 E = Traits::BlkSucc_end(Info->BB); SI != E; ++SI) {
185 BBInfo *SuccInfo = BBMap[*SI];
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 232 AliasAnalysis::Location AliasAnalysis::getLocation(const StoreInst *SI) {
233 return Location(SI->getPointerOperand(),
234 getTypeStoreSize(SI->getValueOperand()->getType()),
235 SI->getMetadata(LLVMContext::MD_tbaa));
BranchProbabilityInfo.cpp 433 for (succ_const_iterator SI = succ_begin(BI), SE = succ_end(BI);
434 SI != SE; ++SI) {
435 printEdgeProbability(OS << " ", BI, *SI);

Completed in 1311 milliseconds

1 2 34 5 6 7 8 910