Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9122 int NumHiInputs[2] = {0, 0}; in shouldLowerAsInterleaving() local
9132 ++NumHiInputs[InputIdx]; in shouldLowerAsInterleaving()
9145 int SplitCrosses = std::min(NumLoInputs[1] + NumHiInputs[0], in shouldLowerAsInterleaving()
9146 NumLoInputs[0] + NumHiInputs[1]); in shouldLowerAsInterleaving()