Searched refs:isDirect (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h120 bool isDirect() const { return TheKind == Direct; } function in class:clang::CodeGen::ABIArgInfo
132 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
155 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!");
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp67 bool isDirect() const { return P.getInt() & Direct; } function in class:__anon3648::BindingKey
125 os << ',' << (K.isDirect() ? "direct" : "default")
597 if (!K.isDirect())
863 if (IncludeAllDefaultBindings || NextKey.isDirect())
873 if (IncludeAllDefaultBindings || NextKey.isDirect())
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1214 if (info.isDirect()) {
2529 assert(AI.isDirect() && "Unexpected ABI info for mixed regs");
4125 if (FreeIntRegs < 8 && AI.isDirect() && getContext().getTypeAlign(Ty) > 64) {
4167 if (!AI.isDirect()) {
4181 assert(AI.isDirect() && "Homogeneous aggregates should be passed directly");
4216 if (AI.isDirect() && getContext().getTypeAlign(Ty) > 64) {
4232 if (AI.isDirect())
4260 if (AI.isDirect())
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1653 bool isDirect = false; local
1696 isDirect = true;
1726 isDirect = true;
1761 if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps())
1766 if (!isDirect && !Subtarget->hasV5TOps())
1768 else if (doesNotRet && isDirect && Subtarget->hasRAS() &&

Completed in 143 milliseconds