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.inc557 BY_HANDLE_FILE_INFORMATION FI2;
558 if (!GetFileInformationByHandle(ToHandle2, &FI2))
560 if (FI.nFileIndexHigh != FI2.nFileIndexHigh ||
561 FI.nFileIndexLow != FI2.nFileIndexLow ||
562 FI.dwVolumeSerialNumber != FI2.dwVolumeSerialNumber)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp361 unsigned FI2 = MI.getOperand(3).getIndex(); in isStackSlotCopy() local
363 MFI.getObjectSize(FI2) != Length) in isStackSlotCopy()
367 SrcFrameIndex = FI2; in isStackSlotCopy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3638 auto isIdenticalOrStrongerFence = [](FenceInst *FI1, FenceInst *FI2) { in visitFenceInst() argument
3641 if (FI1SyncScope != FI2->getSyncScopeID() || in visitFenceInst()
3646 return isAtLeastOrStrongerThan(FI1->getOrdering(), FI2->getOrdering()); in visitFenceInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4283 int64_t Offset1, unsigned Opcode1, int FI2, in shouldClusterFI() argument
4287 if (MFI.isFixedObjectIndex(FI1) && MFI.isFixedObjectIndex(FI2)) { in shouldClusterFI()
4289 int64_t ObjectOffset2 = MFI.getObjectOffset(FI2); in shouldClusterFI()
4305 return FI1 == FI2; in shouldClusterFI()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp535 int FI2 = MF.getFrameInfo().CreateFixedObject(4, in LowerFormalArguments_32() local
538 SDValue FIPtr2 = DAG.getFrameIndex(FI2, PtrVT); in LowerFormalArguments_32()