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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DABIInfo.h126 bool isDirect() const { return TheKind == Direct; } function in class:clang::ABIArgInfo
138 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
161 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!");
H A DTargetInfo.cpp1175 if (info.isDirect()) {
2426 assert(AI.isDirect() && "Unexpected ABI info for mixed regs");
3867 if (FreeIntRegs < 8 && AI.isDirect() && getContext().getTypeAlign(Ty) > 64) {
3909 if (!AI.isDirect()) {
3923 assert(AI.isDirect() && "Homogeneous aggregates should be passed directly");
3958 if (AI.isDirect() && getContext().getTypeAlign(Ty) > 64) {
3974 if (AI.isDirect())
4002 if (AI.isDirect())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp67 bool isDirect() const { return P.getInt() & Direct; } function in class:__anon3449::BindingKey
125 os << ',' << (K.isDirect() ? "direct" : "default")
591 if (!K.isDirect())
858 if (IncludeAllDefaultBindings || NextKey.isDirect())
868 if (IncludeAllDefaultBindings || NextKey.isDirect())
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1573 bool isDirect = false; local
1616 isDirect = true;
1646 isDirect = true;
1681 if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps())
1686 if (!isDirect && !Subtarget->hasV5TOps())
1688 else if (doesNotRet && isDirect && Subtarget->hasRAS() &&

Completed in 223 milliseconds