Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc558 BY_HANDLE_FILE_INFORMATION FI2;
559 if (!GetFileInformationByHandle(ToHandle2, &FI2))
561 if (FI.nFileIndexHigh != FI2.nFileIndexHigh ||
562 FI.nFileIndexLow != FI2.nFileIndexLow ||
563 FI.dwVolumeSerialNumber != FI2.dwVolumeSerialNumber)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp409 unsigned FI2 = MI.getOperand(3).getIndex(); in isStackSlotCopy() local
411 MFI.getObjectSize(FI2) != Length) in isStackSlotCopy()
415 SrcFrameIndex = FI2; in isStackSlotCopy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3923 auto isIdenticalOrStrongerFence = [](FenceInst *FI1, FenceInst *FI2) { in visitFenceInst() argument
3926 if (FI1SyncScope != FI2->getSyncScopeID() || in visitFenceInst()
3931 return isAtLeastOrStrongerThan(FI1->getOrdering(), FI2->getOrdering()); in visitFenceInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp539 int FI2 = MF.getFrameInfo().CreateFixedObject(4, in LowerFormalArguments_32() local
542 SDValue FIPtr2 = DAG.getFrameIndex(FI2, PtrVT); in LowerFormalArguments_32()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4868 int64_t Offset1, unsigned Opcode1, int FI2, in shouldClusterFI() argument
4872 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) { in shouldClusterFI()
4874 int64_t ObjectOffset2 = MFI.getObjectOffset(FI2); in shouldClusterFI()
4890 return FI1 == FI2; in shouldClusterFI()