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

1 23

  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 234 int FI = MF.getFrameInfo()->CreateFixedObject(8,
237 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
245 int FI = MF.getFrameInfo()->CreateFixedObject(4,
248 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
268 int FI = MF.getFrameInfo()->CreateFixedObject(4,
271 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
385 int FI = MFI->CreateStackObject(Size, Align, false);
386 SDValue FIPtr = DAG.getFrameIndex(FI, getPointerTy());
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 563 ValueMap::iterator FI = fMap.find(V);
564 return FI == fMap.end() ? -1 : (int)FI->second;
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGCall.cpp 258 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, InsertPos);
259 if (FI)
260 return *FI;
263 FI = new CGFunctionInfo(CC, Info.getNoReturn(), Info.getProducesResult(),
266 FunctionInfos.InsertNode(FI, InsertPos);
268 bool Inserted = FunctionsBeingProcessed.insert(FI); (void)Inserted;
272 getABIInfo().computeInfo(*FI);
277 ABIArgInfo &RetInfo = FI->getReturnInfo();
279 RetInfo.setCoerceToType(ConvertType(FI->getReturnType()));
281 for (CGFunctionInfo::arg_iterator I = FI->arg_begin(), E = FI->arg_end()
    [all...]
CodeGenModule.cpp 549 const CGFunctionInfo &FI) {
550 SetLLVMFunctionAttributes(D, FI, F);
    [all...]
CGDebugInfo.cpp     [all...]
CGObjC.cpp 310 const CGFunctionInfo &FI = CGM.getTypes().getFunctionInfo(OMD);
311 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
322 StartFunction(OMD, OMD->getResultType(), Fn, FI, args, StartLoc);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 502 int FI;
509 if (TM.getInstrInfo()->isLoadFromStackSlotPostFE(&MI, FI)) {
510 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
514 } else if (TM.getInstrInfo()->hasLoadFromStackSlot(&MI, MMO, FI)) {
515 if (FrameInfo->isSpillSlotObjectIndex(FI))
517 } else if (TM.getInstrInfo()->isStoreToStackSlotPostFE(&MI, FI)) {
518 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
522 } else if (TM.getInstrInfo()->hasStoreToStackSlot(&MI, MMO, FI)) {
523 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 70 int FI;
809 Addr.Base.FI = SI->second;
    [all...]
ARMISelDAGToDAG.cpp 451 int FI = cast<FrameIndexSDNode>(N)->getIndex();
452 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
475 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
476 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
622 int FI = cast<FrameIndexSDNode>(N)->getIndex();
623 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
643 int FI = cast<FrameIndexSDNode>(Base)->getIndex();
644 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy());
819 int FI = cast<FrameIndexSDNode>(N)->getIndex();
820 Base = CurDAG->getTargetFrameIndex(FI, TLI.getPointerTy())
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 753 milliseconds

1 23