Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp129 bool RISCVSubtarget::useConstantPoolForLargeInts() const { in useConstantPoolForLargeInts() function in RISCVSubtarget
H A DRISCVSubtarget.h247 bool useConstantPoolForLargeInts() const;
H A DRISCVISelLowering.cpp5306 if (!Subtarget.useConstantPoolForLargeInts()) in lowerConstant()