Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp320 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildInstr() local
322 profileEverything(Opc, DstOps, SrcOps, Flag, ProfBuilder); in buildInstr()
346 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildConstant() local
348 profileMBBOpcode(ProfBuilder, Opc); in buildConstant()
349 profileDstOp(Res, ProfBuilder); in buildConstant()
350 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateCImm(&Val)); in buildConstant()
373 GISelInstProfileBuilder ProfBuilder(ID, *getMRI()); in buildFConstant() local
375 profileMBBOpcode(ProfBuilder, Opc); in buildFConstant()
376 profileDstOp(Res, ProfBuilder); in buildFConstant()
377 ProfBuilder.addNodeIDMachineOperand(MachineOperand::CreateFPImm(&Val)); in buildFConstant()