OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInst
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
520
if (Instruction *Inst = LocalCache.
getInst
()) {
558
if (Instruction *I = LocalCache.
getInst
())
673
if (Instruction *Inst = ExistingResult->getResult().
getInst
()) {
706
if (Instruction *Inst = Dep.
getInst
())
783
if (ExistingResult && ExistingResult->getResult().
getInst
()) {
784
assert(ExistingResult->getResult().
getInst
()->getParent() == BB &&
787
ScanPos = ExistingResult->getResult().
getInst
();
814
Instruction *Inst = Dep.
getInst
();
[
all
...]
MemDepPrinter.cpp
66
return InstTypePair(dep.
getInst
(), Clobber);
68
return InstTypePair(dep.
getInst
(), Def);
70
return InstTypePair(dep.
getInst
(), NonFuncLocal);
72
return InstTypePair(dep.
getInst
(), Unknown);
/external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
494
if (ldep.isClobber() && !isa<MemCpyInst>(ldep.
getInst
()))
495
C = dyn_cast<CallInst>(ldep.
getInst
());
740
if (!SourceDep.isClobber() || SourceDep.
getInst
() != MDep)
810
if (CallInst *C = dyn_cast<CallInst>(DepInfo.
getInst
())) {
825
if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.
getInst
()))
[
all
...]
DeadStoreElimination.cpp
450
if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.
getInst
())) {
488
Instruction *DepWrite = InstDep.
getInst
();
549
Instruction *Dependency = Dep.
getInst
();
GVN.cpp
258
CallInst* local_cdep = cast<CallInst>(local_dep.
getInst
());
299
CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().
getInst
());
[
all
...]
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
156
///
getInst
() - If this is a normal dependency, return the instruction that
158
Instruction *
getInst
() const {
/external/llvm/include/llvm/MC/
MCAssembler.h
189
MCInst &
getInst
() { return Inst; }
190
const MCInst &
getInst
() const { return Inst; }
/external/llvm/lib/MC/
MCAssembler.cpp
671
if (!getBackend().MayNeedRelaxation(IF->
getInst
()))
695
getBackend().RelaxInstruction(IF.
getInst
(), Relaxed);
900
IF->
getInst
().dump_pretty(OS);
/prebuilt/common/jython/
jython.jar
Completed in 164 milliseconds