Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp314 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildInstr() local
316 profileEverything(Opc, DstOps, SrcOps, Flag, ProfBuilder); in buildInstr()
340 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildConstant() local
342 profileMBBOpcode(ProfBuilder, Opc); in buildConstant()
343 profileDstOp(Res, ProfBuilder); in buildConstant()
344 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateCImm(&Val)); in buildConstant()
367 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildFConstant() local
369 profileMBBOpcode(ProfBuilder, Opc); in buildFConstant()
370 profileDstOp(Res, ProfBuilder); in buildFConstant()
371 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()