diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h b/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h index 4c955744b37d..7e5dbddb5b51 100644 --- a/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h +++ b/contrib/llvm-project/llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h @@ -48,6 +48,9 @@ class RISCVTTIImpl : public BasicTTIImplBase<RISCVTTIImpl> {    /// actual target hardware.    unsigned getEstimatedVLFor(VectorType *Ty); +  InstructionCost getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT, +                                          TTI::TargetCostKind CostKind); +    /// Return the cost of accessing a constant pool entry of the specified    /// type.    InstructionCost getConstantPoolLoadCost(Type *Ty,  | 
