Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp481 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
482 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
490 if (!IsDirect) { in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp779 bool IsDirect = Func != nullptr; in selectCall() local
780 if (!IsDirect && isa<ConstantExpr>(Call->getCalledOperand())) in selectCall()
784 unsigned Opc = IsDirect ? WebAssembly::CALL : WebAssembly::CALL_INDIRECT; in selectCall()
871 if (!IsDirect) { in selectCall()
882 if (IsDirect) { in selectCall()
904 if (!IsDirect) in selectCall()
/freebsd/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()