Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp70 class AMDGPUCodeGenPrepare : public FunctionPass, class
205 AMDGPUCodeGenPrepare() : FunctionPass(ID) {} in AMDGPUCodeGenPrepare() function in __anondc492a450111::AMDGPUCodeGenPrepare
422 bool AMDGPUCodeGenPrepare::promoteUniformBitreverseToI32( in promoteUniformBitreverseToI32()
832 bool AMDGPUCodeGenPrepare::visitXor(BinaryOperator &I) { in visitXor()
1018 bool AMDGPUCodeGenPrepare::divHasSpecialOptimization( in divHasSpecialOptimization()
1315 bool AMDGPUCodeGenPrepare::visitLoadInst(LoadInst &I) { in visitLoadInst()
1363 bool AMDGPUCodeGenPrepare::visitICmpInst(ICmpInst &I) { in visitICmpInst()
1408 bool AMDGPUCodeGenPrepare::runOnFunction(Function &F) { in runOnFunction()
1456 INITIALIZE_PASS_BEGIN(AMDGPUCodeGenPrepare, DEBUG_TYPE,
1463 char AMDGPUCodeGenPrepare::ID = 0;
[all …]
H A DCMakeLists.txt53 AMDGPUCodeGenPrepare.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/AMDGPU/
H A DBUILD.gn133 "AMDGPUCodeGenPrepare.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dmul24-pass-ordering.ll4 ; Make sure that AMDGPUCodeGenPrepare introduces mul24 intrinsics
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dudiv.i32.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Durem.i32.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Dsrem.i32.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Dsdiv.i32.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Dudiv.i64.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Durem.i64.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Dsdiv.i64.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.
H A Dsrem.i64.ll5 ; The same 32-bit expansion is implemented in the legalizer and in AMDGPUCodeGenPrepare.