Searched refs:Opc64 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 1028 auto Opc64 = WebAssembly::getWasm64Opcode( in MatchAndEmitInstruction() local 1030 if (Opc64 >= 0) { in MatchAndEmitInstruction() 1031 Inst.setOpcode(Opc64); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 3616 static unsigned getVectorShuffleOpcode(EVT VT, unsigned Opc64[3], in getVectorShuffleOpcode() 3624 return VT.is64BitVector() ? Opc64[0] : Opc128[0]; in getVectorShuffleOpcode() 3626 return VT.is64BitVector() ? Opc64[1] : Opc128[1]; in getVectorShuffleOpcode() 3628 return VT.is64BitVector() ? Opc64[2] : Opc128[2]; in getVectorShuffleOpcode() 4270 unsigned Opc64[] = {ARM::VZIPd8, ARM::VZIPd16, ARM::VTRNd32}; in Select() local 4272 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select() 4282 unsigned Opc64[] = {ARM::VUZPd8, ARM::VUZPd16, ARM::VTRNd32}; in Select() local 4284 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select() 4293 unsigned Opc64[] = {ARM::VTRNd8, ARM::VTRNd16, ARM::VTRNd32}; in Select() local 4295 unsigned Opc = getVectorShuffleOpcode(VT, Opc64, Opc128); in Select()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3609 auto SelectOpcode = [&](unsigned Opc64, unsigned Opc32, unsigned Opc16, in foldLoadStoreIntoMemOperand() 3613 return Opc64; in foldLoadStoreIntoMemOperand()
|