Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp463 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
464 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
472 if (!IsDirect) { in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp766 bool IsDirect = Func != nullptr; in selectCall() local
767 if (!IsDirect && isa<ConstantExpr>(Call->getCalledOperand())) in selectCall()
771 unsigned Opc = IsDirect ? WebAssembly::CALL : WebAssembly::CALL_INDIRECT; in selectCall()
855 if (!IsDirect) { in selectCall()
866 if (IsDirect) { in selectCall()
900 if (!IsDirect) in selectCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp322 bool IsDirect = true; in LowerCall() local
328 IsDirect = false; in LowerCall()
352 Chain = DAG.getNode(IsDirect ? ARCISD::BL : ARCISD::JL, dl, NodeTys, Ops); in LowerCall()