Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp574 bool GCNTTIImpl::isAlwaysUniform(const Value *V) const { in isAlwaysUniform() function in GCNTTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h150 bool isAlwaysUniform(const Value *V) { return false; } in isAlwaysUniform() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h186 bool isAlwaysUniform(const Value *V) { return false; } in isAlwaysUniform() function
DTargetTransformInfo.h1234 bool isAlwaysUniform(const Value *V) override { in isAlwaysUniform() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp119 bool llvm::TargetTransformInfo::isAlwaysUniform(const Value *V) const { in isAlwaysUniform() function in llvm::TargetTransformInfo