Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h121 return isDirect() || isExtend() || isIndirect() || isIndirectAliased() || in canHavePaddingType()
296 bool isDirect() const { return TheKind == Direct; } in isDirect() function
306 return isDirect() || isExtend() || isCoerceAndExpand(); in canHaveCoerceToType()
311 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectOffset()
315 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectOffset()
320 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectAlign()
324 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectAlign()
379 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!"); in getInReg()
384 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!"); in setInReg()
466 assert(isDirect() && "Invalid kind!"); in getCanBeFlattened()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARC.cpp35 else if (Info.isDirect() && Info.getInReg()) { in updateState()
H A DX86.cpp1352 if (info.isDirect()) { in isPassedUsingAVXType()
3083 assert(AI.isDirect() && "Unexpected ABI info for mixed regs"); in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp439 bool isDirect) { in getCallOpcode() argument
440 if (isDirect) in getCallOpcode()
H A DARMISelLowering.cpp2655 bool isDirect = false; in LowerCall() local
2718 isDirect = true; in LowerCall()
2754 isDirect = true; in LowerCall()
2775 assert(!isARMFunc && !isDirect && in LowerCall()
2800 else if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps()) in LowerCall()
2805 if (!isDirect && !Subtarget->hasV5TOps()) in LowerCall()
2807 else if (doesNotRet && isDirect && Subtarget->hasRetAddrStack() && in LowerCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2770 bool isDirect = Method && Method->isDirectMethod(); in GenerateMessageSend() local
2774 if (!isDirect) { in GenerateMessageSend()
2793 if (!isDirect) in GenerateMessageSend()
2849 requiresExplicitZeroResult = !isDirect; in GenerateMessageSend()
2894 if (isDirect) in GenerateMessageSend()
2939 if (!isDirect) in GenerateMessageSend()
4064 bool isDirect = OMD->isDirectMethod(); in GenerateMethod() local
4066 getSymbolNameForMethod(OMD, /*include category*/ !isDirect); in GenerateMethod()
4068 if (!isDirect) in GenerateMethod()
H A DABIInfoImpl.cpp406 assert((AI.isDirect() || AI.isExtend()) && in EmitVAArgInstr()
H A DCGVTables.cpp408 if (ThisAI.isDirect()) { in EmitMustTailThunk()
H A DCGCall.cpp1534 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1721 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
3233 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
5312 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
H A DCGStmt.cpp2669 if (RetAI.isDirect() || RetAI.isExtend()) { in EmitAsmStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp72 bool isDirect() const { return P.getInt() & Direct; } in isDirect() function in __anon93e2d1960111::BindingKey
126 Out << "\"kind\": \"" << (K.isDirect() ? "Direct" : "Default") in operator <<()
651 if (!Key.isDirect()) in iterBindings()
897 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
907 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c8189 const int isDirect in accountingDiffTolerated() local
8194 = isDirect ? &rootParser->m_accounting.countBytesDirect in accountingDiffTolerated()