/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 221 bool isLegalAddImmediate(int64_t Imm) const { return false; } isLegalAddImmediate() function
|
H A D | TargetTransformInfo.h | 2326 bool isLegalAddImmediate(int64_t Imm) override { isLegalAddImmediate() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 328 bool isLegalAddImmediate(int64_t imm) { isLegalAddImmediate() function
|
H A D | TargetLowering.h | 2834 virtual bool isLegalAddImmediate(int64_t) const { isLegalAddImmediate() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 395 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in TargetTransformInfo
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 5023 bool LoongArchTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in LoongArchTargetLowering
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1941 static bool isLegalAddImmediate(const TargetTransformInfo &TTI, isLegalAddImmediate() function
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 973 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in SystemZTargetLowering
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17439 bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in PPCTargetLowering
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1873 bool RISCVTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in RISCVTargetLowering
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 19764 bool ARMTargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in ARMTargetLowering
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17052 bool AArch64TargetLowering::isLegalAddImmediate(int64_t Immed) const { isLegalAddImmediate() function in AArch64TargetLowering [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 34229 bool X86TargetLowering::isLegalAddImmediate(int64_t Imm) const { isLegalAddImmediate() function in X86TargetLowering [all...] |