Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp428 bool isDirect) { in getCallOpcode() argument
429 if (isDirect) in getCallOpcode()
H A DARMISelLowering.cpp2566 bool isDirect = false; in LowerCall() local
2615 isDirect = true; in LowerCall()
2651 isDirect = true; in LowerCall()
2672 assert(!isARMFunc && !isDirect && in LowerCall()
2695 else if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps()) in LowerCall()
2700 if (!isDirect && !Subtarget->hasV5TOps()) in LowerCall()
2702 else if (doesNotRet && isDirect && Subtarget->hasRetAddrStack() && in LowerCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp71 bool isDirect() const { return P.getInt() & Direct; } in isDirect() function in __anon5d660c940111::BindingKey
125 Out << "\"kind\": \"" << (K.isDirect() ? "Direct" : "Default") in operator <<()
648 if (!K.isDirect()) in iterBindings()
904 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
914 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp405 if (ThisAI.isDirect()) { in EmitMustTailThunk()
H A DCGCall.cpp1492 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1681 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
2884 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
4942 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
H A DCGStmt.cpp2436 if (RetAI.isDirect() || RetAI.isExtend()) { in EmitAsmStmt()
H A DTargetInfo.cpp669 assert((AI.isDirect() || AI.isExtend()) && in EmitVAArgInstr()
2351 if (info.isDirect()) { in isPassedUsingAVXType()
4053 assert(AI.isDirect() && "Unexpected ABI info for mixed regs"); in EmitVAArg()
9693 else if (Info.isDirect() && Info.getInReg()) { in updateState()
/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c7732 const int isDirect in accountingDiffTolerated() local
7737 = isDirect ? &rootParser->m_accounting.countBytesDirect in accountingDiffTolerated()