Searched refs:Action (Results 176 - 190 of 190) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp199 auto Action = Subtarget->hasSIMD128() ? Custom : Expand; local
201 setOperationAction(ISD::SIGN_EXTEND_INREG, T, Action);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2786 /// \p RemovedInsts Keep track of the instructions removed by this Action.
3913 using Action = Value *(*)(Instruction *Ext, TypePromotionTransaction &TPT,
3929 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4038 TypePromotionHelper::Action TypePromotionHelper::getAction(
4473 TypePromotionHelper::Action TPH =
5475 TypePromotionHelper::Action TPH =
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp420 if (LI->getAction({MI.getOpcode(), {UseTy, SrcTy}, {MMDesc}}).Action !=
H A DLegalizerHelper.cpp109 switch (Step.Action) {
2411 if (LI.getAction({G_FNEG, {Ty}}).Action == Lower)
4275 auto QAction = LI.getAction(Q).Action;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2076 function_ref<void(ScheduleData *SD)> Action) {
2078 Action(SD);
2083 Action(P.second);
2075 doForAllOpcodes(Value *V, function_ref<void(ScheduleData *SD)> Action) argument
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile287 SRCS_MIN+= Driver/Action.cpp
/freebsd-13-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c101 "No Action",
103 "Action",
608 printf("\n\tAction=%d\n", w->Action);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp354 auto setFP16OperationAction = [&](unsigned Op, MVT VT, LegalizeAction Action,
356 setOperationAction(Op, VT, STI.allowFP16Math() ? Action : NoF16Action);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1496 AssignmentAction Action, bool AllowExplicit) {
1498 return PerformImplicitConversion(From, ToType, Action, AllowExplicit, ICS);
1503 AssignmentAction Action, bool AllowExplicit,
1511 (Action == AA_Passing || Action == AA_Sending);
1522 return PerformImplicitConversion(From, ToType, ICS, Action);
H A DSemaExpr.cpp15537 Expr *SrcExpr, AssignmentAction Action,
15589 if (Action == AA_Passing_CFAudited) {
15744 switch (Action) {
15765 if (Action == AA_Passing_CFAudited)
15768 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
15797 if (Action == AA_Returning && ConvTy == IncompatiblePointer)
15534 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp728 ActionKind Action; member in namespace:__anon1679
797 char Action = bitActionToX86BTCode(BT.Action);
806 if (Action)
807 AsmOS << Action;
869 if (BT.Action != BitTest::TestOnly) {
882 if (BT.Action == BitTest::Reset) {
892 switch (BT.Action) {
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr.c3906 req->Action = params->action;
/freebsd-13-stable/sys/dev/mps/
H A Dmps.c3127 req->Action = params->action;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5307 TargetLowering::LegalizeAction Action = TLI.getFixedPointOperationAction( local
5309 if (Action != TargetLowering::Legal && Action != TargetLowering::Custom) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp249 LegalizeAction Action) {
250 setLoadExtAction(ISD::EXTLOAD, From, To, Action);
251 setLoadExtAction(ISD::ZEXTLOAD, From, To, Action);
252 setLoadExtAction(ISD::SEXTLOAD, From, To, Action);
248 addAllExtLoads(const MVT From, const MVT To, LegalizeAction Action) argument

Completed in 611 milliseconds

12345678