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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h77 IntrinsicLowering *IL; member in class:llvm::Interpreter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h114 TinyPtrVector(std::initializer_list<EltTy> IL) argument
H A DSmallPtrSet.h487 operator=(std::initializer_list<PtrType> IL) { argument
H A DSmallVector.h405 void append(std::initializer_list<T> IL) { argument
429 void assign(std::initializer_list<T> IL) { argument
637 void insert(iterator I, std::initializer_list<T> IL) { argument
865 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) { argument
899 operator =(std::initializer_list<T> IL) argument
[all...]
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp539 unsigned &IL = EmittedLists[Uses]; local
544 unsigned &IL = EmittedLists[Defs]; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h143 IL : 1, // Illegal state bit member in struct:EmulateInstructionARM64::__anon3909
/freebsd-12-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.h278 static FileInfo get(SourceLocation IL, const ContentCache *Con, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp452 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { argument
477 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, Expr *PostUpdate) argument
H A DStmt.cpp830 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, argument
864 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, argument
H A DItaniumMangle.cpp3910 auto *IL = cast<InitListExpr>(CE->getArg(0)); local
H A DJSONNodeDumper.cpp1392 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp929 static bool hasAnyDesignatedInits(const InitListExpr *IL) { argument
936 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, QualType &T, bool VerifyOnly, bool TreatUnavailableAsInvalid, bool InOverloadResolution) argument
[all...]
H A DSemaDeclAttr.cpp694 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); local
1158 IdentifierLoc *IL = AL.getArgAsIdent(0); local
1263 IdentifierLoc *IL = AL.getArgAsIdent(0); local
2634 IdentifierLoc *IL = AL.getArgAsIdent(0); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp284 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp401 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { argument
H A DCGOpenMPRuntime.h1071 Address IL = Address::invalid(); member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1084 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, argument
H A DCGStmtOpenMP.cpp2555 LValue IL = local
3664 LValue IL = local
[all...]
H A DCodeGenFunction.h3299 Address IL = Address::invalid(); member in struct:clang::CodeGen::CodeGenFunction::OMPLoopArguments
3315 OMPLoopArguments(Address LB, Address UB, Address ST, Address IL, argument
H A DCGOpenMPRuntime.cpp3823 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1257 BasicBlock::InstListType &IL = B->getInstList(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h608 void setIsLastIterVariable(Expr *IL) { argument
794 Expr *IL; member in struct:clang::OMPLoopDirective::HelperExprs
H A DStmt.h1753 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp294 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, local

Completed in 566 milliseconds

12