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.cpp479 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
515 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp12017 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h290 bool signExtendConstant(const ConstantInt *CI) const override;
H A DLoongArchISelLowering.cpp8416 bool LoongArchTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h51 bool signExtendConstant(const ConstantInt *CI) const override;
H A DRISCVISelLowering.cpp2117 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3158 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function