Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h122 return isDirect() || isExtend() || isIndirect() || isIndirectAliased() || in canHavePaddingType()
300 bool isDirect() const { return TheKind == Direct; } in isDirect() function
310 return isDirect() || isExtend() || isCoerceAndExpand(); in canHaveCoerceToType()
315 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectOffset()
319 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectOffset()
324 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in getDirectAlign()
328 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); in setDirectAlign()
397 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!"); in getInReg()
402 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!"); in setInReg()
484 assert(isDirect() && "Invalid kind!"); in getCanBeFlattened()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DABIArgInfo.h66 bool isDirect() const { return theKind == Direct; } in isDirect() function
71 return isDirect(); in canHaveCoerceToType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARC.cpp35 else if (Info.isDirect() && Info.getInReg()) { in updateState()
H A DX86.cpp1369 if (info.isDirect()) { in isPassedUsingAVXType()
3122 assert(AI.isDirect() && "Unexpected ABI info for mixed regs"); in EmitVAArg()
3158 if (AI.isDirect()) in EmitVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp446 bool isDirect) { in getCallOpcode() argument
447 if (isDirect) in getCallOpcode()
H A DARMISelLowering.cpp2794 bool isDirect = false; in LowerCall() local
2855 isDirect = true; in LowerCall()
2891 isDirect = true; in LowerCall()
2912 assert(!isARMFunc && !isDirect && in LowerCall()
2936 else if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps()) in LowerCall()
2941 if (!isDirect && !Subtarget->hasV5TOps()) in LowerCall()
2943 else if (doesNotRet && isDirect && Subtarget->hasRetAddrStack() && in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp72 bool isDirect() const { return P.getInt() & Direct; } in isDirect() function in __anonfa909ae00111::BindingKey
73 bool isDefault() const { return !isDirect(); } in isDefault()
134 Out << "\"kind\": \"" << (K.isDirect() ? "Direct" : "Default") in operator <<()
821 if (!Key.isDirect()) in iterBindings()
1067 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
1077 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
2761 return Key.isDirect() ? std::optional<SVal>{} : Value; in getUniqueDefaultBinding()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2866 bool isDirect = Method && Method->isDirectMethod(); in GenerateMessageSend() local
2870 if (!isDirect) { in GenerateMessageSend()
2889 if (!isDirect) in GenerateMessageSend()
2945 requiresExplicitZeroResult = !isDirect; in GenerateMessageSend()
2990 if (isDirect) in GenerateMessageSend()
3035 if (!isDirect) in GenerateMessageSend()
4154 bool isDirect = OMD->isDirectMethod(); in GenerateMethod() local
4156 getSymbolNameForMethod(OMD, /*include category*/ !isDirect); in GenerateMethod()
4158 if (!isDirect) in GenerateMethod()
H A DABIInfoImpl.cpp438 assert((AI.isDirect() || AI.isExtend()) && in EmitVAArgInstr()
H A DCGCall.cpp1609 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1793 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
3342 if (ArgI.isDirect() && isa<llvm::StructType>(ConvertType(Ty)) && in EmitFunctionProlog()
3359 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
5548 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
H A DCGVTables.cpp420 if (ThisAI.isDirect()) { in EmitMustTailThunk()
H A DCGStmt.cpp3025 if (RetAI.isDirect() || RetAI.isExtend()) { in EmitAsmStmt()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c8553 const int isDirect local
8558 = isDirect ? &rootParser->m_accounting.countBytesDirect