Searched refs:IR (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/share/i18n/csmapper/GB/
H A DMakefile7 GBKEXT%UCS.mps GBKUDA%UCS.mps ISO-IR-165EXT%UCS.mps \
10 UCS%ISO-IR-165EXT.mps
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DPassManager.h13 /// which supports a method to 'run' it over a unit of IR can be used as
15 /// which run over a particular IR construct, and run each of them in sequence
16 /// over each such construct in the containing IR construct. As there is no
17 /// containing IR construct for a Module, a manager for passes over modules
21 /// The core IR library provides managers for running passes over
44 #include "llvm/IR/Function.h"
45 #include "llvm/IR/Module.h"
46 #include "llvm/IR/PassManagerInternal.h"
68 /// the IR is not mutated at all.
169 /// \brief Manages a sequence of passes over units of IR
198 run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM = nullptr) argument
312 getResult(IRUnitT &IR) argument
358 invalidate(IRUnitT &IR) argument
361 derived_this()->invalidateImpl(PassT::ID(), IR); local
371 invalidate(IRUnitT &IR, PreservedAnalyses PA) argument
462 getResultImpl(void *PassID, IRUnitT &IR) argument
496 invalidateImpl(void *PassID, IRUnitT &IR) argument
510 invalidateImpl(IRUnitT &IR, PreservedAnalyses PA) argument
[all...]
H A DPassManagerInternal.h38 /// \brief The polymorphic API which runs the pass over a given IR entity.
43 virtual PreservedAnalyses run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM) = 0;
99 PreservedAnalysesT run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM) override {
100 return Pass.run(IR, AM);
125 PreservedAnalysesT run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM) override {
126 return Pass.run(IR);
134 /// This concept is parameterized over the IR unit that this result pertains
142 /// unit of the IR, it will call this method on all of the results cached.
145 /// to avoid invalidation because the pass which changed the underlying IR
149 virtual bool invalidate(IRUnitT &IR, cons
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Rewrite/
H A DDeltaTree.cpp132 DeltaTreeInteriorNode(const InsertResult &IR)
134 Children[0] = IR.LHS;
135 Children[1] = IR.RHS;
136 Values[0] = IR.Split;
137 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta;
/freebsd-11.0-release/tools/test/iconv/
H A DMakefile19 ISO-2022-JP-2 ISO-2022-JP-2004 ISO-2022-KR ISO-IR-14 ISO-IR-57 \
20 ISO-IR-165 JAVA JIS_X0201 JIS_X0208-1990 JOHAB KOI8-RU KOI8-T \
/freebsd-11.0-release/lib/clang/libllvmcore/
H A DMakefile7 SRCDIR= lib/IR
/freebsd-11.0-release/lib/clang/
H A Dclang.build.mk48 Attributes.inc.h: ${LLVM_SRCS}/include/llvm/IR/Attributes.td
51 ${LLVM_SRCS}/include/llvm/IR/Attributes.td
53 AttributesCompatFunc.inc.h: ${LLVM_SRCS}/lib/IR/AttributesCompatFunc.td
56 ${LLVM_SRCS}/lib/IR/AttributesCompatFunc.td
58 Intrinsics.inc.h: ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td
61 ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h209 void setInReg(bool IR) { argument
211 InReg = IR;
237 void setIndirectRealign(bool IR) { argument
239 IndirectRealign = IR;
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c192 * struct qfq_queue. We rely on ER, IR, EB, IB being numbered 0..3
194 enum qfq_state { ER, IR, EB, IB, QFQ_MAX_STATE }; enumerator in enum:qfq_state
350 * The state computation relies on ER=0, IR=1, EB=2, IB=3
398 qfq_move_groups(q, mask, IB, IR);
422 qfq_move_groups(q, mask, IR, ER);
504 ineligible = q->bitmaps[IR] | q->bitmaps[IB];
691 __clear_bit(grp->index, &q->bitmaps[IR]);
759 __clear_bit(grp->index, &q->bitmaps[IR]);
771 qfq_move_groups(q, mask, IB, IR);
779 __clear_bit(grp->index, &q->bitmaps[IR]);
[all...]
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dexpn.pl1243 .IR user [@ hostname ]
1265 .IR -a ,
1294 .IR -v ,
1300 .IR -w ,
1305 .IR -d ,
1343 .IR 0 .
1358 .IR ftp://ftp.idiom.com/pub/muir-programs/expn .
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp23 #include "llvm/IR/Constants.h"
433 IFRecord(unsigned SR = 0, unsigned IR = 0, uint16_t W = 0, uint16_t O = 0)
434 : SrcR(SR), InsR(IR), Wdh(W), Off(O) {}
1054 auto IsEmpty = [] (const IFRecordWithRegSet &IR) -> bool {
1055 return IR.second.empty();
1127 unsigned SR = LL[i-1].first.SrcR, IR = LL[i-1].first.InsR;
1129 const MachineInstr *DefI = MRI->getVRegDef(IR);
1146 auto IsCopy = [] (const IFRecordWithRegSet &IR) -> bool {
1147 return IR.first.Wdh == 32 && (IR
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp636 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
637 assert(IR && "getOrCreateContentCache() cannot return NULL");
638 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
644 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); local
645 assert(IR && "getOrCreateContentCache() cannot return NULL");
647 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
648 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
668 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
669 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(nullptr);
670 const_cast<SrcMgr::ContentCache *>(IR)
[all...]
/freebsd-11.0-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c100 IR, enumerator in enum:__anon7877
1941 /* [B,0] */ TNS("movb",IR), TNS("movb",IR), TNS("movb",IR), TNS("movb",IR),
1942 /* [B,4] */ TNS("movb",IR), TNS("movb",IR), TNS("movb",IR), TNS("movb",IR),
1943 /* [B,8] */ TS("mov",IR), T
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp19 #include "llvm/IR/Function.h"
20 #include "llvm/IR/GlobalAlias.h"
21 #include "llvm/IR/GlobalVariable.h"
22 #include "llvm/IR/LLVMContext.h"
23 #include "llvm/IR/Module.h"
797 // FIXME: should we print 'b'? At the IR level we cannot be sure if this
835 else if (IRObjectFile *IR = dyn_cast<IRObjectFile>(&Obj)) {
836 Ret = getSymbolNMTypeChar(*IR, I);
928 if (IRObjectFile *IR = dyn_cast<IRObjectFile>(&Obj)) {
929 const GlobalValue *GV = IR
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h783 IR = getOrCreateContentCache(SourceFile, local
785 assert(IR && "getOrCreateContentCache() cannot return NULL");
786 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc705 * bits (i.e. bit 56) to 1 to indicate if this is an IR-level instrumentaiton
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc705 * bits (i.e. bit 56) to 1 to indicate if this is an IR-level instrumentaiton
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp326 for (IterRecord &IR : IterVals) {
327 VarInit *IterVar = IR.IterVar;
328 TypedInit *IVal = dyn_cast<TypedInit>(IR.IterValue);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6953 } else if (const ObjCIvarRefExpr *IR = dyn_cast<ObjCIvarRefExpr>(E)) {
6954 return IR->getDecl()->getType();

Completed in 299 milliseconds