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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 260 virtual bool isLegalICmpImmediate(int64_t Imm) const;
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 169 /// isLegalICmpImmediate - Return true if the specified immediate is legal
173 bool isLegalICmpImmediate(int64_t Imm) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 99 bool TargetTransformInfo::isLegalICmpImmediate(int64_t Imm) const {
100 return PrevTTI->isLegalICmpImmediate(Imm);
490 bool isLegalICmpImmediate(int64_t Imm) const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 80 bool isLegalICmpImmediate(int64_t imm) const override;
144 bool BasicTTI::isLegalICmpImmediate(int64_t imm) const {
145 return getTLI()->isLegalICmpImmediate(imm);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 287 bool isLegalICmpImmediate(int64_t) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 292 /// isLegalICmpImmediate - Return true if the specified immediate is legal
296 bool isLegalICmpImmediate(int64_t Imm) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 450 /// isLegalICmpImmediate - Return true if the specified immediate is legal
454 bool isLegalICmpImmediate(int64_t Imm) const override;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 665 /// isLegalICmpImmediate - Return true if the specified immediate is legal
669 bool isLegalICmpImmediate(int64_t Imm) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 598 milliseconds