Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp69 class AMDGPUCodeGenPrepare : public FunctionPass, class
70 public InstVisitor<AMDGPUCodeGenPrepare, bool> {
200 AMDGPUCodeGenPrepare() : FunctionPass(ID) {} in AMDGPUCodeGenPrepare() function in __anonb841f4200111::AMDGPUCodeGenPrepare
230 unsigned AMDGPUCodeGenPrepare::getBaseElementBitWidth(const Type *T) const { in getBaseElementBitWidth()
238 Type *AMDGPUCodeGenPrepare::getI32Ty(IRBuilder<> &B, const Type *T) const { in getI32Ty()
246 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned()
251 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned()
256 bool AMDGPUCodeGenPrepare::needsPromotionToI32(const Type *T) const { in needsPromotionToI32()
304 bool AMDGPUCodeGenPrepare::canWidenScalarExtLoad(LoadInst &I) const { in canWidenScalarExtLoad()
313 bool AMDGPUCodeGenPrepare::promoteUniformOpToI32(BinaryOperator &I) const { in promoteUniformOpToI32()
[all …]
H A DCMakeLists.txt52 AMDGPUCodeGenPrepare.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen/
H A DMakefile19 AMDGPUCodeGenPrepare.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn132 "AMDGPUCodeGenPrepare.cpp",