Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp31 return ABIArgInfo::getIgnore(); in classifyArgumentType()
63 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DCSKY.cpp93 return ABIArgInfo::getIgnore(); in classifyArgumentType()
154 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DWebAssembly.cpp109 return ABIArgInfo::getIgnore(); in classifyArgumentType()
142 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DMips.cpp208 return ABIArgInfo::getIgnore(); in classifyArgumentType()
290 return ABIArgInfo::getIgnore(); in classifyReturnType()
295 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DHexagon.cpp119 return ABIArgInfo::getIgnore(); in classifyArgumentType()
139 return ABIArgInfo::getIgnore(); in classifyReturnType()
170 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DPNaCl.cpp85 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DARM.cpp372 return ABIArgInfo::getIgnore(); in classifyArgumentType()
539 return ABIArgInfo::getIgnore(); in classifyReturnType()
571 return ABIArgInfo::getIgnore(); in classifyReturnType()
599 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DAArch64.cpp308 return ABIArgInfo::getIgnore(); in classifyArgumentType()
313 return ABIArgInfo::getIgnore(); in classifyArgumentType()
372 return ABIArgInfo::getIgnore(); in classifyReturnType()
400 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DLanai.cpp106 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DPPC.cpp188 return ABIArgInfo::getIgnore(); in classifyReturnType()
358 return ABIArgInfo::getIgnore(); in classifyReturnType()
844 return ABIArgInfo::getIgnore(); in classifyReturnType()
880 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DARC.cpp117 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DLoongArch.cpp318 return ABIArgInfo::getIgnore(); in classifyArgumentType()
412 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DRISCV.cpp366 return ABIArgInfo::getIgnore(); in classifyArgumentType()
475 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DAMDGPU.cpp128 return ABIArgInfo::getIgnore(); in classifyReturnType()
214 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DNVPTX.cpp149 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DSparc.cpp228 return ABIArgInfo::getIgnore(); in classifyType()
H A DX86.cpp483 return ABIArgInfo::getIgnore(); in classifyReturnType()
532 return ABIArgInfo::getIgnore(); in classifyReturnType()
806 return ABIArgInfo::getIgnore(); in classifyArgumentType()
2576 return ABIArgInfo::getIgnore(); in classifyReturnType()
2709 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3222 return ABIArgInfo::getIgnore(); in classify()
H A DSystemZ.cpp406 return ABIArgInfo::getIgnore(); in classifyReturnType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp802 return ABIArgInfo::getIgnore(); in classifyExpandedType()
849 return ABIArgInfo::getIgnore(); in classifyType()
H A DABIInfoImpl.cpp47 return ABIArgInfo::getIgnore(); in classifyReturnType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h195 static ABIArgInfo getIgnore() { in getIgnore() function