Searched refs:CLI (Results 51 - 75 of 161) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp532 SDValue VETargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, argument
534 SelectionDAG &DAG = CLI.DAG;
535 SDLoc DL = CLI.DL;
536 SDValue Chain = CLI.Chain;
540 CLI.IsTailCall = false;
549 CCState CCInfo(CLI.CallConv, CLI.IsVarArg, DAG.getMachineFunction(), ArgLocs,
555 CCInfo.AnalyzeCallOperands(CLI.Outs, getParamCC(CLI.CallConv, false));
559 bool UseBoth = CLI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h338 virtual bool fastLowerCall(CallLoweringInfo &CLI);
496 bool lowerCallTo(CallLoweringInfo &CLI);
556 CallLoweringInfo &CLI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp128 TargetLowering::CallLoweringInfo CLI(DAG);
129 CLI.setDebugLoc(dl)
137 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h363 /// \param CLI A descriptor of the canonical loop to workshare.
373 CanonicalLoopInfo *CLI,
387 /// \param CLI A descriptor of the canonical loop to workshare.
398 CanonicalLoopInfo *CLI,
415 /// \param CLI A descriptor of the canonical loop to workshare.
423 CanonicalLoopInfo *CLI,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp88 TargetLowering::CallLoweringInfo CLI(DAG);
89 CLI.setDebugLoc(dl)
96 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp473 TargetLowering::CallLoweringInfo CLI(DAG);
474 CLI.setDebugLoc(DL).setChain(Chain).setLibCallee(
480 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI);
527 TargetLowering::CallLoweringInfo CLI(DAG);
528 CLI.setDebugLoc(dl).setChain(Chain).setCallee(
534 std::pair<SDValue, SDValue> CallResult = LowerCallTo(CLI);
1030 XCoreTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, argument
1032 SelectionDAG &DAG = CLI.DAG;
1033 SDLoc &dl = CLI.DL;
1034 SmallVectorImpl<ISD::OutputArg> &Outs = CLI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1254 void setCanonicalLoopTripCount(CanonicalLoopInfo *CLI, Value *TripCount) { argument
1255 Instruction *CmpI = &CLI->getCond()->front();
1258 CLI->assertOK();
1262 const LocationDescription &Loc, CanonicalLoopInfo *CLI,
1272 Value *IV = CLI->getIndVar();
1290 Builder.SetInsertPoint(CLI->getPreheader()->getTerminator());
1294 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One);
1315 setCanonicalLoopTripCount(CLI, TripCount);
1322 Builder.SetInsertPoint(CLI->getBody(), CLI
1261 createStaticWorkshareLoop( const LocationDescription &Loc, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP, bool NeedsBarrier, Value *Chunk) argument
1346 createWorkshareLoop( const LocationDescription &Loc, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP, bool NeedsBarrier) argument
1385 createDynamicWorkshareLoop( const LocationDescription &Loc, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP, OMPScheduleType SchedType, bool NeedsBarrier, Value *Chunk) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dse_misaligned_fetch.S58 CLI R0; // hold off nonmaskables while writing EVTs label
H A Dse_more_ret_haz.S55 CLI R1; label
H A Dc_mmr_interr_ctl.s16 CLI R1; // inhibit events during MMR writes
117 CLI R1; // inhibit events during write to MMR
H A Dc_mmr_loop.S40 CLI R1; // inhibit events during MMR writes label
136 CLI R1; // inhibit events during write to MMR label
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.h90 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp459 TargetLowering::CallLoweringInfo CLI(DAG);
460 CLI.setDebugLoc(dl)
467 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI);
1011 analyzeArguments(TargetLowering::CallLoweringInfo *CLI, const Function *F, argument
1223 SDValue AVRTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, argument
1225 SelectionDAG &DAG = CLI.DAG;
1226 SDLoc &DL = CLI.DL;
1227 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
1228 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
1229 SmallVectorImpl<ISD::InputArg> &Ins = CLI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.h71 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h134 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
H A DLanaiISelLowering.cpp409 SDValue LanaiTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, argument
411 SelectionDAG &DAG = CLI.DAG;
412 SDLoc &DL = CLI.DL;
413 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs;
414 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals;
415 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
416 SDValue Chain = CLI.Chain;
417 SDValue Callee = CLI.Callee;
418 bool &IsTailCall = CLI.IsTailCall;
419 CallingConv::ID CallConv = CLI
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dse_misaligned_fetch.S58 CLI R0; // hold off nonmaskables while writing EVTs label
H A Dse_more_ret_haz.S55 CLI R1; label
H A Dc_mmr_interr_ctl.s16 CLI R1; // inhibit events during MMR writes
117 CLI R1; // inhibit events during write to MMR
H A Dc_mmr_loop.S40 CLI R1; // inhibit events during MMR writes label
136 CLI R1; // inhibit events during write to MMR label
/netbsd-current/sys/arch/amd64/include/
H A Dframeasm.h26 #define CLI(temp_reg) \ macro
47 #define CLI(temp_reg) cli macro
/netbsd-current/sys/arch/i386/i386/
H A Di386_trap.S422 CLI(%eax)
446 CLI(%eax)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp824 WebAssemblyTargetLowering::LowerCall(CallLoweringInfo &CLI, argument
826 SelectionDAG &DAG = CLI.DAG;
827 SDLoc DL = CLI.DL;
828 SDValue Chain = CLI.Chain;
829 SDValue Callee = CLI.Callee;
833 CallingConv::ID CallConv = CLI.CallConv;
838 if (CLI.IsPatchPoint)
841 if (CLI.IsTailCall) {
843 if (CLI.CB && CLI
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp317 Builder.lowerInvokable(SI.CLI, SI.EHPadBB);
336 bool HasDef = !SI.CLI.RetTy->isVoidTy();
757 SI.CLI.setChain(getRoot());
844 pushStackMapConstant(Ops, *this, SI.CLI.CallConv);
1020 populateCallLoweringInfo(SI.CLI, &I, GCStatepointInst::CallArgsBeginPos,
1122 SI.CLI, Call, ArgBeginIndex, Call->getNumArgOperands(), Callee,
1126 SI.CLI.IsVarArg = Call->getFunctionType()->isVarArg();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp152 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, argument
2994 CallingConv::ID CC = CLI.CallConv;
2997 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC));
3009 const Value *ArgVal = CLI.OutVals[VA.getValNo()];
3046 CLI.OutRegs.push_back(VA.getLocReg());
3081 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, argument
3083 CallingConv::ID CC = CLI
3120 fastLowerCall(CallLoweringInfo &CLI) argument
3546 CallLoweringInfo CLI; local
4784 CallLoweringInfo CLI; local
[all...]

Completed in 433 milliseconds

1234567