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

1 2 3 4 5 67 8 910

  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 86 MipsFunctionInfo *FI = DAG.getMachineFunction().getInfo<MipsFunctionInfo>();
87 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 59 Cp278 EBCDIC-CP-FI,EBCDIC-CP-SE,IBM278,csIBM278 0x0019
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
MemRegion.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 455 int FI) const {
458 // Start with the offset of FI from the top of the caller-allocated frame
461 int64_t Offset = (MFFrame->getObjectOffset(FI) +
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 360 FI(new String[]{
364 "postprefix", "FI-",
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.h 98 virtual bool classifyReturnType(CGFunctionInfo &FI) const = 0;
CodeGenModule.h 904 const CGFunctionInfo &FI);
916 bool ReturnTypeUsesSRet(const CGFunctionInfo &FI);
    [all...]
CodeGenFunction.cpp 734 for (llvm::Function::iterator FI = F->begin(), FE = F->end(); FI != FE; ++FI)
736 BI = FI->begin(), BE = FI->end(); BI != BE; ++BI)
    [all...]
CGObjC.cpp 473 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
474 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
484 StartFunction(OMD, OMD->getReturnType(), Fn, FI, args,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 395 } else if (FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(Op)) {
396 MIB.addFrameIndex(FI->getIndex());
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 388 /// stw rA, FI ; Store rA to the frame.
661 const PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
662 FrameIdx = FI->getCRSpillFrameIndex();
721 PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>();
722 int FPSI = FI->getFramePointerSaveIndex();
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 426 int FI = MF.getFrameInfo()->CreateFixedObject(8,
429 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
437 int FI = MF.getFrameInfo()->CreateFixedObject(4,
440 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
460 int FI = MF.getFrameInfo()->CreateFixedObject(4,
463 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
609 int FI = MF.getFrameInfo()->CreateFixedObject(ValSize, Offset, true);
611 DAG.getFrameIndex(FI, getPointerTy()),
612 MachinePointerInfo::getFixedStack(FI),
639 int FI = MF.getFrameInfo()->CreateFixedObject(8, ArgOffset + ArgArea, true)
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 679 const TargetFrameLowering *FI = MF.getTarget().getFrameLowering();
680 int ValOffset = (FI ? FI->getOffsetOfLocalArea() : 0);
686 OS << " fi#" << (int)(i-NumFixedObjects) << ": ";
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 492 int FI = MFI->CreateFixedObject(Flags.getByValSize(),
494 InVal = DAG.getFrameIndex(FI, getPointerTy());
504 int FI = MFI->CreateFixedObject(ObjSize, VA.getLocMemOffset(), true);
508 SDValue FIN = DAG.getFrameIndex(FI, MVT::i16);
510 MachinePointerInfo::getFixedStack(FI),
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/libcxx/test/re/re.alg/re.alg.match/
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 645 typedef forward_iterator<const char*> FI;
647 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...]
  /external/llvm/lib/IR/
AsmWriter.cpp 597 ValueMap::iterator FI = fMap.find(V);
598 return FI == fMap.end() ? -1 : (int)FI->second;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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...]

Completed in 1500 milliseconds

1 2 3 4 5 67 8 910