OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInst
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
558
if (Instruction *Inst = LocalCache.
getInst
()) {
596
if (Instruction *I = LocalCache.
getInst
())
711
if (Instruction *Inst = ExistingResult->getResult().
getInst
()) {
744
if (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/MC/
MCInst.cpp
29
OS << "Inst:(" << *
getInst
() << ")";
MCAssembler.cpp
851
if (!getBackend().mayNeedRelaxation(F->
getInst
()))
875
getBackend().relaxInstruction(F.
getInst
(), Relaxed);
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h
84
Instruction *
getInst
(Value *base, char *instName);
NVPTXUtilities.cpp
441
Instruction *llvm::
getInst
(Value *base, char *instName) {
458
Instruction *I =
getInst
(base, instName);
/external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
494
if (ldep.isClobber() && !isa<MemCpyInst>(ldep.
getInst
()))
495
C = dyn_cast<CallInst>(ldep.
getInst
());
775
if (!SourceDep.isClobber() || SourceDep.
getInst
() != MDep)
845
if (CallInst *C = dyn_cast<CallInst>(DepInfo.
getInst
())) {
[
all
...]
DeadStoreElimination.cpp
518
if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.
getInst
())) {
556
Instruction *DepWrite = InstDep.
getInst
();
671
Instruction *Dependency = Dep.
getInst
();
GVN.cpp
305
CallInst* local_cdep = cast<CallInst>(local_dep.
getInst
());
346
CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().
getInst
());
[
all
...]
/external/llvm/include/llvm/MC/
MCInst.h
102
const MCInst *
getInst
() const {
MCAssembler.h
312
const MCInst &
getInst
() const { return Inst; }
[
all
...]
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
156
///
getInst
() - If this is a normal dependency, return the instruction that
158
Instruction *
getInst
() const {
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 93 milliseconds