Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DBPF.cpp31 return ABIArgInfo::getIgnore(); in classifyArgumentType()
65 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DCSKY.cpp92 return ABIArgInfo::getIgnore(); in classifyArgumentType()
154 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DWebAssembly.cpp110 return ABIArgInfo::getIgnore(); in classifyArgumentType()
143 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DMips.cpp225 return ABIArgInfo::getIgnore(); in classifyArgumentType()
308 return ABIArgInfo::getIgnore(); in classifyReturnType()
313 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DHexagon.cpp121 return ABIArgInfo::getIgnore(); in classifyArgumentType()
142 return ABIArgInfo::getIgnore(); in classifyReturnType()
175 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DARM.cpp410 return ABIArgInfo::getIgnore(); in classifyArgumentType()
576 return ABIArgInfo::getIgnore(); in classifyReturnType()
611 return ABIArgInfo::getIgnore(); in classifyReturnType()
640 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DPNaCl.cpp89 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DLanai.cpp110 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DPPC.cpp189 return ABIArgInfo::getIgnore(); in classifyReturnType()
418 return ABIArgInfo::getIgnore(); in classifyReturnType()
910 return ABIArgInfo::getIgnore(); in classifyReturnType()
948 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DLoongArch.cpp318 return ABIArgInfo::getIgnore(); in classifyArgumentType()
416 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DARC.cpp120 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DAArch64.cpp430 return ABIArgInfo::getIgnore(); in classifyArgumentType()
436 return ABIArgInfo::getIgnore(); in classifyArgumentType()
534 return ABIArgInfo::getIgnore(); in classifyReturnType()
566 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DRISCV.cpp610 return ABIArgInfo::getIgnore(); in classifyArgumentType()
740 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DX86.cpp473 return ABIArgInfo::getIgnore(); in classifyReturnType()
522 return ABIArgInfo::getIgnore(); in classifyReturnType()
804 return ABIArgInfo::getIgnore(); in classifyArgumentType()
808 return ABIArgInfo::getIgnore(); in classifyArgumentType()
2610 return ABIArgInfo::getIgnore(); in classifyReturnType()
2743 return ABIArgInfo::getIgnore(); in classifyArgumentType()
3298 return ABIArgInfo::getIgnore(); in classify()
H A DAMDGPU.cpp149 return ABIArgInfo::getIgnore(); in classifyReturnType()
240 return ABIArgInfo::getIgnore(); in classifyArgumentType()
H A DSparc.cpp230 return ABIArgInfo::getIgnore(); in classifyType()
H A DNVPTX.cpp164 return ABIArgInfo::getIgnore(); in classifyReturnType()
H A DSystemZ.cpp418 return ABIArgInfo::getIgnore(); in classifyReturnType()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DABIArgInfo.h63 static ABIArgInfo getIgnore() { return ABIArgInfo(Ignore); } in getIgnore() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp802 return ABIArgInfo::getIgnore(); in classifyExpandedType()
854 return ABIArgInfo::getIgnore(); in classifyType()
H A DABIInfoImpl.cpp49 return ABIArgInfo::getIgnore(); in classifyReturnType()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h206 static ABIArgInfo getIgnore() { in getIgnore() function