Searched refs:FU (Results 1 – 8 of 8) sorted by relevance
180 std::string FU(PRD.Name); in dumpSU() local182 FU = FU.substr(FU.find('_') + 1); in dumpSU()183 size_t Pos = FU.find("Unit"); in dumpSU()185 FU.resize(Pos); in dumpSU()186 if (FU == "LS") // LSUnit -> LSU in dumpSU()187 FU = "LSU"; in dumpSU()188 OS << "/" << FU; in dumpSU()
1829 const User *FU = U.getUser(); in hasAddressTaken() local1830 if (isa<BlockAddress>(FU)) in hasAddressTaken()1839 const auto *Call = dyn_cast<CallBase>(FU); in hasAddressTaken()1842 if (const auto *FI = dyn_cast<Instruction>(FU)) { in hasAddressTaken()1852 if (IgnoreLLVMUsed && !FU->user_empty()) { in hasAddressTaken()1853 const User *FUU = FU; in hasAddressTaken()1854 if (isa<BitCastOperator>(FU) && FU->hasOneUse() && in hasAddressTaken()1855 !FU->user_begin()->user_empty()) in hasAddressTaken()1856 FUU = *FU->user_begin(); in hasAddressTaken()1867 *PutOffender = FU; in hasAddressTaken()[all …]
62 int Kind = kind.Value; // kind of FU reservation127 list<FuncUnit> FU = fu;
557 def : InstRW<[M3WriteFCVT4], (instregex "^[FU](RECP|RSQRT)Ev1")>;677 def : InstRW<[M3WriteFCVT4], (instregex "^[FU](RECP|RSQRT)Ev[248]")>;
537 def : InstRW<[A57Write_5cyc_1V], (instregex "^[FU](RECP|RSQRT)(E|X)(v2f32|v1i32|v2i32|v1i64)")>;539 def : InstRW<[A57Write_5cyc_2V], (instregex "^[FU](RECP|RSQRT)(E|X)(v2f64|v4f32|v4i32)")>;
676 def : InstRW<[TSV110Wr_3cyc_1F], (instregex "^[FU](RECP|RSQRT)(E|X)v")>;
450 // Since the reserved FU cannot be acquired, this models precisely
6824 def _SLASH_FU : CLJoinedOrSeparate<"FU">;