Home
last modified time | relevance | path

Searched defs:Selector (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h145 static bool isFilterEHSelector(int Selector) { return Selector < 0; } in isFilterEHSelector() argument
146 static bool isCleanupEHSelector(int Selector) { return Selector == 0; } in isCleanupEHSelector() argument
147 static bool isCatchEHSelector(int Selector) { return Selector > 0; } in isCatchEHSelector() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp384 getOpenMPContextTraitSetForSelector(TraitSelector Selector) getOpenMPContextTraitSetForSelector() argument
441 getOpenMPContextTraitPropertyKind(TraitSet Set,TraitSelector Selector,StringRef S) getOpenMPContextTraitPropertyKind() argument
453 getOpenMPContextTraitPropertyForSelector(TraitSelector Selector) getOpenMPContextTraitPropertyForSelector() argument
485 isValidTraitSelectorForTraitSet(TraitSelector Selector,TraitSet Set,bool & AllowsTraitScore,bool & RequiresProperty) isValidTraitSelectorForTraitSet() argument
501 isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property,TraitSelector Selector,TraitSet Set) isValidTraitPropertyForTraitSetAndSelector() argument
534 listOpenMPContextTraitProperties(TraitSet Set,TraitSelector Selector) listOpenMPContextTraitProperties() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DSelectorLocationsKind.h20 class Selector; variable
H A DExternalASTSource.h49 class Selector; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h52 class Selector; variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp106 before(RangeSelector Selector) before() argument
115 after(RangeSelector Selector) after() argument
H A DStencil.cpp214 RangeSelector Selector; member in __anon17351d8b0111::SelectorStencil
430 Stencil transformer::detail::makeStencil(RangeSelector Selector) { in makeStencil() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h972 Selector(IdentifierInfo *II, unsigned nArgs) { Selector() function
977 Selector(MultiKeywordSelector *SI) { Selector() function
1010 explicit Selector(uintptr_t V) { Selector() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp189 StringEntry *Selector = in saveObjC() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h154 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {} in ReadReferencedSelectors()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp218 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local
H A DX86ExpandPseudo.cpp101 MachineOperand Selector = JTInst->getOperand(0); in INITIALIZE_PASS() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp370 Instruction *Selector = in prepareEHPad() local
H A DTargetPassConfig.cpp972 SelectorType Selector; addCoreISelPasses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp893 unsigned Selector = MI->getOperand(3).getImm(); in handleSpecialSwappables() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp289 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) { in ReadReferencedSelectors() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp1066 int Selector = SVI.getMaskValue(I); in visitShuffleVectorInst() local
1069 else if (unsigned(Selector) < Op0.size()) in visitShuffleVectorInst() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h771 StringRef Selector; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp149 StringRef Selector; member
759 api_notes::ObjCSelectorRef Selector; convertMethod() local
[all...]
H A DAPINotesReader.cpp738 getSelector(ObjCSelectorRef Selector) getSelector() argument
1918 lookupObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod) lookupObjCMethod() argument
H A DAPINotesWriter.cpp130 StoredObjCSelector Selector; getSelector() local
1309 addObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod,const ObjCMethodInfo & Info,VersionTuple SwiftVersion) addObjCMethod() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2575 for (const OMPTraitSelector &Selector : Set.Selectors) { getAsVariantMatchInfo() local
2632 for (const OMPTraitSelector &Selector : Set.Selectors) { print() local
2680 for (const OMPTraitSelector &Selector : Set.Selectors) { getMangledName() local
2717 OMPTraitSelector &Selector = Set.Selectors.back(); OMPTraitInfo() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h510 ReadReferencedSelectors(llvm::SmallVectorImpl<std::pair<clang::Selector,clang::SourceLocation>> & Sels) ReadReferencedSelectors() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp518 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local

12