Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp592 unsigned OpBcst32 = 0, OpBcst64 = 0; in processInstruction() local
597 OpBcst32 = Mem2Bcst->DstOp; in processInstruction()
608 assert(((OpBcst32 == 0) || (OpBcst64 == 0) || (OpNoBcst32 == OpNoBcst64)) && in processInstruction()
611 if (OpBcst32 || OpBcst64) { in processInstruction()
612 unsigned OpNo = OpBcst32 == 0 ? OpNoBcst64 : OpNoBcst32; in processInstruction()
613 FixupEntry Fixups[] = {{(int)OpBcst32, 32, 32, rebuildSplatCst}, in processInstruction()