Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp114 bool RISCVSubtarget::useConstantPoolForLargeInts() const { in useConstantPoolForLargeInts() function in RISCVSubtarget
H A DRISCVSubtarget.h181 bool useConstantPoolForLargeInts() const;
H A DRISCVISelLowering.cpp3694 if (!Subtarget.useConstantPoolForLargeInts()) in lowerConstant()