HomeSort by relevance Sort by last modified time
    Searched defs:isLegalAddImmediate (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 95 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const {
96 return PrevTTI->isLegalAddImmediate(Imm);
443 bool isLegalAddImmediate(int64_t Imm) const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 69 virtual bool isLegalAddImmediate(int64_t imm) const;
121 bool BasicTTI::isLegalAddImmediate(int64_t imm) const {
122 return TLI->isLegalAddImmediate(imm);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 93 milliseconds