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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 219 /// isLegalICmpImmediate - Return true if the specified immediate is legal
223 virtual bool isLegalICmpImmediate(int64_t Imm) const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 103 bool TargetTransformInfo::isLegalICmpImmediate(int64_t Imm) const {
104 return PrevTTI->isLegalICmpImmediate(Imm);
464 bool isLegalICmpImmediate(int64_t Imm) const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 74 virtual bool isLegalICmpImmediate(int64_t imm) const;
135 bool BasicTTI::isLegalICmpImmediate(int64_t imm) const {
136 return getTLI()->isLegalICmpImmediate(imm);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 168 /// isLegalICmpImmediate - Return true if the specified immediate is legal
172 virtual bool isLegalICmpImmediate(int64_t Imm) const;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 205 bool isLegalICmpImmediate(int64_t Val) const;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 309 /// isLegalICmpImmediate - Return true if the specified immediate is legal
313 virtual bool isLegalICmpImmediate(int64_t Imm) const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 649 /// isLegalICmpImmediate - Return true if the specified immediate is legal
653 virtual bool isLegalICmpImmediate(int64_t Imm) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 1882 milliseconds