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

1 2 3

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 157 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const {
158 return TTIImpl->isProfitableToHoist(I);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 361 bool isProfitableToHoist(Instruction *I) const;
663 virtual bool isProfitableToHoist(Instruction *I) = 0;
    [all...]
TargetTransformInfoImpl.h 231 bool isProfitableToHoist(Instruction *I) { return true; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 416 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 447 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 447 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 416 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 447 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 447 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 518 bool isProfitableToHoist(Instruction *I) const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 151 bool isProfitableToHoist(Instruction *I) {
152 return getTLI()->isProfitableToHoist(I);
    [all...]
  /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/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 144 bool isProfitableToHoist(Instruction *I) {
145 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 144 bool isProfitableToHoist(Instruction *I) {
145 return getTLI()->isProfitableToHoist(I);
    [all...]
  /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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 144 bool isProfitableToHoist(Instruction *I) {
145 return getTLI()->isProfitableToHoist(I);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 144 bool isProfitableToHoist(Instruction *I) {
145 return getTLI()->isProfitableToHoist(I);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 292 bool isProfitableToHoist(Instruction *I) const override;

Completed in 1842 milliseconds

1 2 3