Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp472 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
473 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
481 if (!IsDirect) { in lowerCall()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp360 bool IsDirect = true; in LowerCall() local
366 IsDirect = false; in LowerCall()
390 Chain = DAG.getNode(IsDirect ? ARCISD::BL : ARCISD::JL, dl, NodeTys, Ops); in LowerCall()