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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 213 /// isLegalAddImmediate - Return true if the specified immediate is legal
217 virtual bool isLegalAddImmediate(int64_t Imm) const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 99 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const {
100 return PrevTTI->isLegalAddImmediate(Imm);
460 bool isLegalAddImmediate(int64_t Imm) const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 73 virtual bool isLegalAddImmediate(int64_t imm) const;
131 bool BasicTTI::isLegalAddImmediate(int64_t imm) const {
132 return getTLI()->isLegalAddImmediate(imm);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 315 /// isLegalAddImmediate - Return true if the specified immediate is legal
319 virtual bool isLegalAddImmediate(int64_t Imm) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 655 /// isLegalAddImmediate - Return true if the specified immediate is legal
659 virtual bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1747 milliseconds