Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDivergenceAnalysis.cpp411 bool DivergenceAnalysis::isDivergent(const Value &V) const { in isDivergent() function in DivergenceAnalysis
454 bool GPUDivergenceAnalysis::isDivergent(const Value &val) const { in isDivergent() function in GPUDivergenceAnalysis
DLegacyDivergenceAnalysis.cpp359 bool LegacyDivergenceAnalysis::isDivergent(const Value *V) const { in isDivergent() function in LegacyDivergenceAnalysis
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp357 unsigned FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
369 unsigned FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
DInstrEmitter.cpp450 MVT VT, bool isDivergent, const DebugLoc &DL) { in ConstrainForSubReg()