Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td125 bits<4> SplatOperand = 0;
330 let SplatOperand = 2;
339 let SplatOperand = 3;
362 let SplatOperand = 2;
371 let SplatOperand = 3;
396 let SplatOperand = 2;
407 let SplatOperand = 2;
416 let SplatOperand = 2;
425 let SplatOperand = 2;
436 let SplatOperand = 3;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h571 uint8_t SplatOperand; member
H A DRISCVISelLowering.cpp3259 if (!II || !II->SplatOperand) in lowerVectorIntrinsicSplats()
3262 unsigned SplatOp = II->SplatOperand + HasChain; in lowerVectorIntrinsicSplats()
3292 assert(II->SplatOperand > 1 && "Unexpected splat operand!"); in lowerVectorIntrinsicSplats()
H A DRISCVInstrInfoVPseudos.td409 let Fields = ["IntrinsicID", "SplatOperand"];