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

1 2 3 4

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 60 static const PseudoSourceValue *getFixedStack(int FI);
84 const int FI;
86 explicit FixedStackPseudoSourceValue(int fi) :
87 PseudoSourceValue(FixedStackPseudoSourceValueVal), FI(fi) {}
104 int getFrameIndex() const { return FI; }
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 75 FileInfo FI;
76 GF.collectLineCounts(FI);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
awk.pass.cpp 674 typedef forward_iterator<const char*> FI;
676 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
    [all...]
basic.pass.cpp 675 typedef forward_iterator<const char*> FI;
677 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 633 typedef forward_iterator<const char*> FI;
635 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 673 typedef forward_iterator<const char*> FI;
675 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
awk.pass.cpp 763 typedef forward_iterator<const char*> FI;
765 std::regex regex(FI(r), FI(r+sr), std::regex_constants::awk);
    [all...]
basic.pass.cpp 765 typedef forward_iterator<const char*> FI;
767 std::regex regex(FI(r), FI(r+sr), std::regex_constants::basic);
    [all...]
ecma.pass.cpp 741 typedef forward_iterator<const char*> FI;
743 std::regex regex(FI(r), FI(r+sr));
    [all...]
extended.pass.cpp 763 typedef forward_iterator<const char*> FI;
765 std::regex regex(FI(r), FI(r+sr), std::regex_constants::extended);
    [all...]
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 52 const SrcMgr::FileInfo &FI = SL.getFile();
53 if (!FI.getContentCache()->OrigEntry)
57 SourceLocation L = FI.getIncludeLoc();
68 const_cast<FileEntry *>(FI.getContentCache()->OrigEntry)),
  /external/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/dropbear/libtomcrypt/src/ciphers/
kasumi.c 39 static u16 FI( u16 in, u16 subkey )
111 left = FI( left, key->kasumi.KIi1[round_no] );
115 right = FI( right, key->kasumi.KIi2[round_no] );
119 left = FI( left, key->kasumi.KIi3[round_no] );
cast5.c     [all...]
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 73 const PseudoSourceValue *PseudoSourceValue::getFixedStack(int FI) {
76 const PseudoSourceValue *&V = PG.FSValues[FI];
78 V = new FixedStackPseudoSourceValue(FI);
110 return MFI && MFI->isImmutableObjectIndex(FI);
118 return FI >= 0;
120 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
127 return !MFI->isSpillSlotObjectIndex(FI);
131 OS << "FixedStack" << FI;
GCStrategy.cpp 70 GCFunctionInfo *FI;
120 bool GCStrategy::findCustomSafePoints(GCFunctionInfo& FI, MachineFunction &F) {
127 GCFunctionInfo *FI = new GCFunctionInfo(F, *this);
128 Functions.push_back(FI);
129 return FI;
260 GCFunctionInfo &FI = getAnalysis<GCModuleInfo>().getFunctionInfo(F);
261 GCStrategy &S = FI.getStrategy();
367 if (FI->getStrategy().needsSafePoint(GC::PreCall)) {
369 FI->addSafePoint(GC::PreCall, Label, CI->getDebugLoc());
372 if (FI->getStrategy().needsSafePoint(GC::PostCall))
    [all...]
StackSlotColoring.cpp 153 int FI = MO.getIndex();
154 if (FI < 0)
156 if (!LS->hasInterval(FI))
158 LiveInterval &li = LS->getInterval(FI);
168 int FI = FSV->getFrameIndex();
169 if (FI >= 0)
170 SSRefs[FI].push_back(MMO);
193 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
194 if (MFI->isDeadObjectIndex(FI))
197 OrigAlignments[FI] = MFI->getObjectAlignment(FI)
    [all...]
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 27 struct FI : II<TT>
29 C<typename FI::type> a;
  /external/elfutils/lib/
md5.c 285 #define FI(b, c, d) (c ^ (b | ~d))
417 OP (FI, A, B, C, D, 0, 6, 0xf4292244);
418 OP (FI, D, A, B, C, 7, 10, 0x432aff97);
419 OP (FI, C, D, A, B, 14, 15, 0xab9423a7);
420 OP (FI, B, C, D, A, 5, 21, 0xfc93a039);
421 OP (FI, A, B, C, D, 12, 6, 0x655b59c3);
422 OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92);
423 OP (FI, C, D, A, B, 10, 15, 0xffeff47d);
424 OP (FI, B, C, D, A, 1, 21, 0x85845dd1);
425 OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f)
    [all...]
  /external/llvm/include/llvm/MC/
MCFixup.h 80 MCFixup FI;
81 FI.Value = Value;
82 FI.Offset = Offset;
83 FI.Kind = unsigned(Kind);
84 FI.Loc = Loc;
85 return FI;
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 29 Function::iterator FI = F.begin();
31 BasicBlock *BB0 = FI++;
37 BasicBlock *BB1 = FI++;
41 BasicBlock *BB2 = FI++;
45 BasicBlock *BB3 = FI++;
50 BasicBlock *BB4 = FI++;
  /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/clang/lib/CodeGen/
CGDeclCXX.cpp 493 const CGFunctionInfo &FI =
497 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI);
504 StartFunction(GlobalDecl(), getContext().VoidTy, fn, FI, args,
CodeGenTypes.cpp 508 const CGFunctionInfo *FI;
510 FI = &arrangeFreeFunctionType(
514 FI = &arrangeFreeFunctionType(
520 if (FunctionsBeingProcessed.count(FI)) {
527 ResultType = GetFunctionType(*FI);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 132 int FI = SI->second;
134 FI, DI->getDebugLoc());
366 int FI) {
367 ByValArgFrameIndexMap[A] = FI;

Completed in 437 milliseconds

1 2 3 4