Searched defs:SEW (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ |
H A D | RISCVCustomBehaviour.cpp | 34 uint8_t SEW; global() member 162 unsigned SEW = RISCVVType::getSEW(VTypeI); createInstruments() local 189 getEEWAndEMUL(unsigned Opcode,RISCVII::VLMUL LMUL,uint8_t SEW) getEEWAndEMUL() argument 268 uint8_t SEW = SI ? SI->getSEW() : 0; getSchedClassID() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.cpp | 146 encodeVTYPE(RISCVII::VLMUL VLMUL,unsigned SEW,bool TailAgnostic,bool MaskAgnostic) encodeVTYPE() argument 201 getSEWLMULRatio(unsigned SEW,RISCVII::VLMUL VLMul) getSEWLMULRatio() argument 214 getSameRatioLMUL(unsigned SEW,RISCVII::VLMUL VLMUL,unsigned EEW) getSameRatioLMUL() argument
|
H A D | RISCVBaseInfo.h | 489 isValidSEW(unsigned SEW) isValidSEW() argument 520 encodeSEW(unsigned SEW) encodeSEW() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 226 } SEW = SEWNone; global() member 450 uint8_t SEW = 0; global() member in __anonbc8339570111::VSETVLIInfo 811 computeVLMAX(unsigned VLEN,unsigned SEW,RISCVII::VLMUL VLMul) computeVLMAX() argument 856 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; computeInfoForInstr() local [all...] |
H A D | RISCVISelDAGToDAG.cpp | 568 unsigned SEW = selectVSETVLI() local 1465 SDValue SEW = CurDAG->getTargetConstant( Select() local 1544 SDValue SEW = CurDAG->getTargetConstant( Select() local 2125 SDValue SEW = CurDAG->getTargetConstant(Log2SEW, DL, XLenVT); Select() local 3593 SDValue SEW = True.getOperand(TrueVLIndex + 1); performCombineVMergeAndVOps() local [all...] |
H A D | RISCVInstrInfo.cpp | 2100 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; verifyInstruction() local 2592 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; createMIROperandComment() local [all...] |
H A D | RISCVISelLowering.cpp | 8326 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); lowerVectorIntrinsicScalars() local 8341 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); lowerVectorIntrinsicScalars() local 16392 unsigned SEW = RISCVVType::decodeVSEW(VSEW); computeKnownBitsForTargetNode() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 801 unsigned SEW = CGM.getContext().getTypeSize(Info.ElementType); CreateType() local
|