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

/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp99 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const { function in class:TargetTransformInfo
100 return TTIImpl->isLegalAddImmediate(Imm);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h201 bool isLegalAddImmediate(int64_t Imm) { return false; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h113 bool isLegalAddImmediate(int64_t imm) { function in class:llvm::BasicTTIImplBase
114 return getTLI()->isLegalAddImmediate(imm);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp494 bool SystemZTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:SystemZTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7185 bool AArch64TargetLowering::isLegalAddImmediate(int64_t Immed) const { function in class:AArch64TargetLowering
7196 return isLegalAddImmediate(Immed);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11487 bool PPCTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:PPCTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10973 /// isLegalAddImmediate - Return true if the specified immediate is a legal add
10977 bool ARMTargetLowering::isLegalAddImmediate(int64_t Imm) const { function in class:ARMTargetLowering

Completed in 1243 milliseconds