Searched refs:SK (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp30 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const {
34 SK = SectionKind::getMetadata();
36 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM);
29 getExplicitSectionGlobal( const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const argument
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp84 static bool isExecuteOnlyFunction(const GlobalObject *GO, SectionKind SK, argument
87 if (TM.getSubtarget<ARMSubtarget>(*F).genExecuteOnly() && SK.isText())
93 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const {
95 if (isExecuteOnlyFunction(GO, SK, TM))
96 SK = SectionKind::getExecuteOnly();
98 return TargetLoweringObjectFileELF::getExplicitSectionGlobal(GO, SK, TM);
102 const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const {
104 if (isExecuteOnlyFunction(GO, SK, TM))
105 SK = SectionKind::getExecuteOnly();
107 return TargetLoweringObjectFileELF::SelectSectionForGlobal(GO, SK, T
92 getExplicitSectionGlobal( const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const argument
101 SelectSectionForGlobal( const GlobalObject *GO, SectionKind SK, const TargetMachine &TM) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSanitizerStats.h36 /// with the given sanitizer kind SK.
37 void create(IRBuilder<> &B, SanitizerStatKind SK);
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DComdat.h46 SelectionKind getSelectionKind() const { return SK; }
47 void setSelectionKind(SelectionKind Val) { SK = Val; }
63 SelectionKind SK = Any; member in class:llvm::Comdat
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dmake_command.com2 $! Record MM[SK]/Make parameters in configuration report
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DComdat.cpp24 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {}
H A DAsmWriter.cpp3091 static const char *getSummaryKindName(GlobalValueSummary::SummaryKind SK) { argument
3092 switch (SK) {
/openbsd-current/usr.bin/less/
H A Ddecode.c40 #define SK(k) \ macro
53 SK(SK_DOWN_ARROW), 0, A_F_LINE,
59 SK(SK_CONTROL_K), 0, A_B_LINE,
61 SK(SK_UP_ARROW), 0, A_B_LINE,
73 SK(SK_PAGE_DOWN), 0, A_F_SCREEN,
77 SK(SK_PAGE_UP), 0, A_B_SCREEN,
89 SK(SK_HOME), 0, A_GOLINE,
98 SK(SK_RIGHT_ARROW), 0, A_RSHIFT,
99 SK(SK_LEFT_ARROW), 0, A_LSHIFT,
111 SK(SK_EN
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp41 void SanitizerStatReport::create(IRBuilder<> &B, SanitizerStatKind SK) { argument
52 ConstantInt::get(IntPtrTy, uint64_t(SK) << (IntPtrTy->getBitWidth() -
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h50 void update(const InstRef &Inst, unsigned Cycles, StallKind SK);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp894 SimpleKey SK; local
895 SK.Tok = TokenQueue.begin();
896 if (!is_contained(SimpleKeys, SK))
1073 SimpleKey SK; local
1074 SK.Tok = Tok;
1075 SK.Line = Line;
1076 SK.Column = AtColumn;
1077 SK.IsRequired = IsRequired;
1078 SK.FlowLevel = FlowLevel;
1079 SimpleKeys.push_back(SK);
1318 SimpleKey SK = SimpleKeys.pop_back_val(); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp74 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
470 Comdat::SelectionKind SK; local
472 if (getComdatResult(&C, SK, From))
474 ComdatsChosen[&C] = std::make_pair(SK, From);
/openbsd-current/gnu/llvm/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp30 void StallInfo::update(const InstRef &Inst, unsigned Cycles, StallKind SK) { argument
33 Kind = SK;
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h1229 void setSequenceKind(enum SequenceKind SK) { SequenceKind = SK; } argument
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTNodeTraverser.h110 auto SK = CTSD->getSpecializationKind();
111 if (SK == TSK_ExplicitInstantiationDeclaration ||
112 SK == TSK_ExplicitInstantiationDefinition)
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_VMS.pm890 $(PERL_INC) have been pulled into $(CCCMD). Also use MM[SK] macros.
912 Use MM[SK] macros.
928 Use MM[SK] macros, and VMS command line for C compiler.
1494 repeatedly. Also, if we have to rebuild Config.pm, use MM[SK] to do it.
2175 Catchall routine to clean up problem MM[SK]/Make macros. Expands macros
2177 VMS-syntax directories when MM[SK] is run. Also expands expressions which
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp893 ObjCPropertyDecl::SetterKind SK = PropDecl->getSetterKind();
895 switch (SK) {
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1432 auto SK = CTSD->getSpecializationKind(); local
1433 if (SK == TSK_ExplicitInstantiationDeclaration ||
1434 SK == TSK_ExplicitInstantiationDefinition)
/openbsd-current/regress/usr.bin/ssh/misc/sk-dummy/
H A Dsk-dummy.c39 # error SK API has changed, sk-dummy.c needs an update
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1607 llvm::InstrProfSectKind SK) {
1609 SK, CGM.getContext().getTargetInfo().getTriple().getObjectFormat());
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp712 Comdat::SelectionKind SK;
717 SK = Comdat::Any;
720 SK = Comdat::ExactMatch;
723 SK = Comdat::Largest;
726 SK = Comdat::NoDeduplicate;
729 SK = Comdat::SameSize;
745 C->setSelectionKind(SK);
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1106 StringKind SK) {
1108 switch (SK) {
1105 mapCharByteWidth(TargetInfo const &Target, StringKind SK) argument
H A DASTImporter.cpp2767 TemplateSpecializationKind SK = MemberInfo->getTemplateSpecializationKind(); local
2770 D2->setInstantiationOfMemberEnum(*ToInstOrErr, SK);
2981 TemplateSpecializationKind SK = local
2986 D2CXX->setInstantiationOfMemberClass(*ToInstOrErr, SK);
/openbsd-current/distrib/miniroot/
H A Dinstall.sub1293 ((_haswpa == 1)) && _prompt="$_prompt, WPA-(P)SK"
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3770 Comdat::SelectionKind SK = getDecodedComdatSelectionKind(Record[0]);
3784 C->setSelectionKind(SK);

Completed in 648 milliseconds

12