Home
last modified time | relevance | path

Searched defs:isLegalAddImmediate (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h326 bool isLegalAddImmediate(int64_t imm) { isLegalAddImmediate() function
H A DTargetLowering.h2726 virtual bool isLegalAddImmediate(int64_t) const { isLegalAddImmediate() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h217 bool isLegalAddImmediate(int64_t Imm) const { return false; } isLegalAddImmediate() function
H A DTargetTransformInfo.h2272 bool isLegalAddImmediate(int64_t Imm) override { isLegalAddImmediate() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp394 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4915 bool LoongArchTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in LoongArchTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp947 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in SystemZTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17224 bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in PPCTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1758 bool RISCVTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in RISCVTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19727 bool ARMTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in ARMTargetLowering
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16175 bool AArch64TargetLowering::isLegalAddImmediate(int64_t Immed) const { isLegalAddImmediate() function in AArch64TargetLowering
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33681 bool X86TargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in X86TargetLowering
[all...]