Home
last modified time | relevance | path

Searched refs:AMDGPUCodeGenPrepare (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp65 class AMDGPUCodeGenPrepare : public FunctionPass, class
66 public InstVisitor<AMDGPUCodeGenPrepare, bool> {
177 AMDGPUCodeGenPrepare() : FunctionPass(ID) {} in AMDGPUCodeGenPrepare() function in __anon728d7ca10111::AMDGPUCodeGenPrepare
204 unsigned AMDGPUCodeGenPrepare::getBaseElementBitWidth(const Type *T) const { in getBaseElementBitWidth()
212 Type *AMDGPUCodeGenPrepare::getI32Ty(IRBuilder<> &B, const Type *T) const { in getI32Ty()
220 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned()
225 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned()
230 bool AMDGPUCodeGenPrepare::needsPromotionToI32(const Type *T) const { in needsPromotionToI32()
275 bool AMDGPUCodeGenPrepare::canWidenScalarExtLoad(LoadInst &I) const { in canWidenScalarExtLoad()
285 bool AMDGPUCodeGenPrepare::promoteUniformOpToI32(BinaryOperator &I) const { in promoteUniformOpToI32()
[all …]
DCMakeLists.txt40 AMDGPUCodeGenPrepare.cpp