Home
last modified time | relevance | path

Searched defs:isExpensiveToSpeculativelyExecute (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h428 bool isExpensiveToSpeculativelyExecute(const Instruction *I) { return true; } in isExpensiveToSpeculativelyExecute() function
1478 bool isExpensiveToSpeculativelyExecute(const Instruction *I) { in isExpensiveToSpeculativelyExecute() function
H A DTargetTransformInfo.h2539 bool isExpensiveToSpeculativelyExecute(const Instruction* I) override { in isExpensiveToSpeculativelyExecute() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp669 bool TargetTransformInfo::isExpensiveToSpeculativelyExecute( in isExpensiveToSpeculativelyExecute() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6119 bool X86TTIImpl::isExpensiveToSpeculativelyExecute(const Instruction* I) { in isExpensiveToSpeculativelyExecute() function in X86TTIImpl