Searched refs:selectI64ImmInstrCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp858 static unsigned selectI64ImmInstrCount(int64_t Imm) { function
886 // Select a 64-bit constant. For cost-modeling purposes, selectI64ImmInstrCount
2139 NumAndInsts += selectI64ImmInstrCount(Mask) + /* and */ 1;
2363 if (InstCnt) *InstCnt += selectI64ImmInstrCount(Mask) + /* and */ 1;

Completed in 99 milliseconds