HomeSort by relevance Sort by last modified time
    Searched refs:isProfitableToHoist (Results 1 - 16 of 16) 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/
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; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 541 bool isProfitableToHoist(Instruction *I) const;
    [all...]
TargetTransformInfoImpl.h 281 bool isProfitableToHoist(Instruction *I) { return true; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 151 bool isProfitableToHoist(Instruction *I) {
152 return getTLI()->isProfitableToHoist(I);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 292 bool isProfitableToHoist(Instruction *I) const override;
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 206 bool isProfitableToHoist(Instruction *I) {
207 return getTLI()->isProfitableToHoist(I);
    [all...]
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 214 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const {
215 return TTIImpl->isProfitableToHoist(I);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 318 bool isProfitableToHoist(Instruction *I) const override;
AArch64ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 488 milliseconds