Home
last modified time | relevance | path

Searched refs:CLI (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-ap-cli3 CLI=wpa_cli
9 if ! $CLI wps_pbc | grep -q OK; then
19 cpin=`$CLI wps_check_pin "$pin" | tail -1`
38 $CLI wps_pin any "$cpin"
43 $CLI status wps
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp216 SDValue BPFTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument
218 SelectionDAG &DAG = CLI.DAG; in LowerCall()
219 auto &Outs = CLI.Outs; in LowerCall()
220 auto &OutVals = CLI.OutVals; in LowerCall()
221 auto &Ins = CLI.Ins; in LowerCall()
222 SDValue Chain = CLI.Chain; in LowerCall()
223 SDValue Callee = CLI.Callee; in LowerCall()
224 bool &IsTailCall = CLI.IsTailCall; in LowerCall()
225 CallingConv::ID CallConv = CLI.CallConv; in LowerCall()
226 bool IsVarArg = CLI.IsVarArg; in LowerCall()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp681 bool ForceRetVoidTy, CallLoweringInfo &CLI) { in lowerCallOperands() argument
703 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands()
705 return lowerCallTo(CLI); in lowerCallOperands()
744 CallLoweringInfo CLI; in selectPatchpoint() local
745 CLI.setIsPatchPoint(); in selectPatchpoint()
746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
749 assert(CLI.Call && "No call instruction specified."); in selectPatchpoint()
755 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint()
756 CLI.ResultReg = createResultReg(TLI.getRegClassFor(MVT::i64)); in selectPatchpoint()
757 CLI.NumResultRegs = 1; in selectPatchpoint()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp859 bool ForceRetVoidTy, CallLoweringInfo &CLI) { in lowerCallOperands() argument
879 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands()
881 return lowerCallTo(CLI); in lowerCallOperands()
920 CallLoweringInfo CLI; in selectPatchpoint() local
921 CLI.setIsPatchPoint(); in selectPatchpoint()
922 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint()
925 assert(CLI.Call && "No call instruction specified."); in selectPatchpoint()
931 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint()
932 CLI.ResultReg = createResultReg(TLI.getRegClassFor(MVT::i64)); in selectPatchpoint()
933 CLI.NumResultRegs = 1; in selectPatchpoint()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp275 SDValue BPFTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument
277 SelectionDAG &DAG = CLI.DAG; in LowerCall()
278 auto &Outs = CLI.Outs; in LowerCall()
279 auto &OutVals = CLI.OutVals; in LowerCall()
280 auto &Ins = CLI.Ins; in LowerCall()
281 SDValue Chain = CLI.Chain; in LowerCall()
282 SDValue Callee = CLI.Callee; in LowerCall()
283 bool &IsTailCall = CLI.IsTailCall; in LowerCall()
284 CallingConv::ID CallConv = CLI.CallConv; in LowerCall()
285 bool IsVarArg = CLI.IsVarArg; in LowerCall()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-20.ll6 ; Check unsigned comparison near the low end of the CLI range, using zero
20 ; Check unsigned comparison near the low end of the CLI range, using sign
34 ; Check unsigned comparison near the high end of the CLI range, using zero
48 ; Check unsigned comparison near the high end of the CLI range, using sign
62 ; Check unsigned comparison above the high end of the CLI range, using zero
79 ; and simply ignore CLI for this range. First check the low end of the range.
103 ; Check signed comparison near the low end of the CLI range, using zero
117 ; Check signed comparison near the low end of the CLI range, using sign
118 ; extension. This cannot use CLI.
130 ; Check signed comparison near the high end of the CLI range, using zero
[all …]
Dint-cmp-21.ll6 ; Check unsigned comparison near the low end of the CLI range, using zero
20 ; Check unsigned comparison near the low end of the CLI range, using sign
34 ; Check unsigned comparison near the high end of the CLI range, using zero
48 ; Check unsigned comparison near the high end of the CLI range, using sign
62 ; Check unsigned comparison above the high end of the CLI range, using zero
79 ; and simply ignore CLI for this range. First check the low end of the range.
103 ; Check signed comparison near the low end of the CLI range, using zero
117 ; Check signed comparison near the low end of the CLI range, using sign
118 ; extension. This cannot use CLI.
130 ; Check signed comparison near the high end of the CLI range, using zero
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-cmp-21.ll6 ; Check unsigned comparison near the low end of the CLI range, using zero
20 ; Check unsigned comparison near the low end of the CLI range, using sign
34 ; Check unsigned comparison near the high end of the CLI range, using zero
48 ; Check unsigned comparison near the high end of the CLI range, using sign
62 ; Check unsigned comparison above the high end of the CLI range, using zero
79 ; and simply ignore CLI for this range. First check the low end of the range.
103 ; Check signed comparison near the low end of the CLI range, using zero
117 ; Check signed comparison near the low end of the CLI range, using sign
118 ; extension. This cannot use CLI.
130 ; Check signed comparison near the high end of the CLI range, using zero
[all …]
Dint-cmp-20.ll6 ; Check unsigned comparison near the low end of the CLI range, using zero
20 ; Check unsigned comparison near the low end of the CLI range, using sign
34 ; Check unsigned comparison near the high end of the CLI range, using zero
48 ; Check unsigned comparison near the high end of the CLI range, using sign
62 ; Check unsigned comparison above the high end of the CLI range, using zero
79 ; and simply ignore CLI for this range. First check the low end of the range.
103 ; Check signed comparison near the low end of the CLI range, using zero
117 ; Check signed comparison near the low end of the CLI range, using sign
118 ; extension. This cannot use CLI.
130 ; Check signed comparison near the high end of the CLI range, using zero
[all …]
/external/grpc-grpc-java/documentation/
Dserver-reflection-tutorial.md6 the gRPC command line tool (gRPC CLI), which can be used to introspect server
55 ## gRPC CLI
58 CLI to get information about its available services. gRPC CLI is written
59 in C++. Instructions on how to build gRPC CLI can be found at
62 ## Use gRPC CLI to check services
157 $ ./grpc_cli call localhost:50051 SayHello "name: 'gRPC CLI'"
162 message: "Hello gRPC CLI"
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/
DCoverageTest.java33 CLI foo = new CLI(); in testCLIInstance()
36 CLI.main(new String[]{"/dev/null/not-there"}); in testCLIInstance()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp280 CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const { in LowerCall() argument
281 SelectionDAG &DAG = CLI.DAG; in LowerCall()
282 SDLoc DL = CLI.DL; in LowerCall()
283 SDValue Chain = CLI.Chain; in LowerCall()
284 SDValue Callee = CLI.Callee; in LowerCall()
288 CallingConv::ID CallConv = CLI.CallConv; in LowerCall()
293 if (CLI.IsPatchPoint) in LowerCall()
298 if ((CallConv == CallingConv::Fast && CLI.IsTailCall && in LowerCall()
300 (CLI.CS && CLI.CS->isMustTailCall())) in LowerCall()
302 CLI.IsTailCall = false; in LowerCall()
[all …]
/external/grpc-grpc/doc/
Dserver_reflection_tutorial.md6 gRPC CLI, which can be used to introspect server protos and send/receive test
26 After enabling Server Reflection in a server application, you can use gRPC CLI
29 Instructions on how to use gRPC CLI can be found at
33 Server Reflection and gRPC CLI. First, we need to build gRPC CLI and setup an
47 - Build gRPC CLI
54 gRPC CLI binary `grpc_cli` can be found at `bins/opt/` folder. This tool is
135 $ grpc_cli call localhost:50051 SayHello "name: 'gRPC CLI'"
140 message: "Hello gRPC CLI"
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp76 const TargetLowering::CallLoweringInfo &CLI) { in PreAnalyzeCallResultForF128() argument
79 originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode())); in PreAnalyzeCallResultForF128()
80 OriginalArgWasFloat.push_back(CLI.RetTy->isFloatingPointTy()); in PreAnalyzeCallResultForF128()
DMipsFastISel.cpp98 bool fastLowerCall(CallLoweringInfo &CLI) override;
195 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs,
197 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
1086 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() argument
1089 CallingConv::ID CC = CLI.CallConv; in processCallArgs()
1092 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
1104 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs()
1176 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument
1222 CallingConv::ID CC = CLI.CallConv; in finishCall()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp35 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local
36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
45 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp35 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local
36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
45 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp48 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local
49 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
58 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp44 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemset() local
45 CLI.setDebugLoc(dl) in EmitTargetCodeForMemset()
51 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp44 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemset() local
45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
49 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local
52 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
62 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp145 bool fastLowerCall(CallLoweringInfo &CLI) override;
243 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs,
245 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
1124 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() argument
1127 CallingConv::ID CC = CLI.CallConv; in processCallArgs()
1130 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs()
1142 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs()
1214 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs()
1258 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument
1260 CallingConv::ID CC = CLI.CallConv; in finishCall()
[all …]
/external/lz4/programs/
DREADME.md4 Command Line Interface (CLI) can be created using the `make` command without any additional paramet…
5 There are also multiple targets that create different variations of CLI:
6 - `lz4` : default CLI, with a command line syntax close to gzip
12 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`.
17 CLI includes in-memory compression benchmark module for lz4.
/external/lz4/lib/dll/example/
DREADME.md16 Command Line Interface (CLI) supports gzip-like arguments.
17 By default CLI takes an input file and compresses it to an output file:
21 The full list of commands for CLI can be obtained with `-h` or `-H`. The ratio can
23 compression. CLI includes in-memory compression benchmark module with compression
25 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp469 CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const { in LowerCall() argument
470 SelectionDAG &DAG = CLI.DAG; in LowerCall()
471 SDLoc DL = CLI.DL; in LowerCall()
472 SDValue Chain = CLI.Chain; in LowerCall()
473 SDValue Callee = CLI.Callee; in LowerCall()
477 CallingConv::ID CallConv = CLI.CallConv; in LowerCall()
482 if (CLI.IsPatchPoint) in LowerCall()
487 if ((CallConv == CallingConv::Fast && CLI.IsTailCall && in LowerCall()
489 (CLI.CS && CLI.CS.isMustTailCall())) in LowerCall()
491 CLI.IsTailCall = false; in LowerCall()
[all …]

1234567891011