Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp757 bool IsDirect = Func != nullptr; in selectCall() local
758 if (!IsDirect && isa<ConstantExpr>(Call->getCalledValue())) in selectCall()
766 Opc = IsDirect ? WebAssembly::CALL_VOID : WebAssembly::PCALL_INDIRECT_VOID; in selectCall()
777 Opc = IsDirect ? WebAssembly::CALL_i32 : WebAssembly::PCALL_INDIRECT_i32; in selectCall()
781 Opc = IsDirect ? WebAssembly::CALL_i64 : WebAssembly::PCALL_INDIRECT_i64; in selectCall()
785 Opc = IsDirect ? WebAssembly::CALL_f32 : WebAssembly::PCALL_INDIRECT_f32; in selectCall()
789 Opc = IsDirect ? WebAssembly::CALL_f64 : WebAssembly::PCALL_INDIRECT_f64; in selectCall()
793 Opc = IsDirect ? WebAssembly::CALL_v16i8 in selectCall()
798 Opc = IsDirect ? WebAssembly::CALL_v8i16 in selectCall()
803 Opc = IsDirect ? WebAssembly::CALL_v4i32 in selectCall()
[all …]
/external/grpc-grpc/src/objective-c/GRPCClient/private/
DGRPCReachabilityFlagNames.xmacro.h54 GRPC_XMACRO_ITEM(isDirect, IsDirect)
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp636 bool IsDirect = Func != nullptr; in selectCall() local
640 Opc = IsDirect ? WebAssembly::CALL_VOID : WebAssembly::CALL_INDIRECT_VOID; in selectCall()
648 Opc = IsDirect ? WebAssembly::CALL_I32 : WebAssembly::CALL_INDIRECT_I32; in selectCall()
652 Opc = IsDirect ? WebAssembly::CALL_I64 : WebAssembly::CALL_INDIRECT_I64; in selectCall()
656 Opc = IsDirect ? WebAssembly::CALL_F32 : WebAssembly::CALL_INDIRECT_F32; in selectCall()
660 Opc = IsDirect ? WebAssembly::CALL_F64 : WebAssembly::CALL_INDIRECT_F64; in selectCall()
703 if (IsDirect) in selectCall()
/external/llvm-project/llvm/lib/Target/ARM/
DARMCallLowering.cpp518 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
519 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
527 if (!IsDirect) { in lowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp521 bool IsDirect = !Info.Callee.isReg(); in lowerCall() local
522 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
530 if (!IsDirect) { in lowerCall()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp772 bool IsDirect = Func != nullptr; in selectCall() local
773 if (!IsDirect && isa<ConstantExpr>(Call->getCalledOperand())) in selectCall()
777 unsigned Opc = IsDirect ? WebAssembly::CALL : WebAssembly::CALL_INDIRECT; in selectCall()
864 if (!IsDirect) { in selectCall()
875 if (IsDirect) { in selectCall()
886 if (!IsDirect) in selectCall()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h72 Bool (*IsDirect)(Display *dpy, GLXContext ctx); member
Dglxapi.c252 return t->IsDirect(dpy, ctx); in glXIsDirect()
Dfakeglx.c2813 glx.IsDirect = Fake_glXIsDirect; in _mesa_GetGLXDispatchTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp323 bool IsDirect = true; in LowerCall() local
329 IsDirect = false; in LowerCall()
353 Chain = DAG.getNode(IsDirect ? ARCISD::BL : ARCISD::JL, dl, NodeTys, Ops); in LowerCall()
/external/llvm-project/llvm/lib/Target/ARC/
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()