Searched refs:Name (Results 401 - 425 of 2071) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp180 const StringRef &Name) {
181 MCSymbolWasm *Sym = cast_or_null<MCSymbolWasm>(Ctx.lookupSymbol(Name));
186 Sym = cast<MCSymbolWasm>(Ctx.getOrCreateSymbol(Name));
276 StringRef storeName(StringRef Name) { argument
277 std::unique_ptr<std::string> N = std::make_unique<std::string>(Name);
345 auto Name = Lexer.getTok().getString(); local
347 return Name;
512 bool ParseInstruction(ParseInstructionInfo & /*Info*/, StringRef Name,
514 // Note: Name does NOT point into the sourcecode, but to a local, so
516 Name
179 GetOrCreateFunctionTableSymbol(MCContext &Ctx, const StringRef &Name) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h37 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits;
38 #define ENUM_CODEGENOPT(Name, Type, Bits, Default)
42 #define CODEGENOPT(Name, Bits, Default)
43 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits;
231 /// Name of the profile file to use as output for -fprofile-instr-generate,
235 /// Name of the profile file to use with -fprofile-sample-use.
238 /// Name of the profile file to use as output for with -fmemory-profile.
241 /// Name o
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DLanai.h65 bool isValidCPUName(StringRef Name) const override;
69 bool setCPU(const std::string &Name) override;
83 bool validateAsmConstraint(const char *&Name,
H A DPPC.h97 bool isValidCPUName(StringRef Name) const override;
100 bool setCPU(const std::string &Name) override {
101 bool CPUKnown = isValidCPUName(Name);
103 CPU = Name;
192 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
201 bool validateAsmConstraint(const char *&Name,
203 switch (*Name) {
228 switch (Name[1]) {
241 Name++; // Skip over 'w'.
278 if (Name[
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp30 #define INTERFACE_FUNCTION(Name)
31 #define INTERFACE_WEAK_FUNCTION(Name) WIN_WEAK_IMPORT_DEF(Name)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp53 #define INTERFACE_FUNCTION(Name)
54 #define INTERFACE_WEAK_FUNCTION(Name) INTERCEPT_SANITIZER_WEAK_FUNCTION(Name)
H A Dsanitizer_flags.cpp26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
123 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
124 RegisterFlag(parser, #Name, Description, &cf->Name);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp166 Metadata *NS, DIFile *File, unsigned Line, StringRef Name,
172 File, Line, Name);
207 StringRef Name) {
211 Context, Decl, File, Line, Name,
222 unsigned MacroType, StringRef Name,
224 assert(!Name.empty() && "Unable to create macro without name");
228 auto *M = DIMacro::get(VMContext, MacroType, LineNumber, Name, Value);
246 DIEnumerator *DIBuilder::createEnumerator(StringRef Name, int64_t Val, argument
248 assert(!Name.empty() && "Unable to create enumerator without name");
250 Name);
165 createImportedModule(LLVMContext &C, dwarf::Tag Tag, DIScope *Context, Metadata *NS, DIFile *File, unsigned Line, StringRef Name, SmallVectorImpl<TrackingMDNodeRef> &AllImportedModules) argument
203 createImportedDeclaration(DIScope *Context, DINode *Decl, DIFile *File, unsigned Line, StringRef Name) argument
221 createMacro(DIMacroFile *Parent, unsigned LineNumber, unsigned MacroType, StringRef Name, StringRef Value) argument
253 createUnspecifiedType(StringRef Name) argument
262 createBasicType(StringRef Name, uint64_t SizeInBits, unsigned Encoding, DINode::DIFlags Flags) argument
270 createStringType(StringRef Name, uint64_t SizeInBits) argument
281 createPointerType( DIType *PointeeTy, uint64_t SizeInBits, uint32_t AlignInBits, Optional<unsigned> DWARFAddressSpace, StringRef Name) argument
315 createTypedef(DIType *Ty, StringRef Name, DIFile *File, unsigned LineNo, DIScope *Context, uint32_t AlignInBits) argument
343 createMemberType(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DINode::DIFlags Flags, DIType *Ty) argument
360 createVariantMemberType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, Constant *Discriminant, DINode::DIFlags Flags, DIType *Ty) argument
370 createBitFieldMemberType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint64_t OffsetInBits, uint64_t StorageOffsetInBits, DINode::DIFlags Flags, DIType *Ty) argument
384 createStaticMemberType(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, DIType *Ty, DINode::DIFlags Flags, llvm::Constant *Val, uint32_t AlignInBits) argument
396 createObjCIVar(StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DINode::DIFlags Flags, DIType *Ty, MDNode *PropertyNode) argument
407 createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes, DIType *Ty) argument
415 createTemplateTypeParameter(DIScope *Context, StringRef Name, DIType *Ty, bool isDefault) argument
422 createTemplateValueParameterHelper(LLVMContext &VMContext, unsigned Tag, DIScope *Context, StringRef Name, DIType *Ty, bool IsDefault, Metadata *MD) argument
430 createTemplateValueParameter(DIScope *Context, StringRef Name, DIType *Ty, bool isDefault, Constant *Val) argument
439 createTemplateTemplateParameter(DIScope *Context, StringRef Name, DIType *Ty, StringRef Val) argument
447 createTemplateParameterPack(DIScope *Context, StringRef Name, DIType *Ty, DINodeArray Val) argument
454 createClassType( DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, DIType *VTableHolder, MDNode *TemplateParams, StringRef UniqueIdentifier) argument
471 createStructType( DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DIType *DerivedFrom, DINodeArray Elements, unsigned RunTimeLang, DIType *VTableHolder, StringRef UniqueIdentifier) argument
484 createUnionType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DINodeArray Elements, unsigned RunTimeLang, StringRef UniqueIdentifier) argument
496 createVariantPart( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, DIDerivedType *Discriminator, DINodeArray Elements, StringRef UniqueIdentifier) argument
514 createEnumerationType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, DINodeArray Elements, DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) argument
528 createSetType(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, uint64_t SizeInBits, uint32_t AlignInBits, DIType *Ty) argument
609 createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, StringRef UniqueIdentifier) argument
623 createReplaceableCompositeType( unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, DINode::DIFlags Flags, StringRef UniqueIdentifier) argument
697 createGlobalVariableExpression( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, bool isDefined, DIExpression *Expr, MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) argument
715 createTempGlobalVariableFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNumber, DIType *Ty, bool IsLocalToUnit, MDNode *Decl, MDTuple *TemplateParams, uint32_t AlignInBits) argument
728 createLocalVariable( LLVMContext &VMContext, DenseMap<MDNode *, SmallVector<TrackingMDNodeRef, 1>> &PreservedVariables, DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, uint32_t AlignInBits) argument
754 createAutoVariable(DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags, uint32_t AlignInBits) argument
764 createParameterVariable( DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, unsigned LineNo, DIType *Ty, bool AlwaysPreserve, DINode::DIFlags Flags) argument
773 createLabel( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo, bool AlwaysPreserve) argument
810 createFunction( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) argument
829 createTempFunctionFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, unsigned ScopeLine, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DISubprogram *Decl, DITypeArray ThrownTypes) argument
844 createMethod( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, DIType *VTableHolder, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DITypeArray ThrownTypes) argument
867 createCommonBlock( DIScope *Scope, DIGlobalVariable *Decl, StringRef Name, DIFile *File, unsigned LineNo) argument
874 createNameSpace(DIScope *Scope, StringRef Name, bool ExportSymbols) argument
886 createModule(DIScope *Scope, StringRef Name, StringRef ConfigurationMacros, StringRef IncludePath, StringRef APINotesFile, DIFile *File, unsigned LineNo, bool IsDecl) argument
[all...]
H A DCore.cpp120 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name, argument
122 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
125 unsigned LLVMGetMDKindID(const char *Name, unsigned SLen) { argument
126 return LLVMGetMDKindIDInContext(LLVMGetGlobalContext(), Name, SLen);
129 unsigned LLVMGetEnumAttributeKindForName(const char *Name, size_t SLen) { argument
130 return Attribute::getAttrKindFromName(StringRef(Name, SLen));
276 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len) { argument
277 unwrap(M)->setSourceFileName(StringRef(Name, Len));
715 LLVMTypeRef LLVMStructCreateNamed(LLVMContextRef C, const char *Name) argument
717 return wrap(StructType::create(*unwrap(C), Name));
761 LLVMGetTypeByName(LLVMModuleRef M, const char *Name) argument
765 LLVMGetTypeByName2(LLVMContextRef C, const char *Name) argument
869 LLVMSetValueName2(LLVMValueRef Val, const char *Name, size_t NameLen) argument
877 LLVMSetValueName(LLVMValueRef Val, const char *Name) argument
[all...]
H A DInstructions.cpp517 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, argument
521 init(Ty, Func, Name);
524 CallInst::CallInst(FunctionType *Ty, Value *Func, const Twine &Name, argument
528 init(Ty, Func, Name);
629 Function *MallocF, const Twine &Name) {
685 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore);
692 Result = new BitCastInst(MCall, AllocPtrType, Name);
716 const Twine &Name) {
718 ArraySize, None, MallocF, Name);
725 const Twine &Name) {
624 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
712 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
720 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
738 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
745 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
1323 AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, Instruction *InsertBefore) argument
1327 AllocaInst(Type *Ty, unsigned AddrSpace, const Twine &Name, BasicBlock *InsertAtEnd) argument
1331 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, const Twine &Name, Instruction *InsertBefore) argument
1337 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, const Twine &Name, BasicBlock *InsertAtEnd) argument
1343 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, Align Align, const Twine &Name, Instruction *InsertBefore) argument
1354 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, Align Align, const Twine &Name, BasicBlock *InsertAtEnd) argument
1407 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, Instruction *InsertBef) argument
1411 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, BasicBlock *InsertAE) argument
1415 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, Instruction *InsertBef) argument
1420 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, BasicBlock *InsertAE) argument
1425 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, Align Align, Instruction *InsertBef) argument
1430 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, Align Align, BasicBlock *InsertAE) argument
1435 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, Align Align, AtomicOrdering Order, SyncScope::ID SSID, Instruction *InsertBef) argument
1447 LoadInst(Type *Ty, Value *Ptr, const Twine &Name, bool isVolatile, Align Align, AtomicOrdering Order, SyncScope::ID SSID, BasicBlock *InsertAE) argument
1689 init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &Name) argument
1814 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1828 ExtractElementInst(Value *Val, Value *Index, const Twine &Name, BasicBlock *InsertAE) argument
1853 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, Instruction *InsertBef) argument
1867 InsertElementInst(Value *Vec, Value *Elt, Value *Index, const Twine &Name, BasicBlock *InsertAE) argument
1899 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, Instruction *InsertBefore) argument
1918 ShuffleVectorInst(Value *V1, Value *V2, Value *Mask, const Twine &Name, BasicBlock *InsertAtEnd) argument
1936 ShuffleVectorInst(Value *V1, Value *V2, ArrayRef<int> Mask, const Twine &Name, Instruction *InsertBefore) argument
1952 ShuffleVectorInst(Value *V1, Value *V2, ArrayRef<int> Mask, const Twine &Name, BasicBlock *InsertAtEnd) argument
2319 init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const Twine &Name) argument
2351 init(ArrayRef<unsigned> Idxs, const Twine &Name) argument
2403 UnaryOperator(UnaryOps iType, Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2412 UnaryOperator(UnaryOps iType, Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2421 Create(UnaryOps Op, Value *S, const Twine &Name, Instruction *InsertBefore) argument
2427 Create(UnaryOps Op, Value *S, const Twine &Name, BasicBlock *InsertAtEnd) argument
2456 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2469 BinaryOperator(BinaryOps iType, Value *S1, Value *S2, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2550 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
2558 Create(BinaryOps Op, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
2566 CreateNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2574 CreateNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2582 CreateNSWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2588 CreateNSWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2594 CreateNUWNeg(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2600 CreateNUWNeg(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2606 CreateNot(Value *Op, const Twine &Name, Instruction *InsertBefore) argument
2613 CreateNot(Value *Op, const Twine &Name, BasicBlock *InsertAtEnd) argument
2946 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2968 Create(Instruction::CastOps op, Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
2990 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
2998 CreateZExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3006 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
3014 CreateSExtOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3022 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
3030 CreateTruncOrBitCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3038 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3057 CreatePointerCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
3075 CreatePointerBitCastOrAddrSpaceCast( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3088 CreatePointerBitCastOrAddrSpaceCast( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
3101 CreateBitOrPointerCast(Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
3112 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, Instruction *InsertBefore) argument
3126 CreateIntegerCast(Value *C, Type *Ty, bool isSigned, const Twine &Name, BasicBlock *InsertAtEnd) argument
3140 CreateFPCast(Value *C, Type *Ty, const Twine &Name, Instruction *InsertBefore) argument
3153 CreateFPCast(Value *C, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd) argument
3430 TruncInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3436 TruncInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3442 ZExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3448 ZExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3453 SExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3459 SExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3465 FPTruncInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3471 FPTruncInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3477 FPExtInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3483 FPExtInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3489 UIToFPInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3495 UIToFPInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3501 SIToFPInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3507 SIToFPInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3513 FPToUIInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3519 FPToUIInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3525 FPToSIInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3531 FPToSIInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3537 PtrToIntInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3543 PtrToIntInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3549 IntToPtrInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3555 IntToPtrInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3561 BitCastInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3567 BitCastInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3573 AddrSpaceCastInst( Value *S, Type *Ty, const Twine &Name, Instruction *InsertBefore ) argument
3579 AddrSpaceCastInst( Value *S, Type *Ty, const Twine &Name, BasicBlock *InsertAtEnd ) argument
3589 CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, Value *RHS, const Twine &Name, Instruction *InsertBefore, Instruction *FlagsSource) argument
3604 CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS, Value *RHS, const Twine &Name, BasicBlock *InsertAtEnd) argument
3617 Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
3637 Create(OtherOps Op, Predicate predicate, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h572 unsigned LLVMGetMDKindIDInContext(LLVMContextRef C, const char *Name,
574 unsigned LLVMGetMDKindID(const char *Name, unsigned SLen);
587 unsigned LLVMGetEnumAttributeKindForName(const char *Name, size_t SLen);
645 LLVMTypeRef LLVMGetTypeByName2(LLVMContextRef C, const char *Name);
724 * Set the original source file name of a module to a string Name with length
728 * @param Name The string to set M's source file name to
729 * @param Len Length of Name
732 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len);
889 LLVMTypeRef LLVMGetTypeByName(LLVMModuleRef M, const char *Name);
928 const char *Name, size_
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslprepkg.c3 * Module Name: aslprepkg - support for ACPI predefined name package objects
150 ApZeroLengthPackage (Predefined->Info.Name, ParentOp);
195 ApPackageTooLarge (Predefined->Info.Name, ParentOp,
201 ApCheckPackageElements (Predefined->Info.Name, Op,
224 ApCheckObjectType (Predefined->Info.Name, Op,
252 ApCheckObjectType (Predefined->Info.Name, Op,
259 ApCheckObjectType (Predefined->Info.Name, Op,
271 ApCheckObjectType (Predefined->Info.Name, Op,
279 ApCheckPackageList (Predefined->Info.Name, Op,
287 Status = ApCheckObjectType (Predefined->Info.Name, O
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAccelTable.h124 // static uint32_t hash(StringRef Name);
142 DwarfStringPoolEntryRef Name; member in struct:llvm::AccelTableBase::HashData
147 HashData(DwarfStringPoolEntryRef Name, HashFn *Hash) argument
148 : Name(Name), HashValue(Hash(Name.getString())) {}
202 void addName(DwarfStringPoolEntryRef Name, Types &&... Args);
207 void AccelTable<AccelTableDataT>::addName(DwarfStringPoolEntryRef Name, argument
212 auto Iter = Entries.try_emplace(Name.getString(), Name, Has
253 hash(StringRef Name) argument
273 hash(StringRef Name) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h114 void setUnknownCommandName(StringRef Name) { argument
116 TextPtr = Name.data();
117 IntVal = Name.size();
177 void setHTMLTagStartName(StringRef Name) { argument
179 TextPtr = Name.data();
180 IntVal = Name.size();
188 void setHTMLIdent(StringRef Name) { argument
190 TextPtr = Name.data();
191 IntVal = Name.size();
210 void setHTMLTagEndName(StringRef Name) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp61 bool ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
74 OperandMatchResultTy parseOperand(OperandVector &Operands, StringRef Name);
84 StringRef splitMnemonic(StringRef Name, SMLoc NameLoc,
806 StringRef Name = Parser.getTok().getString(); local
808 int RegNum = matchFn(Name);
813 RegNum = matchFn(Name.lower());
821 static unsigned MatchRegisterName(StringRef Name);
825 static unsigned MatchRegisterAltName(StringRef Name);
850 static StringRef parseCC(StringRef Name, unsigned Prefix, unsigned Suffix, argument
855 StringRef Cond = Name
879 parseRD(StringRef Name, unsigned Prefix, SMLoc NameLoc, OperandVector *Operands) argument
905 splitMnemonic(StringRef Name, SMLoc NameLoc, OperandVector *Operands) argument
961 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc, OperandVector &Operands) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h276 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
293 void setSourceFileName(StringRef Name) { SourceFileName = std::string(Name); } argument
325 GlobalValue *getNamedValue(StringRef Name) const;
329 unsigned getMDKindID(StringRef Name) const;
362 FunctionCallee getOrInsertFunction(StringRef Name, FunctionType *T,
365 FunctionCallee getOrInsertFunction(StringRef Name, FunctionType *T);
374 FunctionCallee getOrInsertFunction(StringRef Name, argument
378 return getOrInsertFunction(Name,
385 FunctionCallee getOrInsertFunction(StringRef Name, Typ argument
414 getGlobalVariable(StringRef Name, bool AllowInternal = false) argument
426 getNamedGlobal(StringRef Name) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp27 StringRef Name; member in struct:__anon1128::PrettyDiag
32 : Name(name), Flag(flag), Level(level) {}
34 bool operator<(const PrettyDiag &x) const { return Name < x.Name; }
138 Out << PD.Name;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp83 StringRef Name,
85 LLVM_DEBUG(dbgs() << "Getting DLLImport entry for " << Name << "... ");
86 assert(Name.startswith(getImportSymbolPrefix()) && "Not a DLLImport symbol?");
88 Reloc.SymbolName = Name.data();
106 addRelocationForSymbol(RE, Name.drop_front(getImportSymbolPrefix().size()));
82 getDLLImportOffset(unsigned SectionID, StubMap &Stubs, StringRef Name, bool SetSectionIDMinus1) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStatistic.h52 const char *const Name; member in class:llvm::TrackingStatistic
58 constexpr TrackingStatistic(const char *DebugType, const char *Name, argument
60 : DebugType(DebugType), Name(Name), Desc(Desc), Value(0),
64 const char *getName() const { return Name; }
133 NoopStatistic(const char * /*DebugType*/, const char * /*Name*/,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DTestingSupport.cpp54 StringRef Name; local
56 Name = *NameOrErr;
62 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat,
65 } else if (Name == llvm::getInstrProfSectionName(
68 } else if (Name == llvm::getInstrProfSectionName(
H A DCoverageSummaryInfo.cpp77 Function.Name, Function.ExecutionCount,
86 std::string Name; local
88 Name = std::string(Group.getName());
90 llvm::raw_string_ostream OS(Name);
95 FunctionCoverageSummary Summary(Name);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Duterror.c3 * Module Name: uterror - Various internal error/warning output functions
213 * InternalPath - Name or path of the namespace node
288 * InternalName - Name or path of the namespace node
306 char *Name = NULL; local
324 ACPI_UINT32_MAX, InternalName, NULL, &Name);
330 AcpiOsPrintf ("[%s]", Name);
337 if (Name)
339 ACPI_FREE (Name);
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daecommon.h3 * Module Name: aecommon - common include for the AcpiExec utility
89 char *Name; member in struct:init_file_entry
129 ACPI_NAME Name,
161 char *Name);
165 char *Name);
173 char *Name);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp111 const char *Name = LLVMGetStructName(Src); local
112 if (Name) {
113 S = LLVMGetTypeByName2(Ctx, Name);
116 S = LLVMStructCreateNamed(Ctx, Name);
125 if (Name)
185 const char *Name = LLVMGetValueName2(SrcCur, &NameLen); local
186 LLVMSetValueName2(DstCur, Name, NameLen);
244 const char *Name = LLVMGetValueName2(Cst, &NameLen); local
257 Dst = LLVMGetNamedFunction(M, Name);
268 LLVMValueRef Dst = LLVMGetNamedGlobal(M, Name);
471 const char *Name = LLVMGetValueName2(Src, &NameLen); local
876 const char *Name = LLVMGetBasicBlockName(Src); local
977 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1009 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1054 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1088 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1123 const char *Name = LLVMGetNamedMetadataName(CurMD, &NameLen); local
1157 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1210 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1264 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1303 const char *Name = LLVMGetValueName2(Cur, &NameLen); local
1342 const char *Name = LLVMGetNamedMetadataName(CurMD, &NameLen); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp349 auto *Name = cast<MDString>(MD->getOperand(2)); local
351 TM->getFunctionSections() ? Name->getString() : StringRef());
356 Streamer.emitULEB128IntValue(Name->getString().size());
357 Streamer.emitBytes(Name->getString());
437 static SectionKind getELFKindForNamedSection(StringRef Name, SectionKind K) { argument
445 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF,
447 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF,
449 Name == ".llvmbc" || Name == ".llvmcmd")
452 if (Name
480 getELFSectionType(StringRef Name, SectionKind K) argument
609 SmallString<128> Name; local
820 SmallString<128> Name = getELFSectionNameForGlobal( local
977 SmallString<128> Name; local
1009 std::string Name; local
1435 SmallString<128> Name; local
1574 StringRef Name = GO->getSection(); local
1620 SmallString<256> Name = getCOFFSectionNameForUniqueGlobal(Kind); local
2031 StringRef Name = GO->getSection(); local
2062 SmallString<128> Name = getSectionPrefixForGlobal(Kind); local
2252 SmallString<128> Name; local
2271 SmallString<128> Name; local
2283 SmallString<128> Name; local
2298 SmallString<128> Name; local
2326 SmallString<128> Name; local
2337 SmallString<128> Name; local
2352 SmallString<128> Name; local
[all...]

Completed in 285 milliseconds

<<11121314151617181920>>