Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h95 void processInstruction(const Module &M, const Instruction &I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp53 void processInstruction(MachineBasicBlock::iterator &I,
268 processInstruction(I, MBB); in runOnMachineFunction()
659 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass
693 processInstruction(J, MBB); in seekLEAFixup()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h346 bool processInstruction(Instruction *I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp141 int processInstruction(MCInst &Inst, OperandVector const &Operands,
564 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction()
1293 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp147 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
983 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
2537 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1153 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3566 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
4176 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4281 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4547 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp158 processInstruction(M, I); in processModule()
192 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp57 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2294 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN
2527 ChangedFunction |= processInstruction(&*BI); in processBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp442 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1872 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
5936 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp648 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
8659 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
10956 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()