Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp47 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB,
78 bool X86FixupInstTuningPass::processInstruction( in processInstruction() function in X86FixupInstTuningPass
580 if (processInstruction(MF, MBB, I)) { in runOnMachineFunction()
H A DX86FixupLEAs.cpp53 void processInstruction(MachineBasicBlock::iterator &I,
262 processInstruction(I, MBB); in runOnMachineFunction()
648 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass
682 processInstruction(J, MBB); in seekLEAFixup()
H A DX86FixupVectorConstants.cpp43 bool processInstruction(MachineFunction &MF, MachineBasicBlock &MBB,
338 bool X86FixupVectorConstantsPass::processInstruction(MachineFunction &MF, in processInstruction() function in X86FixupVectorConstantsPass
787 if (processInstruction(MF, MBB, MI)) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp59 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
394 bool XtensaAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in XtensaAsmParser
462 processInstruction(Inst, IDLoc, Out, STI); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp216 LiveCUFinder.processInstruction(M, I); in stripDeadDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h112 LLVM_ABI void processInstruction(const Module &M, const Instruction &I);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h389 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/PowerPC/AsmParser/
H A DPPCAsmParser.cpp132 void processInstruction(MCInst &Inst, const OperandVector &Ops);
825 void PPCAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in PPCAsmParser
1283 processInstruction(Inst, Operands); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp81 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1495 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser
1664 return processInstruction(Inst, IDLoc, Operands, Out); in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp147 int processInstruction(MCInst &Inst, OperandVector const &Operands,
570 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction()
1353 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1208 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3796 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
4300 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction()
4404 while (processInstruction(Inst, Operands)) in matchAndEmitATTInstruction()
4635 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,
1394 return processInstruction(Inst, IDLoc, Operands, Out); in matchAndEmitInstruction()
3844 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp72 DIFinder.processInstruction(*M, I); in collectDebugInfoFromInstructions()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp223 processInstruction(M, I); in processModule()
248 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2686 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass
2915 ChangedFunction |= processInstruction(&Inst); in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp439 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1826 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
5947 if (processInstruction(Inst, IDLoc, Out, STI)) in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp665 bool processInstruction(MCInst &Inst, const OperandVector &Ops,
8950 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
11479 while (processInstruction(Inst, Operands, MnemonicOpsEndInd, Out)) in matchAndEmitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc18242 …uctionERNS1_15SmallVectorImplIS3_EE", "(anonymous namespace)::GVN::processInstruction(llvm::Instru…