Searched refs:FLI (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp61 const SegmentInjection *FLI = local
65 const uint8_t *FLIB = reinterpret_cast<const uint8_t *>(FLI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1107 BasicBlock::iterator FLI = local
1111 assert(FLI != BB->end());
1113 return cast<LoadInst>(FLI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp334 auto FLI = LoadBrevMap.find(IntNo); local
335 if (FLI != LoadBrevMap.end()) {
343 FLI->second, dl, RTys,
382 auto FLI = LoadNPcMap.find (IntNo); local
383 if (FLI != LoadNPcMap.end()) {
401 MachineSDNode *Res = CurDAG->getMachineNode(FLI->second, DL, RTys, Ops);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h420 FunctionLoweringInfo *FLI, LegacyDivergenceAnalysis *DA) const override;
H A DSIISelLowering.cpp11488 FunctionLoweringInfo * FLI, LegacyDivergenceAnalysis * KDA) const
11494 const MachineRegisterInfo &MRI = FLI->MF->getRegInfo();
11502 if (const Value *V = FLI->getValueFromVirtualReg(R->getReg()))
11505 assert(Reg == FLI->DemoteRegister || isCopyFromRegOfInlineAsm(N));
11487 isSDNodeSourceOfDivergence(const SDNode * N, FunctionLoweringInfo * FLI, LegacyDivergenceAnalysis * KDA) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h234 FunctionLoweringInfo * FLI = nullptr; member in class:llvm::SelectionDAG
414 FLI = FuncInfo;
H A DTargetLowering.h3124 FunctionLoweringInfo *FLI,
3123 isSDNodeSourceOfDivergence(const SDNode *N, FunctionLoweringInfo *FLI, LegacyDivergenceAnalysis *DA) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1048 llvm::shouldOptimizeForSize(FLI->MBB->getBasicBlock(), PSI, BFI);
1812 N->SDNodeBits.IsDivergent = TLI->isSDNodeSourceOfDivergence(N, FLI, DA);
8683 bool IsDivergent = TLI->isSDNodeSourceOfDivergence(N, FLI, DA);
8726 bool IsSDNodeDivergent = TLI.isSDNodeSourceOfDivergence(N, FLI, DA);
9921 IsDivergent |= TLI->isSDNodeSourceOfDivergence(Node, FLI, DA);

Completed in 669 milliseconds