OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IR
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp
104
InterferenceResult
IR
= firstInterference();
105
while (isInterference(
IR
)) {
107
IR
.print(OS, TRI);
109
nextInterference(
IR
);
139
void LiveIntervalUnion::Query::findIntersection(InterferenceResult &
IR
) const {
142
if (
IR
.VirtRegI == VirtRegEnd)
144
while (
IR
.LiveUnionI.valid()) {
151
IR
.VirtRegI = VirtReg->advanceTo(
IR
.VirtRegI,
IR
.LiveUnionI.start())
[
all
...]
/external/clang/include/clang/Basic/
SourceManager.h
575
const SrcMgr::ContentCache *
IR
= getOrCreateContentCache(SourceFile);
576
assert(
IR
&& "getOrCreateContentCache() cannot return NULL");
577
return createFileID(
IR
, IncludePos, FileCharacter, LoadedID, LoadedOffset);
[
all
...]
/external/clang/lib/Basic/
SourceManager.cpp
566
const SrcMgr::ContentCache *
IR
= getOrCreateContentCache(File);
567
assert(
IR
&& "getOrCreateContentCache() cannot return NULL");
568
return
IR
->getBuffer(Diag, *this, SourceLocation(), Invalid);
574
const SrcMgr::ContentCache *
IR
= getOrCreateContentCache(SourceFile);
575
assert(
IR
&& "getOrCreateContentCache() cannot return NULL");
577
const_cast<SrcMgr::ContentCache *>(
IR
)->replaceBuffer(Buffer, DoNotFree);
[
all
...]
/external/valgrind/main/VEX/priv/
host_amd64_defs.h
141
}
IR
;
host_ppc_defs.h
211
}
IR
;
host_x86_defs.h
125
}
IR
;
Completed in 632 milliseconds