Home
last modified time | relevance | path

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

/freebsd/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.cpp91 return ABIArgInfo::getIgnore(); in classifyArgumentType()
152 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 DARM.cpp370 return ABIArgInfo::getIgnore(); in classifyArgumentType()
537 return ABIArgInfo::getIgnore(); in classifyReturnType()
569 return ABIArgInfo::getIgnore(); in classifyReturnType()
597 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DPNaCl.cpp88 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DLanai.cpp106 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DAArch64.cpp324 return ABIArgInfo::getIgnore(); in classifyArgumentType()
329 return ABIArgInfo::getIgnore(); in classifyArgumentType()
388 return ABIArgInfo::getIgnore(); in classifyReturnType()
416 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DPPC.cpp189 return ABIArgInfo::getIgnore(); in classifyReturnType()
414 return ABIArgInfo::getIgnore(); in classifyReturnType()
901 return ABIArgInfo::getIgnore(); in classifyReturnType()
937 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DLoongArch.cpp318 return ABIArgInfo::getIgnore(); in classifyArgumentType()
412 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DARC.cpp117 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DRISCV.cpp369 return ABIArgInfo::getIgnore(); in classifyArgumentType()
482 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DAMDGPU.cpp137 return ABIArgInfo::getIgnore(); in classifyReturnType()
231 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DNVPTX.cpp153 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DX86.cpp484 return ABIArgInfo::getIgnore(); in classifyReturnType()
533 return ABIArgInfo::getIgnore(); in classifyReturnType()
809 return ABIArgInfo::getIgnore(); in classifyArgumentType()
2594 return ABIArgInfo::getIgnore(); in classifyReturnType()
2727 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3245 return ABIArgInfo::getIgnore(); in classify()
H A DSparc.cpp228 return ABIArgInfo::getIgnore(); in classifyType()
H A DSystemZ.cpp405 return ABIArgInfo::getIgnore(); in classifyReturnType()
/freebsd/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/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h195 static ABIArgInfo getIgnore() { in getIgnore() function