Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h148 bool shouldExtendTypeInLibCall(EVT Type) const override;
DRISCVISelLowering.cpp2896 bool RISCVTargetLowering::shouldExtendTypeInLibCall(EVT Type) const { in shouldExtendTypeInLibCall() function in RISCVTargetLowering
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h185 bool shouldExtendTypeInLibCall(EVT Type) const override;
DRISCVISelLowering.cpp3628 bool RISCVTargetLowering::shouldExtendTypeInLibCall(EVT Type) const { in shouldExtendTypeInLibCall() function in RISCVTargetLowering
/external/llvm-project/llvm/test/CodeGen/RISCV/
Drv64i-single-softfloat.ll7 ; RISCV backend using shouldExtendTypeInLibCall target hook to suppress
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1818 virtual bool shouldExtendTypeInLibCall(EVT Type) const { in shouldExtendTypeInLibCall() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h1955 virtual bool shouldExtendTypeInLibCall(EVT Type) const { in shouldExtendTypeInLibCall() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp151 !shouldExtendTypeInLibCall(CallOptions.OpsVTBeforeSoften[i])) { in makeLibCall()
168 !shouldExtendTypeInLibCall(CallOptions.RetVTBeforeSoften)) { in makeLibCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp147 !shouldExtendTypeInLibCall(CallOptions.OpsVTBeforeSoften[i])) { in makeLibCall()
164 !shouldExtendTypeInLibCall(CallOptions.RetVTBeforeSoften)) { in makeLibCall()