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

1 2 3 4

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 109 bool TargetTransformInfo::isLegalAddImmediate(int64_t Imm) const {
110 return TTIImpl->isLegalAddImmediate(Imm);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 316 bool isLegalAddImmediate(int64_t Imm) const;
649 virtual bool isLegalAddImmediate(int64_t Imm) = 0;
    [all...]
TargetTransformInfoImpl.h 200 bool isLegalAddImmediate(int64_t Imm) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 365 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 389 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 389 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 365 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 389 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 389 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 451 bool isLegalAddImmediate(int64_t Imm) const;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 394 bool isLegalAddImmediate(int64_t Imm) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 283 /// isLegalAddImmediate - Return true if the specified immediate is legal
287 virtual bool isLegalAddImmediate(int64_t Imm) const;
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 118 bool isLegalAddImmediate(int64_t imm) {
119 return getTLI()->isLegalAddImmediate(imm);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 101 bool isLegalAddImmediate(int64_t imm) {
102 return getTLI()->isLegalAddImmediate(imm);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 103 bool isLegalAddImmediate(int64_t imm) {
104 return getTLI()->isLegalAddImmediate(imm);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 103 bool isLegalAddImmediate(int64_t imm) {
104 return getTLI()->isLegalAddImmediate(imm);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 101 bool isLegalAddImmediate(int64_t imm) {
102 return getTLI()->isLegalAddImmediate(imm);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 103 bool isLegalAddImmediate(int64_t imm) {
104 return getTLI()->isLegalAddImmediate(imm);
    [all...]

Completed in 1046 milliseconds

1 2 3 4