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

1 23 4

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGCall.cpp 450 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, insertPos);
451 if (FI)
452 return *FI;
455 FI = CGFunctionInfo::create(CC, info, resultType, argTypes, required);
456 FunctionInfos.InsertNode(FI, insertPos);
458 bool inserted = FunctionsBeingProcessed.insert(FI); (void)inserted;
462 getABIInfo().computeInfo(*FI);
467 ABIArgInfo &retInfo = FI->getReturnInfo();
469 retInfo.setCoerceToType(ConvertType(FI->getReturnType()));
471 for (CGFunctionInfo::arg_iterator I = FI->arg_begin(), E = FI->arg_end()
    [all...]
CGObjC.cpp 476 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
477 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
488 StartFunction(OMD, OMD->getResultType(), Fn, FI, args, StartLoc);
    [all...]
CodeGenModule.cpp 699 const CGFunctionInfo &FI) {
700 SetLLVMFunctionAttributes(D, FI, F);
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 501 int FI;
508 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {
509 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
513 } else if (TM.getInstrInfo()->hasLoadFromStackSlot(&MI, MMO, FI)) {
514 if (FrameInfo->isSpillSlotObjectIndex(FI))
516 } else if (TM.getInstrInfo()->isStoreToStackSlotPostFE(&MI, FI)) {
517 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
521 } else if (TM.getInstrInfo()->hasStoreToStackSlot(&MI, MMO, FI)) {
522 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 594 ValueMap::iterator FI = fMap.find(V);
595 return FI == fMap.end() ? -1 : (int)FI->second;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 537 int FI = cast<FrameIndexSDNode>(N)->getIndex();
538 Base = CurDAG->getTargetFrameIndex(FI,
562 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
563 Base = CurDAG->getTargetFrameIndex(FI,
709 int FI = cast<FrameIndexSDNode>(N)->getIndex();
710 Base = CurDAG->getTargetFrameIndex(FI,
731 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
732 Base = CurDAG->getTargetFrameIndex(FI,
    [all...]
ARMFastISel.cpp 64 int FI;
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 415 int FI = MF.getFrameInfo()->CreateFixedObject(8,
418 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
426 int FI = MF.getFrameInfo()->CreateFixedObject(4,
429 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
449 int FI = MF.getFrameInfo()->CreateFixedObject(4,
452 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
599 int FI = MF.getFrameInfo()->CreateFixedObject(ValSize, Offset, true);
601 DAG.getFrameIndex(FI, getPointerTy()),
602 MachinePointerInfo::getFixedStack(FI),
629 int FI = MF.getFrameInfo()->CreateFixedObject(8, ArgOffset + ArgArea, true)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 209 // We can use FI for FRINT.
630 int FI = MFI->CreateFixedObject(LocVT.getSizeInBits() / 8,
637 SDValue FIN = DAG.getFrameIndex(FI, PtrVT);
641 MachinePointerInfo::getFixedStack(FI),
672 int FI = MFI->CreateFixedObject(8, RegSaveOffset + Offset, true);
673 SDValue FIN = DAG.getFrameIndex(FI, getPointerTy());
678 MachinePointerInfo::getFixedStack(FI),
734 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
736 MachinePointerInfo::getFixedStack(FI),
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 78 MipsFunctionInfo *FI = DAG.getMachineFunction().getInfo<MipsFunctionInfo>();
79 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
    [all...]

Completed in 1156 milliseconds

1 23 4