Home
last modified time | relevance | path

Searched refs:shouldTransformSignedTruncationCheck (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h697 bool shouldTransformSignedTruncationCheck(EVT XVT,
H A DRISCVISelLowering.cpp17634 bool RISCVTargetLowering::shouldTransformSignedTruncationCheck( in shouldTransformSignedTruncationCheck()
17631 bool RISCVTargetLowering::shouldTransformSignedTruncationCheck( shouldTransformSignedTruncationCheck() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1163 shouldTransformSignedTruncationCheck(EVT XVT, in shouldTransformSignedTruncationCheck() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h889 bool shouldTransformSignedTruncationCheck(EVT XVT, in shouldTransformSignedTruncationCheck() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h826 virtual bool shouldTransformSignedTruncationCheck(EVT XVT, in shouldTransformSignedTruncationCheck() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4150 if (!DAG.getTargetLoweringInfo().shouldTransformSignedTruncationCheck( in optimizeSetCCOfSignedTruncationCheck()