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

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
PseudoSourceValue.h 61 static const PseudoSourceValue *getFixedStack(int FI);
85 const int FI;
87 explicit FixedStackPseudoSourceValue(int fi) :
88 PseudoSourceValue(FixedStackPseudoSourceValueVal), FI(fi) {}
108 int getFrameIndex() const { return FI; }
  /external/swiftshader/third_party/LLVM/tools/llvm-cov/
llvm-cov.cpp 75 FileInfo FI;
76 GF.collectLineCounts(FI);
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
find_first_of.pass.cpp 28 typedef forward_iterator<int*> FI;
32 return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::end(ia))) == FI(ic+1))
33 && (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib))) == FI(std::end(ic))
    [all...]
find_first_of_pred.pass.cpp 30 typedef forward_iterator<int*> FI;
34 return (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::end(ia)), eq) == FI(ic+1))
35 && (std::find_first_of(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib)), eq) == FI(std::end(ic))
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.match/
basic.pass.cpp 682 typedef forward_iterator<const char*> FI;
684 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 673 typedef forward_iterator<const char*> FI;
675 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 680 typedef forward_iterator<const char*> FI;
682 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
awk.pass.cpp 770 typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
    [all...]
basic.pass.cpp 772 typedef forward_iterator<const char*> FI;
774 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 748 typedef forward_iterator<const char*> FI;
750 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 770 typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.match/
basic.pass.cpp 682 typedef forward_iterator<const char*> FI;
684 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 673 typedef forward_iterator<const char*> FI;
675 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 680 typedef forward_iterator<const char*> FI;
682 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
awk.pass.cpp 770 typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
    [all...]
basic.pass.cpp 772 typedef forward_iterator<const char*> FI;
774 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 748 typedef forward_iterator<const char*> FI;
750 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 770 typedef forward_iterator<const char*> FI;
772 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 41 const SrcMgr::FileInfo &FI = SL.getFile();
42 if (!FI.getContentCache()->OrigEntry)
47 SourceLocation L = FI.getIncludeLoc();
67 const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)),
  /external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 114 GCFunctionInfo &FI = **I;
115 if (FI.getStrategy().getName() != getStrategy().getName())
118 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) {
133 GCFunctionInfo &FI = **I;
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.getFunction().getName()))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp 110 GCFunctionInfo &FI = **I;
111 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) {
124 GCFunctionInfo &FI = **I;
126 uint64_t FrameSize = FI.getFrameSize();
129 report_fatal_error("Function '" + FI.getFunction().getName() +
132 "(" + Twine(uintptr_t(&FI)) + ")");
136 Twine(FI.getFunction().getName()));
139 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsEmitGPRestore.cpp 51 int FI = F.getInfo<MipsFunctionInfo>()->getGPFI();
67 BuildMI(MBB, I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
80 BuildMI(MBB, ++I, dl, TII->get(Mips::LW), Mips::GP).addFrameIndex(FI)
  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.end/
find_end.pass.cpp 28 typedef forward_iterator<int*> FI;
32 return (std::find_end(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::end(ia))) == FI(ic+15))
33 && (std::find_end(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib))) == FI(std::end(ic))
    [all...]
find_end_pred.pass.cpp 37 typedef forward_iterator<int*> FI;
41 return (std::find_end(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ia)), FI(std::end(ia)), eq) == FI(ic+15))
42 && (std::find_end(FI(std::begin(ic)), FI(std::end(ic)), FI(std::begin(ib)), FI(std::end(ib)), eq) == FI(std::end(ic))
    [all...]
  /external/llvm/lib/CodeGen/
FaultMaps.cpp 127 operator<<(raw_ostream &OS, const FaultMapParser::FunctionInfoAccessor &FI) {
128 OS << "FunctionAddress: " << format_hex(FI.getFunctionAddr(), 8)
129 << ", NumFaultingPCs: " << FI.getNumFaultingPCs() << "\n";
130 for (unsigned i = 0, e = FI.getNumFaultingPCs(); i != e; ++i)
131 OS << FI.getFunctionFaultInfoAt(i) << "\n";
142 FaultMapParser::FunctionInfoAccessor FI;
145 FI = (i == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo();
146 OS << FI;

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 9