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/
DRISCVSubtarget.cpp114 bool RISCVSubtarget::useConstantPoolForLargeInts() const { in useConstantPoolForLargeInts() function in RISCVSubtarget
DRISCVSubtarget.h181 bool useConstantPoolForLargeInts() const;
DRISCVISelLowering.cpp3694 if (!Subtarget.useConstantPoolForLargeInts()) in lowerConstant()