Searched refs:processInstruction (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h69 void processInstruction(const Module &M, const Instruction &I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp50 void processInstruction(MachineBasicBlock::iterator &I,
229 processInstruction(I, MBB);
442 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, function in class:FixupLEAPass
475 processInstruction(J, MBB);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h273 bool processInstruction(Instruction *I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp125 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
823 return processInstruction(Inst, IDLoc, Operands, Out);
1792 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, function in class:RISCVAsmParser
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp139 int processInstruction(MCInst &Inst, OperandVector const &Operands,
558 result = processInstruction(MCI, InstOperands, IDLoc);
1281 int HexagonAsmParser::processInstruction(MCInst &Inst, function in class:HexagonAsmParser
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp72 processInstruction(M, I);
106 void DebugInfoFinder::processInstruction(const Module &M, function in class:DebugInfoFinder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp55 DIFinder->processInstruction(*TheModule, I);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp928 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
2932 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { function in class:X86AsmParser
3238 while (processInstruction(Inst, Operands))
3561 while (processInstruction(Inst, Operands))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1971 bool GVN::processInstruction(Instruction *I) { function in class:GVN
2191 ChangedFunction |= processInstruction(&*BI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp426 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1856 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, function in class:MipsAsmParser
4129 // register, or 0 as an immediate. processInstruction() has already done that.
5744 if (processInstruction(Inst, IDLoc, Out, STI))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp584 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
6430 // it in processInstruction(), but the 3 operand form of ADD (t2ADDrr)
7585 // We'll make the transformation in processInstruction() if necessary.
7686 // switched to the t2 encodings in processInstruction() if necessary.
8211 bool ARMAsmParser::processInstruction(MCInst &Inst, function in class:__anon2168::ARMAsmParser
10488 { // processInstruction() updates inITBlock state, we need to save it away
10495 while (processInstruction(Inst, Operands, Out))

Completed in 226 milliseconds