Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp70 class AMDGPUCodeGenPrepare : public FunctionPass, class
71 public InstVisitor<AMDGPUCodeGenPrepare, bool> {
205 AMDGPUCodeGenPrepare() : FunctionPass(ID) {} in AMDGPUCodeGenPrepare() function in __anon035a75ec0111::AMDGPUCodeGenPrepare
236 unsigned AMDGPUCodeGenPrepare::getBaseElementBitWidth(const Type *T) const { in getBaseElementBitWidth()
244 Type *AMDGPUCodeGenPrepare::getI32Ty(IRBuilder<> &B, const Type *T) const { in getI32Ty()
252 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned()
257 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned()
262 bool AMDGPUCodeGenPrepare::needsPromotionToI32(const Type *T) const { in needsPromotionToI32()
310 bool AMDGPUCodeGenPrepare::canWidenScalarExtLoad(LoadInst &I) const { in canWidenScalarExtLoad()
319 bool AMDGPUCodeGenPrepare::promoteUniformOpToI32(BinaryOperator &I) const { in promoteUniformOpToI32()
[all …]
H A DCMakeLists.txt53 AMDGPUCodeGenPrepare.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMAMDGPUCodeGen/
H A DMakefile18 AMDGPUCodeGenPrepare.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn134 "AMDGPUCodeGenPrepare.cpp",