Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp829 static unsigned selectI64ImmInstrCount(int64_t Imm) { in selectI64ImmInstrCount() function
2101 NumAndInsts += selectI64ImmInstrCount(Mask) + /* and */ 1; in SelectAndParts64()
2319 if (InstCnt) *InstCnt += selectI64ImmInstrCount(Mask) + /* and */ 1; in Select64()