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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 304 bool isLegalICmpImmediate(int64_t Imm) const;
568 virtual bool isLegalICmpImmediate(int64_t Imm) = 0;
690 bool isLegalICmpImmediate(int64_t Imm) override {
691 return Impl.isLegalICmpImmediate(Imm);
    [all...]
TargetTransformInfoImpl.h 203 bool isLegalICmpImmediate(int64_t Imm) { return false; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 103 bool TargetTransformInfo::isLegalICmpImmediate(int64_t Imm) const {
104 return TTIImpl->isLegalICmpImmediate(Imm);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 223 /// isLegalICmpImmediate - Return true if the specified immediate is legal
227 bool isLegalICmpImmediate(int64_t Imm) const override;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 371 bool isLegalICmpImmediate(int64_t Imm) const override;
SystemZISelLowering.cpp 489 bool SystemZTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 117 bool isLegalICmpImmediate(int64_t imm) {
118 return getTLI()->isLegalICmpImmediate(imm);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 308 bool isLegalICmpImmediate(int64_t) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 293 /// isLegalICmpImmediate - Return true if the specified immediate is legal
297 bool isLegalICmpImmediate(int64_t Imm) const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 577 /// isLegalICmpImmediate - Return true if the specified immediate is legal
581 bool isLegalICmpImmediate(int64_t Imm) const override;
    [all...]
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 790 bool isLegalICmpImmediate(int64_t Imm) const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 464 milliseconds