Searched defs:IL (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h114 TinyPtrVector(std::initializer_list<EltTy> IL) argument
H A DSmallPtrSet.h486 operator=(std::initializer_list<PtrType> IL) { argument
H A DSmallVector.h451 void append(std::initializer_list<T> IL) { argument
475 void assign(std::initializer_list<T> IL) { argument
683 void insert(iterator I, std::initializer_list<T> IL) { argument
912 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) { argument
946 operator =(std::initializer_list<T> IL) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h76 IntrinsicLowering *IL; member in class:llvm::Interpreter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h228 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O, argument
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp539 unsigned &IL = EmittedLists[Uses]; local
544 unsigned &IL = EmittedLists[Defs]; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h143 IL : 1, // Illegal state bit member in struct:EmulateInstructionARM64::__anon2823
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h307 PresumedLoc(const char *FN, FileID FID, unsigned Ln, unsigned Co, SourceLocation IL) argument
H A DSourceManager.h280 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp930 static bool hasAnyDesignatedInits(const InitListExpr *IL) { argument
937 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, QualType &T, bool VerifyOnly, bool TreatUnavailableAsInvalid, bool InOverloadResolution) argument
[all...]
H A DSemaDeclAttr.cpp693 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); local
1157 IdentifierLoc *IL = AL.getArgAsIdent(0); local
1261 IdentifierLoc *IL = AL.getArgAsIdent(0); local
2652 IdentifierLoc *IL = AL.getArgAsIdent(0); local
[all...]
H A DSemaChecking.cpp11468 const auto *IL = dyn_cast<IntegerLiteral>(E); local
14953 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp267 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp404 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { argument
H A DCGOpenMPRuntime.h1112 Address IL = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1125 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, argument
H A DCGStmtOpenMP.cpp2917 LValue IL = local
4578 LValue IL = local
[all...]
H A DCodeGenFunction.h3516 Address IL = Address::invalid(); member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
3532 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL, argument
H A DCGOpenMPRuntime.cpp2800 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp829 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, argument
863 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, argument
H A DItaniumMangle.cpp4073 auto *IL = cast<InitListExpr>(CE->getArg(0)); local
H A DJSONNodeDumper.cpp1399 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1247 BasicBlock::InstListType &IL = B->getInstList(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h621 void setIsLastIterVariable(Expr *IL) { argument
807 Expr *IL; member in struct:clang::OMPLoopDirective::HelperExprs
H A DStmt.h1770 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp294 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, local

Completed in 375 milliseconds