Home
last modified time | relevance | path

Searched refs:signExtendConstant (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp457 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
493 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp11345 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h452 bool signExtendConstant(const ConstantInt *CI) const override;
H A DRISCVISelLowering.cpp1805 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2959 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function