Searched refs:BFP (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Profile/ |
| H A D | ProfileYAMLMapping.h | 159 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 D | SystemZSchedule.td | 56 def VecFPd : SchedWrite; // Blocking BFP div/sqrt unit (30 cycles). 57 def VecFPd20 : SchedWrite; // Blocking BFP div/sqrt unit, 20 cycles.
|
| H A D | SystemZInstrHFP.td | 70 // Convert BFP to HFP. 76 // Convert HFP to BFP.
|
| H A D | SystemZScheduleZ196.td | 889 // Convert BFP to HFP / HFP to BFP.
|
| H A D | SystemZScheduleZEC12.td | 927 // Convert BFP to HFP / HFP to BFP.
|
| H A D | SystemZScheduleZ13.td | 959 // Convert BFP to HFP / HFP to BFP.
|
| H A D | SystemZScheduleZ16.td | 999 // Convert BFP to HFP / HFP to BFP.
|
| H A D | SystemZScheduleZ15.td | 996 // Convert BFP to HFP / HFP to BFP.
|
| H A D | SystemZScheduleZ14.td | 979 // Convert BFP to HFP / HFP to BFP.
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleB.td | 43 def WriteBFP : SchedWrite; // BFP 123 def ReadBFP : SchedRead; // BFP
|
| H A D | RISCVISelLowering.h | 145 BFP, enumerator
|
| H A D | RISCVInstrInfoZb.td | 54 def riscv_bfp : SDNode<"RISCVISD::BFP", SDTIntBinOp>; 603 def BFP : ALU_rr<0b0100100, 0b111, "bfp">, 1240 def : PatGprGpr<riscv_bfp, BFP>;
|
| H A D | RISCVISelLowering.cpp | 4888 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 D | ASTImporterTest.cpp | 2131 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 …]
|