/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.h | 145 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 D | OMPContext.cpp | 384 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 D | SelectorLocationsKind.h | 20 class Selector; variable
|
H A D | ExternalASTSource.h | 49 class Selector; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.h | 52 class Selector; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 106 before(RangeSelector Selector) before() argument 115 after(RangeSelector Selector) after() argument
|
H A D | Stencil.cpp | 214 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 D | IdentifierTable.h | 972 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 D | AcceleratorRecordsSaver.cpp | 189 StringEntry *Selector = in saveObjC() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 154 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {} in ReadReferencedSelectors()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 218 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local
|
H A D | X86ExpandPseudo.cpp | 101 MachineOperand Selector = JTInst->getOperand(0); in INITIALIZE_PASS() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WasmEHPrepare.cpp | 370 Instruction *Selector = in prepareEHPad() local
|
H A D | TargetPassConfig.cpp | 972 SelectorType Selector; addCoreISelPasses() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 893 unsigned Selector = MI->getOperand(3).getImm(); in handleSpecialSwappables() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 289 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) { in ReadReferencedSelectors() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 1066 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 D | DWARFAcceleratorTable.h | 771 StringRef Selector; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CodeGenPassBuilder.h |
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 149 StringRef Selector; member 759 api_notes::ObjCSelectorRef Selector; convertMethod() local [all...] |
H A D | APINotesReader.cpp | 738 getSelector(ObjCSelectorRef Selector) getSelector() argument 1918 lookupObjCMethod(ContextID CtxID,ObjCSelectorRef Selector,bool IsInstanceMethod) lookupObjCMethod() argument
|
H A D | APINotesWriter.cpp | 130 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 D | OpenMPClause.cpp | 2575 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 D | ASTUtils.h | 510 ReadReferencedSelectors(llvm::SmallVectorImpl<std::pair<clang::Selector,clang::SourceLocation>> & Sels) ReadReferencedSelectors() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 518 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local
|