Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp474 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
510 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp11865 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h242 bool signExtendConstant(const ConstantInt *CI) const override;
H A DLoongArchISelLowering.cpp6134 bool LoongArchTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h503 bool signExtendConstant(const ConstantInt *CI) const override;
H A DRISCVISelLowering.cpp1933 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant()
1932 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { signExtendConstant() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3074 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function