Searched defs:isDivergent (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp358 bool LegacyDivergenceAnalysis::isDivergent(const Value *V) const { function in class:LegacyDivergenceAnalysis
H A DDivergenceAnalysis.cpp421 bool DivergenceAnalysis::isDivergent(const Value &V) const { function in class:DivergenceAnalysis
464 bool GPUDivergenceAnalysis::isDivergent(const Value &val) const { function in class:GPUDivergenceAnalysis
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp368 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { argument
380 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h717 bool isDivergent() const { return SDNodeBits.IsDivergent; } function in class:llvm::SDNode

Completed in 41 milliseconds