Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp36 PM<pm> *pm2; member
41 PM<nullptr> pm2; variable
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp48 …long (X<long(long)>::*pm2)(long)) { // expected-note{{in instantiation of template class 'X<long (…
50 long (X<long(long)>::*pm2)(long)) {
H A Dmember-function-template.cpp34 float& (X::*pm2)(float) = &X::f0; in test_X_f0_address() local
39 float& (X::*pm2)(float) = &X::f1; in test_X_f1_address() local
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp62 const float X::* const X::* pm2 = apm; // expected-note {{instantiation of}} in test_deduce_two_level_ptrmem_with_qual() local
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dintrinsic-old.ll265 ; CHECK: mov.u32 %r{{[0-9]+}}, %pm2;
267 %x = call i32 @llvm.nvvm.read.ptx.sreg.pm2()
323 declare i32 @llvm.nvvm.read.ptx.sreg.pm2()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td4416 def int_nvvm_read_ptx_sreg_pm2 : PTXReadNCSRegIntrinsic_r32<"pm2">;
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td6286 def INT_PTX_SREG_PM2 : PTX_READ_SREG_R32<"pm2", int_nvvm_read_ptx_sreg_pm2>;