Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmapper-client.cc302 if (!c->IsDirect ()) in open_module_client()
333 if (mapper->IsDirect ()) in close_module_client()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp470 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
471 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
479 if (!IsDirect) { in lowerCall()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dclient.cc81 if (IsDirect ()) in CommunicateWithServer()
H A Dcody.hh415 bool IsDirect () const in IsDirect() function in Cody::Client