HomeSort by relevance Sort by last modified time
    Searched refs:FI (Results 126 - 150 of 244) sorted by null

1 2 3 4 56 7 8 910

  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 557 for (BBVector::iterator FI = From.begin(), FE = From.end();
558 FI != FE; ++FI) {
560 int Idx = Phi->getBasicBlockIndex(*FI);
562 Phi->setIncomingValue(Idx, Updater.GetValueAtEndOfBlock(*FI));
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 460 static void fixupLineNumbers(Function *Fn, Function::iterator FI,
466 for (; FI != Fn->end(); ++FI) {
467 for (BasicBlock::iterator BI = FI->begin(), BE = FI->end();
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 372 for (MCModule::const_func_iterator FI = Mod->func_begin(),
374 FI != FE; ++FI) {
376 emitDOTFile((Twine((*FI)->getName()) + "_" +
378 **FI, IP.get());
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 757 for (std::vector<std::string>::iterator FI = Funcs.begin(),
759 FI != FE; ++FI) {
760 llvm::Function *Function = Module.getFunction(*FI);
763 ALOGE("Missing run-time function '%s'", FI->c_str());
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGDeclCXX.cpp 532 const CGFunctionInfo &FI = CGM.getTypes().arrangeFreeFunctionDeclaration(
534 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI);
538 StartFunction(VD, getContext().VoidTy, fn, FI, args);
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 255 std::map<const Function *, ExFunc>::iterator FI = ExportedFunctions->find(F);
256 if (ExFunc Fn = (FI == ExportedFunctions->end()) ? lookupFunction(F)
257 : FI->second) {
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 542 } else if (FenceInst *FI = dyn_cast<FenceInst>(I)) {
543 Value *Args[] = {createOrdering(&IRB, FI->getOrdering())};
544 Function *F = FI->getSynchScope() == SingleThread ?
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 164 unsigned int FI = FIN->getIndex();
167 SDValue TFI = CurDAG->getTargetFrameIndex(FI, MVT::i32);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 100 void setFrameIndex(int FI) { FrameIndex = FI; }
AsmPrinter.cpp 574 int FI;
581 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {
582 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
586 } else if (TM.getInstrInfo()->hasLoadFromStackSlot(&MI, MMO, FI)) {
587 if (FrameInfo->isSpillSlotObjectIndex(FI))
589 } else if (TM.getInstrInfo()->isStoreToStackSlotPostFE(&MI, FI)) {
590 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
594 } else if (TM.getInstrInfo()->hasStoreToStackSlot(&MI, MMO, FI)) {
595 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 406 int FI = cast<FrameIndexSDNode>(Node)->getIndex();
407 SDValue TFI = CurDAG->getTargetFrameIndex(FI, MVT::i16);
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 164 unsigned int FI = FIN->getIndex();
167 SDValue TFI = CurDAG->getTargetFrameIndex(FI, MVT::i32);
  /external/llvm/lib/AsmParser/
LLParser.cpp 188 for (Module::iterator FI = M->begin(), FE = M->end(); FI != FE; )
189 UpgradeCallsToIntrinsic(FI++); // must be post-increment, as we remove
670 FI = ForwardRefMDNodes.find(MetadataID);
671 if (FI != ForwardRefMDNodes.end()) {
672 MDNode *Temp = FI->second.first;
675 ForwardRefMDNodes.erase(FI);
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 331 FI = storedDiag.fixit_begin(),
332 FE = storedDiag.fixit_end(); FI != FE; ++FI)
333 DiagFixItHints.push_back(*FI);
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 648 for (po_iterator<DomTreeNode*> FI = po_begin(N), FE = po_end(N); FI != FE;
649 ++FI) {
650 findRegionsWithEntry(FI->getBlock(), ShortCut);
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 289 int FI = getStackSpaceFor(LRI->VirtReg, RC);
290 DEBUG(dbgs() << " to stack slot #" << FI << "\n");
291 TII->storeRegToStackSlot(*MBB, MI, LR.PhysReg, SpillKill, FI, RC, TRI);
314 .addFrameIndex(FI).addImm(Offset).addMetadata(MDPtr);
    [all...]
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 49 int FI;
52 StackSlotInfo(int f, int o, int r) : FI(f), Offset(o), Reg(r){};
203 .addMemOperand(getFrameIndexMMO(MBB, SpillList[i].FI,
290 .addMemOperand(getFrameIndexMMO(MBB, SpillList[i].FI,
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 55 int FI;
73 void setFI(unsigned FI) {
75 Base.FI = FI;
79 return Base.FI;
500 int FI = Addr.getFI();
504 MachinePointerInfo::getFixedStack(FI, Offset), Flags,
505 MFI.getObjectSize(FI), MFI.getObjectAlignment(FI));
507 MIB.addFrameIndex(FI).addImm(Offset).addMemOperand(MMO)
    [all...]
AArch64InstrInfo.cpp     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 815 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end();
819 FieldDecl *field = cast<FieldDecl>(*FI);
834 ++FI;
836 while (FI != FEnd) {
837 FieldDecl *field = cast<FieldDecl>(*FI++);
845 (FI == FEnd? SS : EmptySS), field,
    [all...]

Completed in 2211 milliseconds

1 2 3 4 56 7 8 910