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

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h205 bool isLegalAddImmediate(int64_t Imm) { return false; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h119 bool isLegalAddImmediate(int64_t imm) { function in class:llvm::BasicTTIImplBase
120 return getTLI()->isLegalAddImmediate(imm);
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp92 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const { function in class:TargetTransformInfo
93 return TTIImpl->isLegalAddImmediate(Imm);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp359 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:SystemZTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6734 bool AArch64TargetLowering::isLegalAddImmediate(int64_t Immed) const { function in class:AArch64TargetLowering
6745 return isLegalAddImmediate(Immed);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10200 /// isLegalAddImmediate - Return true if the specified immediate is a legal add
10204 bool ARMTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11156 bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17773 bool X86TargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:X86TargetLowering

Completed in 335 milliseconds