Home
last modified time | relevance | path

Searched refs:shouldExtendTypeInLibCall (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h496 bool shouldExtendTypeInLibCall(EVT Type) const override;
H A DRISCVISelLowering.cpp12290 bool RISCVTargetLowering::shouldExtendTypeInLibCall(EVT Type) const { in shouldExtendTypeInLibCall() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2045 virtual bool shouldExtendTypeInLibCall(EVT Type) const { in shouldExtendTypeInLibCall() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp164 !shouldExtendTypeInLibCall(CallOptions.OpsVTBeforeSoften[i])) { in makeLibCall()
181 !shouldExtendTypeInLibCall(CallOptions.RetVTBeforeSoften)) { in makeLibCall()