HomeSort by relevance Sort by last modified time
    Searched defs:isProfitableToHoist (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 157 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const {
158 return TTIImpl->isProfitableToHoist(I);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 231 bool isProfitableToHoist(Instruction *I) { return true; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 151 bool isProfitableToHoist(Instruction *I) {
152 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 247 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 138 bool isProfitableToHoist(Instruction *I) {
139 return getTLI()->isProfitableToHoist(I);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 2541 milliseconds