Searched refs:RISCVMatInt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h1 //===- RISCVMatInt.h - Immediate materialisation ---------------*- C++ -*--===//
19 namespace RISCVMatInt { namespace in namespace:llvm
42 } // namespace RISCVMatInt
H A DRISCVMatInt.cpp1 //===- RISCVMatInt.cpp - Immediate materialisation -------------*- C++ -*--===//
9 #include "RISCVMatInt.h"
18 namespace RISCVMatInt { namespace in namespace:llvm
92 } // namespace RISCVMatInt
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp10 #include "Utils/RISCVMatInt.h"
29 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty),
H A DRISCVISelDAGToDAG.cpp15 #include "Utils/RISCVMatInt.h"
32 RISCVMatInt::InstSeq Seq;
33 RISCVMatInt::generateInstSeq(Imm, XLenVT == MVT::i64, Seq);
37 for (RISCVMatInt::Inst &Inst : Seq) {
H A DRISCVInstrInfo.cpp17 #include "Utils/RISCVMatInt.h"
178 RISCVMatInt::InstSeq Seq;
179 RISCVMatInt::generateInstSeq(Val, IsRV64, Seq);
182 for (RISCVMatInt::Inst &Inst : Seq) {
H A DRISCVISelLowering.cpp20 #include "Utils/RISCVMatInt.h"
1150 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),
1152 int ShiftedC1Cost = RISCVMatInt::getIntMatCost(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp16 #include "Utils/RISCVMatInt.h"
2123 RISCVMatInt::InstSeq Seq;
2124 RISCVMatInt::generateInstSeq(Value, isRV64(), Seq);
2127 for (RISCVMatInt::Inst &Inst : Seq) {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1293 SRCS_MIN+= Target/RISCV/Utils/RISCVMatInt.cpp

Completed in 100 milliseconds