Home
last modified time | relevance | path

Searched refs:IsDirect (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp474 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
475 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
483 if (!IsDirect) { in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp767 bool IsDirect = Func != nullptr; in selectCall() local
768 if (!IsDirect && isa<ConstantExpr>(Call->getCalledOperand())) in selectCall()
772 unsigned Opc = IsDirect ? WebAssembly::CALL : WebAssembly::CALL_INDIRECT; in selectCall()
856 if (!IsDirect) { in selectCall()
867 if (IsDirect) { in selectCall()
901 if (!IsDirect) in selectCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp362 bool IsDirect = true; in LowerCall() local
368 IsDirect = false; in LowerCall()
392 Chain = DAG.getNode(IsDirect ? ARCISD::BL : ARCISD::JL, dl, NodeTys, Ops); in LowerCall()