Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1269 unsigned InstCntDirect = 0; in selectI64Imm() local
1272 SDNode *Result = selectI64ImmDirect(CurDAG, dl, Imm, InstCntDirect); in selectI64Imm()
1280 if (Subtarget.hasPrefixInstrs() && InstCntDirect != 1) { in selectI64Imm()
1288 if (ResultP && (!Result || InstCntDirectP < InstCntDirect)) { in selectI64Imm()
1297 *InstCnt = InstCntDirect; in selectI64Imm()
1305 selectI64ImmDirect(CurDAG, dl, Imm & 0xffffffff00000000, InstCntDirect); in selectI64Imm()
1310 ++InstCntDirect; in selectI64Imm()
1315 ++InstCntDirect; in selectI64Imm()
1318 *InstCnt = InstCntDirect; in selectI64Imm()