Searched refs:hasBranchDivergence (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h43 bool hasBranchDivergence() { return true; } function in class:llvm::NVPTXTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h180 bool hasBranchDivergence = false);
437 // TargetTransformInfo::hasBranchDivergence() is true.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h91 bool hasBranchDivergence() { function in class:llvm::HexagonTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp201 bool hasBranchDivergence; member in class:__anon2722::LoopUnswitch
206 explicit LoopUnswitch(bool Os = false, bool hasBranchDivergence = false)
208 hasBranchDivergence(hasBranchDivergence) {
226 if (hasBranchDivergence)
399 Pass *llvm::createLoopUnswitchPass(bool Os, bool hasBranchDivergence) { argument
400 return new LoopUnswitch(Os, hasBranchDivergence);
892 if (hasBranchDivergence &&
H A DSpeculativeExecution.cpp55 // effect on targets where TargetTransformInfo::hasBranchDivergence() is true;
154 if (OnlyIfDivergentTarget && !TTI->hasBranchDivergence()) {
156 "TTI->hasBranchDivergence() is false.\n");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h138 bool hasBranchDivergence() { return true; } function in class:llvm::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp330 if (!TTI.hasBranchDivergence())
H A DTargetTransformInfo.cpp211 bool TargetTransformInfo::hasBranchDivergence() const { function in class:TargetTransformInfo
212 return TTIImpl->hasBranchDivergence();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h343 bool hasBranchDivergence() const;
1200 virtual bool hasBranchDivergence() = 0;
1454 bool hasBranchDivergence() override { return Impl.hasBranchDivergence(); }
H A DTargetTransformInfoImpl.h153 bool hasBranchDivergence() { return false; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp819 if (TTI.hasBranchDivergence())
841 if (TTI.hasBranchDivergence())
865 if (TTI.hasBranchDivergence())
914 if (TTI.hasBranchDivergence())
929 if (TTI.hasBranchDivergence())
949 if (TTI.hasBranchDivergence())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h208 bool hasBranchDivergence() { return false; } function in class:llvm::BasicTTIImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4918 if (Legal->getRuntimePointerChecking()->Need && TTI.hasBranchDivergence()) {

Completed in 171 milliseconds