Searched refs:ProfBuilder (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.cpp | 289 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildInstr() local 291 profileEverything(Opc, DstOps, SrcOps, Flag, ProfBuilder); in buildInstr() 315 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildConstant() local 317 profileMBBOpcode(ProfBuilder, Opc); in buildConstant() 318 profileDstOp(Res, ProfBuilder); in buildConstant() 319 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateCImm(&Val)); in buildConstant() 342 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildFConstant() local 344 profileMBBOpcode(ProfBuilder, Opc); in buildFConstant() 345 profileDstOp(Res, ProfBuilder); in buildFConstant() 346 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()
|