HomeSort by relevance Sort by last modified time
    Searched refs:getInst (Results 1 - 25 of 40) sorted by null

1 2

  /libcore/ojluni/src/main/java/javax/security/cert/
X509Certificate.java 181 return getInst((Object)inStream);
206 return getInst((Object)certData);
209 private static final X509Certificate getInst(Object value)
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 65 return InstTypePair(dep.getInst(), Clobber);
67 return InstTypePair(dep.getInst(), Def);
69 return InstTypePair(dep.getInst(), NonFuncLocal);
71 return InstTypePair(dep.getInst(), Unknown);
MemoryDependenceAnalysis.cpp 690 if (Instruction *Inst = LocalCache.getInst()) {
728 if (Instruction *I = LocalCache.getInst())
829 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 57 MCInst *MCI = const_cast<MCInst *>(I.getInst());
60 MCInst *SubInst = const_cast<MCInst *>(MCI->getOperand(1).getInst());
74 MCInst *MCI = const_cast<MCInst *>(I.getInst());
HexagonMCDuplexInfo.cpp     [all...]
HexagonMCShuffler.cpp 36 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo());
37 MCInst *MI = const_cast<MCInst *>(I.getInst());
60 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo());
61 MCInst *MI = const_cast<MCInst *>(I.getInst());
HexagonInstPrinter.cpp 60 MCInst const &MCI = *I.getInst();
62 printInstruction(MCI.getOperand(1).getInst(), OS);
65 printInstruction(MCI.getOperand(0).getInst(), OS);
HexagonMCChecker.cpp 50 init(*I.getInst());
251 MCInst const& MCI = *HMI.getInst();
280 MCInst const &MCI = *MCB.begin()[i].getInst();
469 if(llvm::HexagonMCInstrInfo::getType(MCII, *HMI.getInst()) == HexagonII::TypeCVI_HIST) {
492 if (llvm::HexagonMCInstrInfo::isSolo(MCII, *I.getInst())) {
HexagonAsmBackend.cpp 559 MCInst const &MCB = DF->getInst();
646 MCInst &CrntHMI = const_cast<MCInst &>(*I.getInst());
662 Res.addOperand(MCOperand::createInst(I.getInst()));
714 auto &Inst = const_cast<MCInst &>(RF.getInst());
HexagonMCInstrInfo.cpp 155 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst();
389 auto MI = I.getInst();
418 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst();
750 *MCB.getOperand(Candidate.packetIndexJ).getInst(),
751 *MCB.getOperand(Candidate.packetIndexI).getInst());
HexagonMCCompound.cpp 367 MCInst const *JumpInst = J->getInst();
379 MCInst const *Inst = B->getInst();
HexagonMCCodeEmitter.cpp 80 MCInst &HMI = const_cast<MCInst &>(*I.getInst());
149 MCInst const &Inst = *i->getInst();
264 const MCInst *subInst0 = HMB.getOperand(0).getInst();
265 const MCInst *subInst1 = HMB.getOperand(1).getInst();
  /external/swiftshader/third_party/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/MC/
MCInst.cpp 31 OS << "Inst:(" << *getInst() << ")";
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.h 62 SPIRVInstruction *getInst(size_t I) const { return InstVec[I];}
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 68 Instruction *getInst(Value *base, char *instName);
NVPTXUtilities.cpp 379 Instruction *llvm::getInst(Value *base, char *instName) {
396 Instruction *I = getInst(base, instName);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 663 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
664 C = dyn_cast<CallInst>(ldep.getInst());
    [all...]
  /external/swiftshader/third_party/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)
812 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst()))
815 if (CallInst *C = dyn_cast<CallInst>(DepInfo.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/MC/
MCInst.h 102 const MCInst *getInst() const {
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 168 Instruction *getInst() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 156 /// getInst() - If this is a normal dependency, return the instruction that
158 Instruction *getInst() const {

Completed in 447 milliseconds

1 2