Searched defs:isLegalAddImmediate (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h233 bool isLegalAddImmediate(int64_t imm) { function in class:llvm::BasicTTIImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h156 bool isLegalAddImmediate(int64_t Imm) { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp335 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const { function in class:TargetTransformInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp328 bool RISCVTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp843 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:SystemZTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16345 bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:PPCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10198 bool AArch64TargetLowering::isLegalAddImmediate(int64_t Immed) const { function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16735 bool ARMTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:ARMTargetLowering

Completed in 457 milliseconds