Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp468 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
504 if (TLI->signExtendConstant(CI)) in ComputePHILiveOutRegInfo()
H A DSelectionDAGBuilder.cpp10689 ExtendType = TLI.signExtendConstant(CI) ? ISD::SIGN_EXTEND in HandlePHINodesInSuccessorBlocks()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h368 bool signExtendConstant(const ConstantInt *CI) const override;
H A DRISCVISelLowering.cpp1130 bool RISCVTargetLowering::signExtendConstant(const ConstantInt *CI) const { in signExtendConstant() function in RISCVTargetLowering
/llvm-project-15.0.7/mlir/test/Dialect/Arithmetic/
H A Dcanonicalize.mlir311 // CHECK-LABEL: @signExtendConstant
314 func.func @signExtendConstant() -> i16 {
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2780 virtual bool signExtendConstant(const ConstantInt *C) const { return false; } in signExtendConstant() function