HomeSort by: relevance | last modified time | path
    Searched refs:processInstruction (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfo.h 95 void processInstruction(const Module &M, const Instruction &I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FixupLEAs.cpp 53 void processInstruction(MachineBasicBlock::iterator &I,
244 processInstruction(I, MBB);
459 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I,
493 processInstruction(J, MBB);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVN.h 344 bool processInstruction(Instruction *I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 141 int processInstruction(MCInst &Inst, OperandVector const &Operands,
564 result = processInstruction(MCI, InstOperands, IDLoc);
1292 int HexagonAsmParser::processInstruction(MCInst &Inst,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 147 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
983 return processInstruction(Inst, IDLoc, Operands, Out);
2531 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 158 processInstruction(M, I);
192 void DebugInfoFinder::processInstruction(const Module &M,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneFunction.cpp 58 DIFinder->processInstruction(*TheModule, I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1153 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3565 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) {
4175 while (processInstruction(Inst, Operands))
4280 while (processInstruction(Inst, Operands))
4546 while (processInstruction(Inst, Operands))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 2295 bool GVN::processInstruction(Instruction *I) {
2528 ChangedFunction |= processInstruction(&*BI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 442 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1872 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc,
4157 // register, or 0 as an immediate. processInstruction() has already done that.
5936 if (processInstruction(Inst, IDLoc, Out, STI))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 648 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
6631 // it in processInstruction(), but the 3 operand form of ADD (t2ADDrr)
7893 // We'll make the transformation in processInstruction() if necessary.
7994 // switched to the t2 encodings in processInstruction() if necessary.
8658 bool ARMAsmParser::processInstruction(MCInst &Inst,
10948 { // processInstruction() updates inITBlock state, we need to save it away
10955 while (processInstruction(Inst, Operands, Out))

Completed in 169 milliseconds