/llvm-project/llvm/lib/Target/RISCV/MCA/ |
H A D | RISCVCustomBehaviour.cpp | 142 unsigned SEW = RISCVVType::getSEW(VTypeI); in createInstruments() local 169 getEEWAndEMUL(unsigned Opcode, RISCVII::VLMUL LMUL, uint8_t SEW) { in getEEWAndEMUL() 248 uint8_t SEW = SI ? SI->getSEW() : 0; in getSchedClassID() local
|
/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | RISCVTargetParser.h | 63 isValidSEW(unsigned SEW) isValidSEW() argument 94 encodeSEW(unsigned SEW) encodeSEW() argument [all...] |
/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 134 encodeVTYPE(RISCVII::VLMUL VLMUL,unsigned SEW,bool TailAgnostic,bool MaskAgnostic) encodeVTYPE() argument 189 getSEWLMULRatio(unsigned SEW,RISCVII::VLMUL VLMul) getSEWLMULRatio() argument 202 getSameRatioLMUL(unsigned SEW,RISCVII::VLMUL VLMUL,unsigned EEW) getSameRatioLMUL() argument [all...] |
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCTargetDesc.h | 47 uint8_t SEW; global() member
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2504 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; verifyInstruction() local 2997 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; createMIROperandComment() local 3080 CASE_VFMA_OPCODE_COMMON(OP,TYPE,LMUL,SEW) global() argument 3083 CASE_VFMA_OPCODE_LMULS_M1(OP,TYPE,SEW) global() argument 3089 CASE_VFMA_OPCODE_LMULS_MF2(OP,TYPE,SEW) global() argument 3093 CASE_VFMA_OPCODE_LMULS_MF4(OP,TYPE,SEW) global() argument 3300 CASE_VFMA_CHANGE_OPCODE_COMMON(OLDOP,NEWOP,TYPE,LMUL,SEW) global() argument 3305 CASE_VFMA_CHANGE_OPCODE_LMULS_M1(OLDOP,NEWOP,TYPE,SEW) global() argument 3311 CASE_VFMA_CHANGE_OPCODE_LMULS_MF2(OLDOP,NEWOP,TYPE,SEW) global() argument 3320 CASE_VFMA_CHANGE_OPCODE_LMULS_MF4(OLDOP,NEWOP,TYPE,SEW) global() argument 3324 CASE_VFMA_CHANGE_OPCODE_LMULS(OLDOP,NEWOP,TYPE,SEW) global() argument 3502 CASE_FP_WIDEOP_OPCODE_COMMON(OP,LMUL,SEW) global() argument 3516 CASE_FP_WIDEOP_CHANGE_OPCODE_COMMON(OP,LMUL,SEW) global() argument [all...] |
H A D | RISCVInsertVSETVLI.cpp | 220 } SEW = SEWNone; global() member 538 uint8_t SEW = 0; global() member in __anon98228f980111::VSETVLIInfo 998 computeVLMAX(unsigned VLEN,unsigned SEW,RISCVII::VLMUL VLMul) computeVLMAX() argument 1043 unsigned SEW = Log2SEW ? 1 << Log2SEW : 8; computeInfoForInstr() local [all...] |
H A D | RISCVISelDAGToDAG.cpp | 567 unsigned SEW = selectVSETVLI() local 1638 SDValue SEW = CurDAG->getTargetConstant( Select() local 1717 SDValue SEW = CurDAG->getTargetConstant( Select() local 2314 SDValue SEW = CurDAG->getTargetConstant(Log2SEW, DL, XLenVT); Select() local 3800 SDValue SEW = True.getOperand(TrueVLIndex + 1); performCombineVMergeAndVOps() local [all...] |
H A D | RISCVISelLowering.cpp | 8853 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); lowerVectorIntrinsicScalars() local 8868 SDValue SEW = DAG.getConstant(Sew, DL, XLenVT); lowerVectorIntrinsicScalars() local 17870 unsigned SEW = RISCVVType::decodeVSEW(VSEW); computeKnownBitsForTargetNode() local 18478 lookupMaskedIntrinsic(uint16_t MCOpcode,RISCVII::VLMUL LMul,unsigned SEW) lookupMaskedIntrinsic() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 811 unsigned SEW = CGM.getContext().getTypeSize(Info.ElementType); CreateType() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1763 uint64_t SEW = RISCVVType::decodeVSEW( computeKnownBitsFromOperator() local
|