Home
last modified time | relevance | path

Searched refs:FI2 (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc539 BY_HANDLE_FILE_INFORMATION FI2;
540 if (!GetFileInformationByHandle(ToHandle2, &FI2))
542 if (FI.nFileIndexHigh != FI2.nFileIndexHigh ||
543 FI.nFileIndexLow != FI2.nFileIndexLow ||
544 FI.dwVolumeSerialNumber != FI2.dwVolumeSerialNumber)
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp343 unsigned FI2 = MI.getOperand(3).getIndex(); in isStackSlotCopy() local
345 MFI.getObjectSize(FI2) != Length) in isStackSlotCopy()
349 SrcFrameIndex = FI2; in isStackSlotCopy()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp3059 int64_t Offset1, unsigned Opcode1, int FI2, in shouldClusterFI() argument
3063 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) { in shouldClusterFI()
3065 int64_t ObjectOffset2 = MFI.getObjectOffset(FI2); in shouldClusterFI()
3081 return FI1 == FI2; in shouldClusterFI()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp485 int FI2 = MF.getFrameInfo().CreateFixedObject(4, in LowerFormalArguments_32() local
488 SDValue FIPtr2 = DAG.getFrameIndex(FI2, PtrVT); in LowerFormalArguments_32()