Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp122 bool RISCVSubtarget::useConstantPoolForLargeInts() const { in useConstantPoolForLargeInts() function in RISCVSubtarget
H A DRISCVSubtarget.h267 bool useConstantPoolForLargeInts() const;
H A DRISCVISelLowering.cpp3078 if (!Subtarget.useConstantPoolForLargeInts()) in lowerConstant()