Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8388 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> enumerator
8408 case OP_COPY: in isLegalMVEShuffleOp()
8485 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9758 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator
9770 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12693 OP_COPY = 0, // Copy, used for things like <u,u,u,3> to say it is <0,1,2,3> in GeneratePerfectShuffle() enumerator
12711 if (OpNum == OP_COPY) { in GeneratePerfectShuffle()