Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp48 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB,
80 bool X86FixupInstTuningPass::processInstruction( in processInstruction() function in X86FixupInstTuningPass
509 if (processInstruction(MF, MBB, I)) { in runOnMachineFunction()
H A DX86FixupLEAs.cpp53 void processInstruction(MachineBasicBlock::iterator &I,
263 processInstruction(I, MBB); in runOnMachineFunction()
649 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction()
683 processInstruction(J, MBB); in seekLEAFixup()
648 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, processInstruction() function in FixupLEAPass
H A DX86FixupVectorConstants.cpp43 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB,
331 bool X86FixupVectorConstantsPass::processInstruction(MachineFunction &MF, in processInstruction() function in X86FixupVectorConstantsPass
697 if (processInstruction(MF, MBB, MI)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp57 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
365 bool XtensaAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in XtensaAsmParser
441 processInstruction(Inst, IDLoc, Out, STI); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp215 LiveCUFinder.processInstruction(M, I); in stripDeadDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h108 void processInstruction(const Module &M, const Instruction &I);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h363 bool processInstruction(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp89 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
673 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
915 bool CSKYAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in CSKYAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp69 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1335 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser
1505 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp145 int processInstruction(MCInst &Inst, OperandVector const &Operands,
568 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction()
1346 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1186 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3769 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
4203 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction()
4307 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction()
4538 while (processInstruction(Inst, Operands)) in matchAndEmitIntelInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp189 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1405 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
3584 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp59 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp205 processInstruction(M, I); in processModule()
239 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2615 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass
2855 ChangedFunction |= processInstruction(&*BI); in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp441 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1872 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
6006 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp662 bool processInstruction(MCInst &Inst, const OperandVector &Ops,
8882 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
11390 while (processInstruction(Inst, Operands, MnemonicOpsEndInd, Out)) in MatchAndEmitInstruction()