HomeSort by relevance Sort by last modified time
    Searched defs:FI (Results 151 - 175 of 223) sorted by null

1 2 3 4 5 67 8 9

  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGObjC.cpp 528 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
539 StartFunction(OMD, OMD->getReturnType(), Fn, FI, args,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 633 int FI;
640 if (TII->isLoadFromStackSlotPostFE(MI, FI)) {
641 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
645 } else if (TII->hasLoadFromStackSlot(MI, MMO, FI)) {
646 if (FrameInfo->isSpillSlotObjectIndex(FI))
648 } else if (TII->isStoreToStackSlotPostFE(MI, FI)) {
649 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
653 } else if (TII->hasStoreToStackSlot(MI, MMO, FI)) {
654 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 113 bool parseStandaloneStackObject(int &FI);
141 bool parseStackFrameIndex(int &FI);
143 bool parseFixedStackFrameIndex(int &FI);
715 bool MIParser::parseStandaloneStackObject(int &FI) {
719 if (parseStackFrameIndex(FI))
    [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 634 int FI = cast<FrameIndexSDNode>(N)->getIndex();
635 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy(DL));
651 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
652 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy(DL));
678 int FI = cast<FrameIndexSDNode>(N)->getIndex();
679 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy(DL));
709 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
710 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy(DL));
751 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
754 FI, TLI->getPointerTy(CurDAG->getDataLayout()))
    [all...]
AArch64FastISel.cpp 57 int FI;
87 void setFI(unsigned FI) {
89 Base.FI = FI;
93 return Base.FI;
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 349 int FI = CSI[i].getFrameIdx();
371 FramePtrSpillFI = FI;
377 D8SpillFI = FI;
553 int FI = Entry.getFrameIdx();
573 nullptr, MRI->getDwarfRegNum(Reg, true), MFI->getObjectOffset(FI)));
586 int FI = Entry.getFrameIdx();
595 unsigned Offset = MFI->getObjectOffset(FI);
613 int FI = Entry.getFrameIdx();
617 unsigned Offset = MFI->getObjectOffset(FI);
800 /// getFrameIndexReference - Provide a base+offset reference to an FI slot fo
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 50 int FI;
72 void setFI(unsigned FI) {
74 Base.FI = FI;
78 return Base.FI;
762 unsigned FI = Addr.getFI();
767 MachinePointerInfo::getFixedStack(*MF, FI), MachineMemOperand::MOLoad,
768 MFI.getObjectSize(FI), Align);
770 .addFrameIndex(FI)
813 unsigned FI = Addr.getFI()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 75 int FI;
404 Addr.Base.FI = SI->second;
415 // just contain the parameter. Try to handle this with a FI.
445 ResultReg).addFrameIndex(Addr.Base.FI).addImm(0);
545 MachinePointerInfo::getFixedStack(*FuncInfo.MF, Addr.Base.FI,
547 MachineMemOperand::MOLoad, MFI.getObjectSize(Addr.Base.FI),
548 MFI.getObjectAlignment(Addr.Base.FI));
551 .addImm(Addr.Offset).addFrameIndex(Addr.Base.FI).addMemOperand(MMO);
678 MachinePointerInfo::getFixedStack(*FuncInfo.MF, Addr.Base.FI,
680 MachineMemOperand::MOStore, MFI.getObjectSize(Addr.Base.FI),
    [all...]
PPCFrameLowering.cpp 739 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
740 bool MustSaveLR = FI->mustSaveLR();
741 const SmallVectorImpl<unsigned> &MustSaveCRs = FI->getMustSaveCRs();
795 int FPIndex = FI->getFramePointerSaveIndex();
807 int BPIndex = FI->getBasePointerSaveIndex();
816 if (FI->usesPICBase()) {
818 int PBPIndex = FI->getPICBasePointerSaveIndex();
887 if (FI->usesPICBase())
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 493 int FI;
500 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {
501 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
505 } else if (TM.getInstrInfo()->hasLoadFromStackSlot(&MI, MMO, FI)) {
506 if (FrameInfo->isSpillSlotObjectIndex(FI))
508 } else if (TM.getInstrInfo()->isStoreToStackSlotPostFE(&MI, FI)) {
509 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
513 } else if (TM.getInstrInfo()->hasStoreToStackSlot(&MI, MMO, FI)) {
514 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 70 int FI;
809 Addr.Base.FI = SI->second;
    [all...]
ARMISelDAGToDAG.cpp 451 int FI = cast<FrameIndexSDNode>(N)->getIndex();
452 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
475 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
476 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
622 int FI = cast<FrameIndexSDNode>(N)->getIndex();
623 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
643 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
644 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
819 int FI = cast<FrameIndexSDNode>(N)->getIndex();
820 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 960 ValueMap::iterator FI = fMap.find(V);
961 return FI == fMap.end() ? -1 : (int)FI->second;
    [all...]

Completed in 960 milliseconds

1 2 3 4 5 67 8 9