Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp57 void processInstruction(MachineBasicBlock::iterator &I,
387 void FixupLEAPass::processInstruction(MachineBasicBlock::iterator &I, in processInstruction() function in FixupLEAPass
420 processInstruction(J, MFI); in seekLEAFixup()
610 processInstruction(I, MFI); in processBasicBlock()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfo.h70 void processInstruction(const Module &M, const Instruction &I);
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h270 bool processInstruction(Instruction *I);
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp89 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out);
756 return processInstruction(Inst, IDLoc, Out); in MatchAndEmitInstruction()
1442 bool RISCVAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in RISCVAsmParser
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp140 int processInstruction(MCInst &Inst, OperandVector const &Operands,
559 result = processInstruction(MCI, InstOperands, IDLoc); in matchOneInstruction()
1282 int HexagonAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in HexagonAsmParser
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp73 processInstruction(M, I); in processModule()
107 void DebugInfoFinder::processInstruction(const Module &M, in processInstruction() function in DebugInfoFinder
/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp864 bool processInstruction(MCInst &Inst, const OperandVector &Ops);
2760 bool X86AsmParser::processInstruction(MCInst &Inst, const OperandVector &Ops) { in processInstruction() function in X86AsmParser
2966 while (processInstruction(Inst, Operands)) in MatchAndEmitATTInstruction()
3257 while (processInstruction(Inst, Operands)) in MatchAndEmitIntelInstruction()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp56 DIFinder->processInstruction(*TheModule, I); in CloneBasicBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1844 bool GVN::processInstruction(Instruction *I) { in processInstruction() function in GVN
2063 ChangedFunction |= processInstruction(&*BI); in processBlock()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp398 bool processInstruction(MCInst &Inst, SMLoc IDLoc, MCStreamer &Out,
1771 bool MipsAsmParser::processInstruction(MCInst &Inst, SMLoc IDLoc, in processInstruction() function in MipsAsmParser
5320 if (processInstruction(Inst, IDLoc, Out, STI)) in MatchAndEmitInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp561 bool processInstruction(MCInst &Inst, const OperandVector &Ops, MCStreamer &Out);
7156 bool ARMAsmParser::processInstruction(MCInst &Inst, in processInstruction() function in ARMAsmParser
9309 while (processInstruction(Inst, Operands, Out)) in MatchAndEmitInstruction()