| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/ |
| H A D | wps-ap-cli | 3 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 732 bool ForceRetVoidTy, CallLoweringInfo &CLI) { in lowerCallOperands() argument 751 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands() 753 return lowerCallTo(CLI); in lowerCallOperands() 792 CallLoweringInfo CLI; in selectPatchpoint() local 793 CLI.setIsPatchPoint(); in selectPatchpoint() 794 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 797 assert(CLI.Call && "No call instruction specified."); in selectPatchpoint() 803 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint() 804 CLI.ResultReg = createResultReg(TLI.getRegClassFor(MVT::i64)); in selectPatchpoint() 805 CLI.NumResultRegs = 1; in selectPatchpoint() [all …]
|
| H A D | SelectionDAGBuilder.cpp | 2669 TargetLowering::CallLoweringInfo CLI(DAG); in visitSPDescriptorParent() local 2670 CLI.setDebugLoc(getCurSDLoc()) in visitSPDescriptorParent() 2675 std::pair<SDValue, SDValue> Result = TLI.LowerCallTo(CLI); in visitSPDescriptorParent() 6694 TargetLowering::CallLoweringInfo CLI(DAG); in visitIntrinsicCall() local 6695 CLI.setDebugLoc(sdl).setChain(getRoot()).setLibCallee( in visitIntrinsicCall() 6701 std::pair<SDValue, SDValue> Result = TLI.LowerCallTo(CLI); in visitIntrinsicCall() 7361 SelectionDAGBuilder::lowerInvokable(TargetLowering::CallLoweringInfo &CLI, in lowerInvokable() argument 7370 CLI.setChain(getRoot()); in lowerInvokable() 7374 std::pair<SDValue, SDValue> Result = TLI.LowerCallTo(CLI); in lowerInvokable() 7376 assert((CLI.IsTailCall || Result.second.getNode()) && in lowerInvokable() [all …]
|
| /netbsd-src/sys/arch/amd64/amd64/ |
| H A D | spl.S | 168 CLI(di) 217 CLI(ax) /* %rax not used by Xspllower/Xdoreti */ 244 CLI(di) 261 CLI(ax) 265 CLI(ax) 326 CLI(si) 358 CLI(si) 381 CLI(si) 392 CLI(si)
|
| /netbsd-src/sys/arch/i386/i386/ |
| H A D | spl.S | 95 CLI(%eax) 204 CLI(%eax) 208 CLI(%eax) 333 CLI(%eax) 348 CLI(%eax) 356 CLI(%eax) 411 CLI(%ecx) 459 CLI(%eax) 485 CLI(%eax) 503 CLI(%eax) [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 368 SDValue BPFTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument 370 SelectionDAG &DAG = CLI.DAG; in LowerCall() 371 auto &Outs = CLI.Outs; in LowerCall() 372 auto &OutVals = CLI.OutVals; in LowerCall() 373 auto &Ins = CLI.Ins; in LowerCall() 374 SDValue Chain = CLI.Chain; in LowerCall() 375 SDValue Callee = CLI.Callee; in LowerCall() 376 bool &IsTailCall = CLI.IsTailCall; in LowerCall() 377 CallingConv::ID CallConv = CLI.CallConv; in LowerCall() 378 bool IsVarArg = CLI.IsVarArg; in LowerCall() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 147 bool fastLowerCall(CallLoweringInfo &CLI) override; 244 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 246 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1136 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() argument 1139 CallingConv::ID CC = CLI.CallConv; in processCallArgs() 1142 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs() 1154 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs() 1232 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs() 1276 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument 1278 CallingConv::ID CC = CLI.CallConv; in finishCall() [all …]
|
| H A D | Mips16ISelLowering.cpp | 412 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, in getOpndList() argument 414 SelectionDAG &DAG = CLI.DAG; in getOpndList() 427 if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(CLI.Callee)) { in getOpndList() 469 dyn_cast<GlobalAddressSDNode>(CLI.Callee)) { in getOpndList() 479 getMips16HelperFunction(CLI.RetTy, CLI.getArgs(), NeedMips16Helper); in getOpndList() 493 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG, in getOpndList() 503 InternalLinkage, IsCallReloc, CLI, Callee, in getOpndList()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 34 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local 35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy() 44 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 50 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local 51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy() 61 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 222 SDValue ARCTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument 224 SelectionDAG &DAG = CLI.DAG; in LowerCall() 225 SDLoc &dl = CLI.DL; in LowerCall() 226 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; in LowerCall() 227 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall() 228 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; in LowerCall() 229 SDValue Chain = CLI.Chain; in LowerCall() 230 SDValue Callee = CLI.Callee; in LowerCall() 231 CallingConv::ID CallConv = CLI.CallConv; in LowerCall() 232 bool IsVarArg = CLI.IsVarArg; in LowerCall() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | se_usermode_protviol.S | 45 CLI R1; // inhibit events during MMR writes label 146 CLI R1; // inhibit events during write to MMR label 181 CLI R0; label
|
| H A D | se_bug_ui.S | 45 CLI R1; // inhibit events during MMR writes label 140 CLI R1; // inhibit events during write to MMR label
|
| H A D | se_excpt_ifprotviol.S | 41 CLI R1; // inhibit events during MMR writes label 142 CLI R1; // inhibit events during write to MMR label
|
| H A D | se_bug_ui3.S | 45 CLI R1; // inhibit events during MMR writes label 140 CLI R1; // inhibit events during write to MMR label
|
| H A D | se_bug_ui2.S | 45 CLI R1; // inhibit events during MMR writes label 140 CLI R1; // inhibit events during write to MMR label
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 685 SparcTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument 688 return LowerCall_64(CLI, InVals); in LowerCall() 689 return LowerCall_32(CLI, InVals); in LowerCall() 715 SparcTargetLowering::LowerCall_32(TargetLowering::CallLoweringInfo &CLI, in LowerCall_32() argument 717 SelectionDAG &DAG = CLI.DAG; in LowerCall_32() 718 SDLoc &dl = CLI.DL; in LowerCall_32() 719 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; in LowerCall_32() 720 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; in LowerCall_32() 721 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; in LowerCall_32() 722 SDValue Chain = CLI.Chain; in LowerCall_32() [all …]
|
| H A D | SparcISelLowering.h | 136 LowerCall(TargetLowering::CallLoweringInfo &CLI, 138 SDValue LowerCall_32(TargetLowering::CallLoweringInfo &CLI, 140 SDValue LowerCall_64(TargetLowering::CallLoweringInfo &CLI,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 824 WebAssemblyTargetLowering::LowerCall(CallLoweringInfo &CLI, in LowerCall() argument 826 SelectionDAG &DAG = CLI.DAG; in LowerCall() 827 SDLoc DL = CLI.DL; in LowerCall() 828 SDValue Chain = CLI.Chain; in LowerCall() 829 SDValue Callee = CLI.Callee; in LowerCall() 833 CallingConv::ID CallConv = CLI.CallConv; in LowerCall() 838 if (CLI.IsPatchPoint) in LowerCall() 841 if (CLI.IsTailCall) { in LowerCall() 843 if (CLI.CB && CLI.CB->isMustTailCall()) in LowerCall() 845 CLI.IsTailCall = false; in LowerCall() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1254 void setCanonicalLoopTripCount(CanonicalLoopInfo *CLI, Value *TripCount) { in setCanonicalLoopTripCount() argument 1255 Instruction *CmpI = &CLI->getCond()->front(); in setCanonicalLoopTripCount() 1258 CLI->assertOK(); in setCanonicalLoopTripCount() 1262 const LocationDescription &Loc, CanonicalLoopInfo *CLI, in createStaticWorkshareLoop() argument 1272 Value *IV = CLI->getIndVar(); in createStaticWorkshareLoop() 1290 Builder.SetInsertPoint(CLI->getPreheader()->getTerminator()); in createStaticWorkshareLoop() 1294 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in createStaticWorkshareLoop() 1315 setCanonicalLoopTripCount(CLI, TripCount); in createStaticWorkshareLoop() 1322 Builder.SetInsertPoint(CLI->getBody(), CLI->getBody()->getFirstInsertionPt()); in createStaticWorkshareLoop() 1327 (Instr->getParent() != CLI->getCond() && in createStaticWorkshareLoop() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.cpp | 43 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemset() local 44 CLI.setDebugLoc(dl) in EmitTargetCodeForMemset() 50 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset()
|
| H A D | AArch64FastISel.cpp | 152 bool fastLowerCall(CallLoweringInfo &CLI) override; 272 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 274 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 2991 bool AArch64FastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() argument 2994 CallingConv::ID CC = CLI.CallConv; in processCallArgs() 2997 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs() 3009 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs() 3046 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs() 3081 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument 3083 CallingConv::ID CC = CLI.CallConv; in finishCall() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 532 SDValue VETargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument 534 SelectionDAG &DAG = CLI.DAG; in LowerCall() 535 SDLoc DL = CLI.DL; in LowerCall() 536 SDValue Chain = CLI.Chain; in LowerCall() 540 CLI.IsTailCall = false; in LowerCall() 549 CCState CCInfo(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), ArgLocs, in LowerCall() 555 CCInfo.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, false)); in LowerCall() 559 bool UseBoth = CLI.IsVarArg; in LowerCall() 563 CCState CCInfo2(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), in LowerCall() 566 CCInfo2.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, true)); in LowerCall() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 122 bool fastLowerCall(CallLoweringInfo &CLI) override; 192 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1488 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() argument 1489 CallingConv::ID CC = CLI.CallConv; in finishCall() 1539 CLI.InRegs.push_back(SourcePhysReg); in finishCall() 1540 CLI.ResultReg = ResultReg; in finishCall() 1541 CLI.NumResultRegs = 1; in finishCall() 1547 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() argument 1548 CallingConv::ID CC = CLI.CallConv; in fastLowerCall() 1549 bool IsTailCall = CLI.IsTailCall; in fastLowerCall() [all …]
|
| /netbsd-src/sys/arch/i386/include/ |
| H A D | frameasm.h | 21 #define CLI(reg) movl CPUVAR(VCPU),reg ; \ macro 34 #define CLI(reg) cli macro
|