Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp437 bool isDirect) { in getCallOpcode() argument
438 if (isDirect) in getCallOpcode()
H A DARMISelLowering.cpp2630 bool isDirect = false; in LowerCall() local
2701 isDirect = true; in LowerCall()
2737 isDirect = true; in LowerCall()
2758 assert(!isARMFunc && !isDirect && in LowerCall()
2783 else if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps()) in LowerCall()
2788 if (!isDirect && !Subtarget->hasV5TOps()) in LowerCall()
2790 else if (doesNotRet && isDirect && Subtarget->hasRetAddrStack() && in LowerCall()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp71 bool isDirect() const { return P.getInt() & Direct; } in isDirect() function in __anonb10bfded0111::BindingKey
125 Out << "\"kind\": \"" << (K.isDirect() ? "Direct" : "Default") in operator <<()
652 if (!K.isDirect()) in iterBindings()
899 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
909 if (IncludeAllDefaultBindings || NextKey.isDirect()) in collectSubRegionBindings()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp407 if (ThisAI.isDirect()) { in EmitMustTailThunk()
H A DCGCall.cpp1530 if (AI.isDirect() && AI.getCanBeFlattened() && STy) { in construct()
1719 if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in GetFunctionType()
3021 if (ArgI.isDirect() && ArgI.getCanBeFlattened() && STy && in EmitFunctionProlog()
5102 if (STy && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) { in EmitCall()
H A DCGStmt.cpp2537 if (RetAI.isDirect() || RetAI.isExtend()) { in EmitAsmStmt()
H A DTargetInfo.cpp724 assert((AI.isDirect() || AI.isExtend()) && in EmitVAArgInstr()
2415 if (info.isDirect()) { in isPassedUsingAVXType()
4148 assert(AI.isDirect() && "Unexpected ABI info for mixed regs"); in EmitVAArg()
10091 else if (Info.isDirect() && Info.getInReg()) { in updateState()
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c7921 const int isDirect in accountingDiffTolerated() local
7926 = isDirect ? &rootParser->m_accounting.countBytesDirect in accountingDiffTolerated()