Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h638 bool shouldTransformSignedTruncationCheck(EVT XVT,
H A DRISCVISelLowering.cpp16095 bool RISCVTargetLowering::shouldTransformSignedTruncationCheck( in shouldTransformSignedTruncationCheck() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h866 bool shouldTransformSignedTruncationCheck(EVT XVT, in shouldTransformSignedTruncationCheck() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1154 shouldTransformSignedTruncationCheck(EVT XVT, in shouldTransformSignedTruncationCheck() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h780 virtual bool shouldTransformSignedTruncationCheck(EVT XVT, in shouldTransformSignedTruncationCheck() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4086 if (!DAG.getTargetLoweringInfo().shouldTransformSignedTruncationCheck( in optimizeSetCCOfSignedTruncationCheck()