Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp70 class AMDGPUCodeGenPrepare : public FunctionPass, class
201 AMDGPUCodeGenPrepare() : FunctionPass(ID) {} in AMDGPUCodeGenPrepare() function in __anonb3ed75c90111::AMDGPUCodeGenPrepare
418 bool AMDGPUCodeGenPrepare::promoteUniformBitreverseToI32( in promoteUniformBitreverseToI32()
450 unsigned AMDGPUCodeGenPrepare::numBitsSigned(Value *Op, in numBitsSigned()
998 bool AMDGPUCodeGenPrepare::divHasSpecialOptimization( in divHasSpecialOptimization()
1295 bool AMDGPUCodeGenPrepare::visitLoadInst(LoadInst &I) { in visitLoadInst()
1343 bool AMDGPUCodeGenPrepare::visitICmpInst(ICmpInst &I) { in visitICmpInst()
1388 bool AMDGPUCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
1436 INITIALIZE_PASS_BEGIN(AMDGPUCodeGenPrepare, DEBUG_TYPE,
1443 char AMDGPUCodeGenPrepare::ID = 0;
[all …]