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

1 2 3

  /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/swiftshader/third_party/llvm-7.0/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 726 if (Instruction *Inst = LocalCache.getInst()) {
764 if (Instruction *I = LocalCache.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());
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCInst.cpp 34 OS << "Inst:(" << *getInst() << ")";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp     [all...]
HexagonInstPrinter.cpp 60 MCInst const &MCI = *I.getInst();
62 printInstruction(MCI.getOperand(1).getInst(), OS);
65 printInstruction(MCI.getOperand(0).getInst(), OS);
HexagonMCShuffler.cpp 40 MCInst &MI = *const_cast<MCInst *>(I.getInst());
65 assert(!HexagonMCInstrInfo::getDesc(MCII, *I.getInst()).isPseudo());
66 MCInst &MI = *const_cast<MCInst *>(I.getInst());
HexagonMCInstrInfo.cpp 63 MCInst const &Inst = *BundleCurrent->getInst();
74 return *DuplexCurrent->getInst();
75 return *BundleCurrent->getInst();
198 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst();
439 if (HexagonMCInstrInfo::isDuplex(MCII, *I.getInst()))
455 if (isImmext(*I.getInst()))
479 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst();
848 *MCB.getOperand(Candidate.packetIndexJ).getInst(),
849 *MCB.getOperand(Candidate.packetIndexI).getInst());
HexagonMCChecker.cpp 57 MCInst const &Inst = *I.getInst();
59 init(*Inst.getOperand(0).getInst());
60 init(*Inst.getOperand(1).getInst());
266 unsigned subInst0Opcode = ID.getOperand(0).getInst()->getOpcode();
267 unsigned subInst1Opcode = ID.getOperand(1).getInst()->getOpcode();
364 MCInst const &MCI = *HMI.getInst();
497 MCInst const &Inst = *I.getInst();
633 if (HexagonMCInstrInfo::getType(MCII, *HMI.getInst()) ==
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 68 Instruction *getInst(Value *base, char *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-7.0/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 703 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
704 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...]
  /external/llvm/include/llvm/MC/
MCInst.h 102 const MCInst *getInst() const {

Completed in 1367 milliseconds

1 2 3