Home
last modified time | relevance | path

Searched refs:BFP (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileYAMLMapping.h159 static void mapping(IO &YamlIO, bolt::BinaryFunctionProfile &BFP) {
160 YamlIO.mapRequired("name", BFP.Name);
161 YamlIO.mapRequired("fid", BFP.Id);
162 YamlIO.mapRequired("hash", BFP.Hash);
163 YamlIO.mapRequired("exec", BFP.ExecCount);
164 YamlIO.mapRequired("nblocks", BFP.NumBasicBlocks);
165 YamlIO.mapOptional("blocks", BFP.Blocks,
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSchedule.td56 def VecFPd : SchedWrite; // Blocking BFP div/sqrt unit (30 cycles).
57 def VecFPd20 : SchedWrite; // Blocking BFP div/sqrt unit, 20 cycles.
H A DSystemZInstrHFP.td70 // Convert BFP to HFP.
76 // Convert HFP to BFP.
H A DSystemZScheduleZ196.td889 // Convert BFP to HFP / HFP to BFP.
H A DSystemZScheduleZEC12.td927 // Convert BFP to HFP / HFP to BFP.
H A DSystemZScheduleZ13.td959 // Convert BFP to HFP / HFP to BFP.
H A DSystemZScheduleZ16.td999 // Convert BFP to HFP / HFP to BFP.
H A DSystemZScheduleZ15.td996 // Convert BFP to HFP / HFP to BFP.
H A DSystemZScheduleZ14.td979 // Convert BFP to HFP / HFP to BFP.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVScheduleB.td43 def WriteBFP : SchedWrite; // BFP
123 def ReadBFP : SchedRead; // BFP
H A DRISCVISelLowering.h145 BFP, enumerator
H A DRISCVInstrInfoZb.td54 def riscv_bfp : SDNode<"RISCVISD::BFP", SDTIntBinOp>;
603 def BFP : ALU_rr<0b0100100, 0b111, "bfp">,
1240 def : PatGprGpr<riscv_bfp, BFP>;
H A DRISCVISelLowering.cpp4888 return DAG.getNode(RISCVISD::BFP, DL, XLenVT, Op.getOperand(1), in LowerINTRINSIC_WO_CHAIN()
11654 NODE_NAME_CASE(BFP) in getTargetNodeName()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2131 auto BFP = in TEST_P() local
2141 auto *BF = FirstDeclMatcher<CXXMethodDecl>().match(FromTU1, BFP); in TEST_P()
2146 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2161 auto BFP = in TEST_P() local
2178 auto *FromB = FirstDeclMatcher<CXXMethodDecl>().match(FromTU, BFP); in TEST_P()
2184 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2199 auto BFP = in TEST_P() local
2211 auto *B = FirstDeclMatcher<CXXMethodDecl>().match(FromTU1, BFP); in TEST_P()
2216 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, BFP), 1u); in TEST_P()
2252 auto BFP = in TEST_P() local
[all …]