Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp128 bool RISCVSubtarget::useConstantPoolForLargeInts() const { in useConstantPoolForLargeInts() function in RISCVSubtarget
H A DRISCVSubtarget.h269 bool useConstantPoolForLargeInts() const;
H A DRISCVISelLowering.cpp2019 // check useConstantPoolForLargeInts. in shouldConvertConstantLoadToIntImm()
5631 if (!Subtarget.useConstantPoolForLargeInts()) in lowerConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp563 if (!STI.useConstantPoolForLargeInts()) in shouldBeInConstantPool()