Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()