Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDivergenceAnalysis.h39 bool isDivergent(const Value *V) const { return DivergentValues.count(V); } in isDivergent() function
/external/llvm-project/llvm/lib/Analysis/
DDivergenceAnalysis.cpp338 bool DivergenceAnalysis::isDivergent(const Value &V) const { in isDivergent() function in DivergenceAnalysis
381 bool GPUDivergenceAnalysis::isDivergent(const Value &val) const { in isDivergent() function in GPUDivergenceAnalysis
DLegacyDivergenceAnalysis.cpp358 bool LegacyDivergenceAnalysis::isDivergent(const Value *V) const { in isDivergent() function in LegacyDivergenceAnalysis
/external/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
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp368 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
380 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
DInstrEmitter.cpp449 MVT VT, bool isDivergent, const DebugLoc &DL) { in ConstrainForSubReg()