Home
last modified time | relevance | path

Searched defs:isDivergent (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h178 bool isDivergent(const Value &V) const { in isDivergent() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp374 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
386 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
H A DInstrEmitter.cpp449 MVT VT, bool isDivergent, const DebugLoc &DL) { in ConstrainForSubReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp359 bool LegacyDivergenceAnalysis::isDivergent(const Value *V) const { in isDivergent() function in LegacyDivergenceAnalysis
H A DDivergenceAnalysis.cpp337 bool DivergenceAnalysisImpl::isDivergent(const Value &V) const { in isDivergent() function in DivergenceAnalysisImpl