Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp53 void processInstruction(MachineBasicBlock::iterator &I,
267 processInstruction(I, MBB); in runOnMachineFunction()
656 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass
690 processInstruction(J, MBB); in seekLEAFixup()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfo.h103 void processInstruction(const Module &M, const Instruction &I);
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h348 bool processInstruction(Instruction *I);
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp71 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1120 bool LoongArchAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in LoongArchAsmParser
1264 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp88 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
672 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
914 bool CSKYAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in CSKYAsmParser
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp142 int processInstruction(MCInst &Inst, OperandVector const &Operands,
562 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction()
1291 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1170 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
3634 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
4193 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4297 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
4559 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp152 bool processInstruction(MCInst &Inst, SMLoc IDLoc, OperandVector &Operands,
1082 return processInstruction(Inst, IDLoc, Operands, Out); in MatchAndEmitInstruction()
2654 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp173 processInstruction(M, I); in processModule()
207 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp56 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2420 bool GVNPass::processInstruction(Instruction *I) { in processInstruction() function in GVNPass
2652 ChangedFunction |= processInstruction(&*BI); in processBlock()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp448 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1868 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
5978 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp657 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
8716 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
11011 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()