Searched defs:FI (Results 1 - 25 of 119) sorted by relevance

12345

/external/llvm/lib/Target/PowerPC/
H A DPPCInstrBuilder.h33 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, argument
36 return MIB.addImm(Offset).addFrameIndex(FI);
38 return MIB.addFrameIndex(FI).addImm(Offset);
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Dbasic.pass.cpp680 typedef forward_iterator<const char*> FI; typedef
682 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
1348 typedef forward_iterator<const wchar_t*> FI; typedef
1350 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic);
H A Decma.pass.cpp650 typedef forward_iterator<const char*> FI; typedef
652 std::regex regex(FI(r), FI(r+sr));
1303 typedef forward_iterator<const wchar_t*> FI; typedef
1305 std::wregex regex(FI(r), FI(r+sr));
H A Dextended.pass.cpp678 typedef forward_iterator<const char*> FI; typedef
680 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
1344 typedef forward_iterator<const wchar_t*> FI; typedef
1346 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended);
/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Dawk.pass.cpp768 typedef forward_iterator<const char*> FI; typedef
770 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
1539 typedef forward_iterator<const wchar_t*> FI; typedef
1541 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::awk);
H A Dbasic.pass.cpp770 typedef forward_iterator<const char*> FI; typedef
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
1528 typedef forward_iterator<const wchar_t*> FI; typedef
1530 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::basic);
H A Decma.pass.cpp746 typedef forward_iterator<const char*> FI; typedef
748 std::regex regex(FI(r), FI(r+sr));
1525 typedef forward_iterator<const wchar_t*> FI; typedef
1527 std::wregex regex(FI(r), FI(r+sr));
H A Dextended.pass.cpp768 typedef forward_iterator<const char*> FI; typedef
770 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
1524 typedef forward_iterator<const wchar_t*> FI; typedef
1526 std::wregex regex(FI(r), FI(r+sr), std::regex_constants::extended);
/external/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp29 int FI) const {
31 return MFI->getObjectOffset(FI) + MFI->getStackSize() -
36 int FI, unsigned &FrameReg) const {
43 return getFrameIndexOffset(MF, FI);
35 getFrameIndexReference(const MachineFunction &MF, int FI, unsigned &FrameReg) const argument
H A DPseudoSourceValue.cpp69 const PseudoSourceValue *PseudoSourceValue::getFixedStack(int FI) { argument
72 const PseudoSourceValue *&V = PG.FSValues[FI];
74 V = new FixedStackPseudoSourceValue(FI);
106 return MFI && MFI->isImmutableObjectIndex(FI);
112 return MFI->isAliasedObjectIndex(FI);
119 return !MFI->isSpillSlotObjectIndex(FI);
123 OS << "FixedStack" << FI; local
/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp56 const SrcMgr::FileInfo &FI = SL.getFile(); local
57 if (!FI.getContentCache()->OrigEntry)
61 SourceLocation L = FI.getIncludeLoc();
72 const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)),
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h63 static const PseudoSourceValue *getFixedStack(int FI);
87 const int FI; member in class:llvm::FixedStackPseudoSourceValue
90 PseudoSourceValue(true), FI(fi) {}
107 int getFrameIndex() const { return FI; }
H A DRegisterScavenging.h45 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {}
125 void addScavengingFrameIndex(int FI) { argument
126 Scavenged.push_back(ScavengedInfo(FI));
130 bool isScavengingFrameIndex(int FI) const {
133 if (I->FrameIndex == FI)
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h25 /// Add a BDX memory reference for frame object FI to MIB.
27 addFrameReference(const MachineInstrBuilder &MIB, int FI) { argument
40 PseudoSourceValue::getFixedStack(FI), Offset),
41 Flags, MFFrame->getObjectSize(FI),
42 MFFrame->getObjectAlignment(FI));
43 return MIB.addFrameIndex(FI).addImm(Offset).addReg(0).addMemOperand(MMO);
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp49 LibCallAliasAnalysis::AnalyzeLibCallDetails(const LibCallFunctionInfo *FI, argument
54 AliasAnalysis::ModRefResult MRInfo = FI->UniversalBehavior;
60 const LibCallFunctionInfo::LocationMRInfo *Details = FI->LocationDetails;
68 if (FI->DetailsType == LibCallFunctionInfo::DoesNot) {
87 assert(FI->DetailsType == LibCallFunctionInfo::DoesOnly);
132 if (const LibCallFunctionInfo *FI = LCI->getFunctionInfo(F)) {
133 MRInfo = ModRefResult(MRInfo & AnalyzeLibCallDetails(FI, CS, Loc));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp114 GCFunctionInfo &FI = **I; local
115 if (FI.getStrategy().getName() != getStrategy().getName())
118 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) {
133 GCFunctionInfo &FI = **I; local
134 if (FI.getStrategy().getName() != getStrategy().getName())
138 uint64_t FrameSize = FI.getFrameSize();
141 report_fatal_error("Function '" + FI.getFunction().getName() +
146 Twine(uintptr_t(&FI)) + ")");
150 Twine(FI
[all...]
/external/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp106 for (Module::iterator FI = M.begin(), FE = M.end();
107 FI != FE; ++FI) {
108 StringRef Name = FI->getName();
112 FI->setName(metaNames[prng.rand() % array_lengthof(metaNames)]);
113 runOnFunction(*FI); variable
/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp72 unsigned SrcReg, bool isKill, int FI,
88 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
90 MFI.getObjectSize(FI),
91 MFI.getObjectAlignment(FI));
94 .addFrameIndex(FI).addImm(0).addMemOperand(MMO));
100 unsigned DestReg, int FI,
116 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
118 MFI.getObjectSize(FI),
119 MFI.getObjectAlignment(FI));
121 .addFrameIndex(FI)
71 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned SrcReg, bool isKill, int FI, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
99 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned DestReg, int FI, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
[all...]
/external/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp58 // if Address is FI, get the TargetFrameIndex.
69 // Addresses of the form FI+const or FI|const
74 // If the first operand is a FI, get the TargetFI Node
135 int FI = cast<FrameIndexSDNode>(Node)->getIndex(); local
137 SDValue TFI = CurDAG->getTargetFrameIndex(FI, VT);
H A DBPFInstrInfo.cpp47 unsigned SrcReg, bool IsKill, int FI,
57 .addFrameIndex(FI)
65 unsigned DestReg, int FI,
73 BuildMI(MBB, I, DL, get(BPF::LDD), DestReg).addFrameIndex(FI).addImm(0);
45 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned SrcReg, bool IsKill, int FI, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
63 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned DestReg, int FI, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
/external/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp97 static bool LowerFenceInst(FenceInst *FI) { argument
98 FI->eraseFromParent();
124 if (FenceInst *FI = dyn_cast<FenceInst>(Inst))
125 Changed |= LowerFenceInst(FI);
/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp27 struct FI : II<TT> struct in namespace:PR6031
29 C<typename FI::type> a;
/external/libvncserver/common/
H A Dmd5.c291 #define FI(b, c, d) (c ^ (b | ~d)) macro
423 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
424 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
425 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
426 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
427 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
428 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
429 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
430 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
431 OP (FI,
[all...]
/external/llvm/include/llvm/MC/
H A DMCFixup.h81 MCFixup FI; local
82 FI.Value = Value;
83 FI.Offset = Offset;
84 FI.Kind = unsigned(Kind);
85 FI.Loc = Loc;
86 return FI;
/external/llvm/lib/IR/
H A DGCOV.cpp114 void GCOVFile::collectLineCounts(FileInfo &FI) { argument
116 FPtr->collectLineCounts(FI);
117 FI.setRunCount(RunCount);
118 FI.setProgramCount(ProgramCount);
352 void GCOVFunction::collectLineCounts(FileInfo &FI) { argument
359 Block->collectLineCounts(FI);
360 FI.addFunctionLine(Filename, LineNumber, this);
394 void GCOVBlock::collectLineCounts(FileInfo &FI) {
396 FI.addBlockLine(Parent.getFilename(), N, this);

Completed in 1261 milliseconds

12345