HomeSort by relevance Sort by last modified time
    Searched defs:Inst (Results 101 - 116 of 116) sorted by null

1 2 3 45

  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 395 // The user of the global must be a GEP Inst or a ConstantExpr GEP.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 73 STATISTIC(NumDeadInst , "Number of dead inst eliminated");
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 214 static void findLiveSetAtInst(Instruction *inst, GCPtrLivenessData &Data,
296 Instruction *inst = CS.getInstruction(); local
299 findLiveSetAtInst(inst, OriginalLivenessData, LiveSet);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 163 InvokeInst *Inst = dyn_cast<InvokeInst>(BB->getTerminator());
164 if (!Inst) continue;
165 BasicBlock *UnwindDest = Inst->getUnwindDest();
173 InvokeToIntrinsicsMap[Inst] = std::make_pair(Exn, Sel);
263 Instruction *Inst = *I;
264 Inst->eraseFromParent();
289 Instruction *Inst = &*I++;
290 Inst->eraseFromParent();
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 183 bool optimizeExtractElementInst(Instruction *Inst);
188 Instruction *&Inst,
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 84 bool validateInstruction(MCInst &Inst, SmallVectorImpl<SMLoc> &Loc);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 88 "speculate-one-expensive-inst", cl::Hidden, cl::init(true),
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 602 : Inst(nullptr), FirstInBundle(nullptr), NextInBundle(nullptr),
660 os << "/ " << *Inst;
662 os << '[' << *Inst;
665 os << ';' << *SD->Inst;
670 os << *Inst;
674 Instruction *Inst;
780 for (Use &U : BundleMember->Inst->operands()) {
    [all...]
LoopVectorize.cpp 598 if (const Instruction *Inst = dyn_cast_or_null<Instruction>(Ptr))
599 B.SetCurrentDebugLocation(Inst->getDebugLoc());
753 void setInsertPos(Instruction *Inst) { InsertPos = Inst; }
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 131 unsigned checkTargetMatchPredicate(MCInst &Inst) override;
177 tryExpandInstruction(MCInst &Inst, SMLoc IDLoc,
180 bool expandJalWithRegs(MCInst &Inst, SMLoc IDLoc,
191 bool expandLoadImm(MCInst &Inst, bool Is32BitImm, SMLoc IDLoc,
198 bool expandUncondBranchMMPseudo(MCInst &Inst, SMLoc IDLoc,
201 void expandMemInst(MCInst &Inst, SMLoc IDLoc,
205 bool expandLoadStoreMultiple(MCInst &Inst, SMLoc IDLoc,
208 bool expandAliasImmediate(MCInst &Inst, SMLoc IDLoc,
211 bool expandBranchImm(MCInst &Inst, SMLoc IDLoc,
214 bool expandCondBranches(MCInst &Inst, SMLoc IDLoc
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 192 bool validatetLDMRegList(const MCInst &Inst, const OperandVector &Operands,
194 bool validatetSTMRegList(const MCInst &Inst, const OperandVector &Operands,
332 void cvtThumbMultiply(MCInst &Inst, const OperandVector &);
333 void cvtThumbBranches(MCInst &Inst, const OperandVector &);
335 bool validateInstruction(MCInst &Inst, const OperandVector &Ops);
336 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
377 unsigned checkTargetMatchPredicate(MCInst &Inst) override;
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 934 milliseconds

1 2 3 45