HomeSort by relevance Sort by last modified time
    Searched refs:isSpillSlotObjectIndex (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 119 return !MFI->isSpillSlotObjectIndex(FI);
MachineLICM.cpp 436 MFI->isSpillSlotObjectIndex(FI) &&
503 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 541 /// isSpillSlotObjectIndex - Returns true if the specified index corresponds
543 bool isSpillSlotObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 617 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
622 if (FrameInfo->isSpillSlotObjectIndex(FI))
625 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
630 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]

Completed in 1939 milliseconds